org.globus.ws.trust
Class RenewingType

java.lang.Object
  extended byorg.globus.ws.trust.RenewingType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.Boolean allow
           
private  java.lang.Boolean OK
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
RenewingType()
           
RenewingType(java.lang.Boolean OK, java.lang.Boolean allow)
           
 
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
 

Field Detail

allow

private java.lang.Boolean allow

OK

private java.lang.Boolean OK

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

RenewingType

public RenewingType()

RenewingType

public RenewingType(java.lang.Boolean OK,
                    java.lang.Boolean allow)
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)

hashCode

public int hashCode()

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