Operation |
Details |
public equals( java.lang.Object obj):boolean |
Sequential |
public getComparison():java.lang.String |
Sequential Notes: | Gets the comparison value for this ModifierType. @return comparison | |
public static getDeserializer( java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType):org.apache.axis.encoding.Deserializer |
Sequential Notes: | Get Custom Deserializer | |
public static getSerializer( java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType):org.apache.axis.encoding.Serializer |
Sequential Notes: | Get Custom Serializer | |
public getType():java.lang.String |
Sequential Notes: | Gets the type value for this ModifierType. @return type | |
public static getTypeDesc():org.apache.axis.description.TypeDesc |
Sequential Notes: | Return type metadata object | |
public getValue():java.lang.String |
Sequential Notes: | Gets the value value for this ModifierType. @return value | |
public hashCode():int |
Sequential |
public ModifierType(): |
Sequential |
public ModifierType( java.lang.String type, java.lang.String comparison, java.lang.String value): |
Sequential |
public setComparison( java.lang.String comparison):void |
Sequential Notes: | Sets the comparison value for this ModifierType. | |
public setType( java.lang.String type):void |
Sequential Notes: | Sets the type value for this ModifierType. | |
public setValue( java.lang.String value):void |
Sequential Notes: | Sets the value value for this ModifierType. | |