org.gridforum.ogsi
Class CreateServiceExtensibilityType

java.lang.Object
  extended byorg.gridforum.ogsi.OperationExtensibilityType
      extended byorg.gridforum.ogsi.CreateServiceExtensibilityType
All Implemented Interfaces:
java.io.Serializable

public class CreateServiceExtensibilityType
extends OperationExtensibilityType
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CreateServiceExtensibilityType()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 javax.xml.namespace.QName[] getCreatesInterface()
           
 javax.xml.namespace.QName getCreatesInterface(int i)
           
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
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCreatesInterface(int i, javax.xml.namespace.QName value)
           
 void setCreatesInterface(javax.xml.namespace.QName[] createsInterface)
           
 
Methods inherited from class org.gridforum.ogsi.OperationExtensibilityType
getInputElement, setInputElement
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateServiceExtensibilityType

public CreateServiceExtensibilityType()
Method Detail

getCreatesInterface

public javax.xml.namespace.QName[] getCreatesInterface()

setCreatesInterface

public void setCreatesInterface(javax.xml.namespace.QName[] createsInterface)

getCreatesInterface

public javax.xml.namespace.QName getCreatesInterface(int i)

setCreatesInterface

public void setCreatesInterface(int i,
                                javax.xml.namespace.QName value)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class OperationExtensibilityType

hashCode

public int hashCode()
Overrides:
hashCode in class OperationExtensibilityType

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



Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.