Class MechanismType
java.lang.Object
com.tremolosecurity.config.xml.MechanismType
Java class for mechanismType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="mechanismType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="uri" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="className" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="init" type="{http://www.tremolosecurity.com/tremoloConfig}configType"/>
<element name="params" type="{http://www.tremolosecurity.com/tremoloConfig}paramListType"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected ConfigTypeprotected Stringprotected ParamListTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the className property.getInit()Gets the value of the init property.getName()Gets the value of the name property.Gets the value of the params property.getUri()Gets the value of the uri property.voidsetClassName(String value) Sets the value of the className property.voidsetInit(ConfigType value) Sets the value of the init property.voidSets the value of the name property.voidsetParams(ParamListType value) Sets the value of the params property.voidSets the value of the uri property.
-
Field Details
-
uri
-
className
-
init
-
params
-
name
-
-
Constructor Details
-
MechanismType
public MechanismType()
-
-
Method Details
-
getUri
-
setUri
-
getClassName
-
setClassName
-
getInit
Gets the value of the init property.- Returns:
- possible object is
ConfigType
-
setInit
Sets the value of the init property.- Parameters:
value- allowed object isConfigType
-
getParams
Gets the value of the params property.- Returns:
- possible object is
ParamListType
-
setParams
Sets the value of the params property.- Parameters:
value- allowed object isParamListType
-
getName
-
setName
-