org.xmlsoap.schemas.ws._2005._02.trust
Class RenewingType

java.lang.Object
  extended by org.xmlsoap.schemas.ws._2005._02.trust.RenewingType
All Implemented Interfaces:
java.io.Serializable

public class RenewingType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RenewingType()
           
RenewingType(java.lang.Boolean allow, java.lang.Boolean OK)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Boolean getAllow()
          Gets the allow value for this RenewingType.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.Boolean getOK()
          Gets the OK value for this RenewingType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAllow(java.lang.Boolean allow)
          Sets the allow value for this RenewingType.
 void setOK(java.lang.Boolean OK)
          Sets the OK value for this RenewingType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenewingType

public RenewingType()

RenewingType

public RenewingType(java.lang.Boolean allow,
                    java.lang.Boolean OK)
Method Detail

getAllow

public java.lang.Boolean getAllow()
Gets the allow value for this RenewingType.

Returns:
allow

setAllow

public void setAllow(java.lang.Boolean allow)
Sets the allow value for this RenewingType.

Parameters:
allow -

getOK

public java.lang.Boolean getOK()
Gets the OK value for this RenewingType.

Returns:
OK

setOK

public void setOK(java.lang.Boolean OK)
Sets the OK value for this RenewingType.

Parameters:
OK -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer