org.globus.cas.types
Class PolicyDetails

java.lang.Object
  extended byorg.globus.cas.types.PolicyDetails
All Implemented Interfaces:
java.io.Serializable

public class PolicyDetails
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.String actionSpec
           
private  java.lang.String actionSpecDesc
           
private  java.lang.String objectSpec
           
private  java.lang.String objectSpecDesc
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.String userGpName
           
 
Constructor Summary
PolicyDetails()
           
PolicyDetails(java.lang.String actionSpec, java.lang.String actionSpecDesc, java.lang.String objectSpec, java.lang.String objectSpecDesc, java.lang.String userGpName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getActionSpec()
          Gets the actionSpec value for this PolicyDetails.
 java.lang.String getActionSpecDesc()
          Gets the actionSpecDesc value for this PolicyDetails.
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.String getObjectSpec()
          Gets the objectSpec value for this PolicyDetails.
 java.lang.String getObjectSpecDesc()
          Gets the objectSpecDesc value for this PolicyDetails.
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
 java.lang.String getUserGpName()
          Gets the userGpName value for this PolicyDetails.
 int hashCode()
           
 void setActionSpec(java.lang.String actionSpec)
          Sets the actionSpec value for this PolicyDetails.
 void setActionSpecDesc(java.lang.String actionSpecDesc)
          Sets the actionSpecDesc value for this PolicyDetails.
 void setObjectSpec(java.lang.String objectSpec)
          Sets the objectSpec value for this PolicyDetails.
 void setObjectSpecDesc(java.lang.String objectSpecDesc)
          Sets the objectSpecDesc value for this PolicyDetails.
 void setUserGpName(java.lang.String userGpName)
          Sets the userGpName value for this PolicyDetails.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userGpName

private java.lang.String userGpName

objectSpec

private java.lang.String objectSpec

objectSpecDesc

private java.lang.String objectSpecDesc

actionSpec

private java.lang.String actionSpec

actionSpecDesc

private java.lang.String actionSpecDesc

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

PolicyDetails

public PolicyDetails()

PolicyDetails

public PolicyDetails(java.lang.String actionSpec,
                     java.lang.String actionSpecDesc,
                     java.lang.String objectSpec,
                     java.lang.String objectSpecDesc,
                     java.lang.String userGpName)
Method Detail

getUserGpName

public java.lang.String getUserGpName()
Gets the userGpName value for this PolicyDetails.

Returns:
userGpName

setUserGpName

public void setUserGpName(java.lang.String userGpName)
Sets the userGpName value for this PolicyDetails.

Parameters:
userGpName -

getObjectSpec

public java.lang.String getObjectSpec()
Gets the objectSpec value for this PolicyDetails.

Returns:
objectSpec

setObjectSpec

public void setObjectSpec(java.lang.String objectSpec)
Sets the objectSpec value for this PolicyDetails.

Parameters:
objectSpec -

getObjectSpecDesc

public java.lang.String getObjectSpecDesc()
Gets the objectSpecDesc value for this PolicyDetails.

Returns:
objectSpecDesc

setObjectSpecDesc

public void setObjectSpecDesc(java.lang.String objectSpecDesc)
Sets the objectSpecDesc value for this PolicyDetails.

Parameters:
objectSpecDesc -

getActionSpec

public java.lang.String getActionSpec()
Gets the actionSpec value for this PolicyDetails.

Returns:
actionSpec

setActionSpec

public void setActionSpec(java.lang.String actionSpec)
Sets the actionSpec value for this PolicyDetails.

Parameters:
actionSpec -

getActionSpecDesc

public java.lang.String getActionSpecDesc()
Gets the actionSpecDesc value for this PolicyDetails.

Returns:
actionSpecDesc

setActionSpecDesc

public void setActionSpecDesc(java.lang.String actionSpecDesc)
Sets the actionSpecDesc value for this PolicyDetails.

Parameters:
actionSpecDesc -

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