gov.nih.nci.cagrid.dorian.stubs
Class CreateProxyRequest

java.lang.Object
  extended by gov.nih.nci.cagrid.dorian.stubs.CreateProxyRequest
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
CreateProxyRequest()
           
CreateProxyRequest(CreateProxyRequestDelegation delegation, CreateProxyRequestLifetime lifetime, CreateProxyRequestPublicKey publicKey, CreateProxyRequestSaml saml)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 CreateProxyRequestDelegation getDelegation()
          Gets the delegation value for this CreateProxyRequest.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 CreateProxyRequestLifetime getLifetime()
          Gets the lifetime value for this CreateProxyRequest.
 CreateProxyRequestPublicKey getPublicKey()
          Gets the publicKey value for this CreateProxyRequest.
 CreateProxyRequestSaml getSaml()
          Gets the saml value for this CreateProxyRequest.
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 setDelegation(CreateProxyRequestDelegation delegation)
          Sets the delegation value for this CreateProxyRequest.
 void setLifetime(CreateProxyRequestLifetime lifetime)
          Sets the lifetime value for this CreateProxyRequest.
 void setPublicKey(CreateProxyRequestPublicKey publicKey)
          Sets the publicKey value for this CreateProxyRequest.
 void setSaml(CreateProxyRequestSaml saml)
          Sets the saml value for this CreateProxyRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateProxyRequest

public CreateProxyRequest()

CreateProxyRequest

public CreateProxyRequest(CreateProxyRequestDelegation delegation,
                          CreateProxyRequestLifetime lifetime,
                          CreateProxyRequestPublicKey publicKey,
                          CreateProxyRequestSaml saml)
Method Detail

getSaml

public CreateProxyRequestSaml getSaml()
Gets the saml value for this CreateProxyRequest.

Returns:
saml

setSaml

public void setSaml(CreateProxyRequestSaml saml)
Sets the saml value for this CreateProxyRequest.

Parameters:
saml -

getPublicKey

public CreateProxyRequestPublicKey getPublicKey()
Gets the publicKey value for this CreateProxyRequest.

Returns:
publicKey

setPublicKey

public void setPublicKey(CreateProxyRequestPublicKey publicKey)
Sets the publicKey value for this CreateProxyRequest.

Parameters:
publicKey -

getLifetime

public CreateProxyRequestLifetime getLifetime()
Gets the lifetime value for this CreateProxyRequest.

Returns:
lifetime

setLifetime

public void setLifetime(CreateProxyRequestLifetime lifetime)
Sets the lifetime value for this CreateProxyRequest.

Parameters:
lifetime -

getDelegation

public CreateProxyRequestDelegation getDelegation()
Gets the delegation value for this CreateProxyRequest.

Returns:
delegation

setDelegation

public void setDelegation(CreateProxyRequestDelegation delegation)
Sets the delegation value for this CreateProxyRequest.

Parameters:
delegation -

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