uk.org.ogsadai.service.config.types
Class Deploy

java.lang.Object
  extended byuk.org.ogsadai.service.config.types.Deploy
All Implemented Interfaces:
java.io.Serializable

public class Deploy
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 resourceID
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
Deploy()
           
Deploy(java.lang.String resourceID)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
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 getResourceID()
          Gets the resourceID value for this Deploy.
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 setResourceID(java.lang.String resourceID)
          Sets the resourceID value for this Deploy.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resourceID

private java.lang.String resourceID

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

Deploy

public Deploy()

Deploy

public Deploy(java.lang.String resourceID)
Method Detail

getResourceID

public java.lang.String getResourceID()
Gets the resourceID value for this Deploy.

Returns:
resourceID

setResourceID

public void setResourceID(java.lang.String resourceID)
Sets the resourceID value for this Deploy.

Parameters:
resourceID -

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