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
Modifier and TypeFieldDescriptionprotected String
protected ConfigType
protected String
protected ParamListType
protected String
-
Constructor Summary
-
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.void
setClassName
(String value) Sets the value of the className property.void
setInit
(ConfigType value) Sets the value of the init property.void
Sets the value of the name property.void
setParams
(ParamListType value) Sets the value of the params property.void
Sets 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
-