Class MechanismType

java.lang.Object
com.tremolosecurity.config.xml.MechanismType

public class MechanismType extends Object

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 Details

  • Constructor Details

    • MechanismType

      public MechanismType()
  • Method Details

    • getUri

      public String getUri()
      Gets the value of the uri property.
      Returns:
      possible object is String
    • setUri

      public void setUri(String value)
      Sets the value of the uri property.
      Parameters:
      value - allowed object is String
    • getClassName

      public String getClassName()
      Gets the value of the className property.
      Returns:
      possible object is String
    • setClassName

      public void setClassName(String value)
      Sets the value of the className property.
      Parameters:
      value - allowed object is String
    • getInit

      public ConfigType getInit()
      Gets the value of the init property.
      Returns:
      possible object is ConfigType
    • setInit

      public void setInit(ConfigType value)
      Sets the value of the init property.
      Parameters:
      value - allowed object is ConfigType
    • getParams

      public ParamListType getParams()
      Gets the value of the params property.
      Returns:
      possible object is ParamListType
    • setParams

      public void setParams(ParamListType value)
      Sets the value of the params property.
      Parameters:
      value - allowed object is ParamListType
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String