org.gridforum.ogsi
Class _add
java.lang.Object
|
+--org.gridforum.ogsi._add
- All Implemented Interfaces:
- java.io.Serializable
- public class _add
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
_add()
|
|
Method Summary |
boolean |
equals(java.lang.Object obj)
|
org.gridforum.ogsi.ExtensibilityType |
getContent()
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
org.gridforum.ogsi.LocatorType |
getServiceLocator()
|
org.gridforum.ogsi.TerminationTimeType |
getTerminationTime()
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setContent(org.gridforum.ogsi.ExtensibilityType content)
|
void |
setServiceLocator(org.gridforum.ogsi.LocatorType serviceLocator)
|
void |
setTerminationTime(org.gridforum.ogsi.TerminationTimeType terminationTime)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
_add
public _add()
getServiceLocator
public org.gridforum.ogsi.LocatorType getServiceLocator()
setServiceLocator
public void setServiceLocator(org.gridforum.ogsi.LocatorType serviceLocator)
getContent
public org.gridforum.ogsi.ExtensibilityType getContent()
setContent
public void setContent(org.gridforum.ogsi.ExtensibilityType content)
getTerminationTime
public org.gridforum.ogsi.TerminationTimeType getTerminationTime()
setTerminationTime
public void setTerminationTime(org.gridforum.ogsi.TerminationTimeType terminationTime)
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