org.xmlsoap.schemas.wsdl
Class TPortType

java.lang.Object
  |
  +--org.xmlsoap.schemas.wsdl.TDocumented
        |
        +--org.xmlsoap.schemas.wsdl.TExtensibleAttributesDocumented
              |
              +--org.xmlsoap.schemas.wsdl.TPortType
All Implemented Interfaces:
java.io.Serializable

public class TPortType
extends TExtensibleAttributesDocumented
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  org.apache.axis.types.NCName name
           
private  TOperation[] operation
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Fields inherited from class org.xmlsoap.schemas.wsdl.TDocumented
documentation
 
Constructor Summary
TPortType()
           
TPortType(TOperation[] operation, org.apache.axis.types.NCName name)
           
 
Method Summary
(package private) static void ()
           
 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
 org.apache.axis.types.NCName getName()
          Gets the name value for this TPortType.
 TOperation[] getOperation()
          Gets the operation value for this TPortType.
 TOperation getOperation(int i)
           
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 setName(org.apache.axis.types.NCName name)
          Sets the name value for this TPortType.
 void setOperation(int i, TOperation _value)
           
 void setOperation(TOperation[] operation)
          Sets the operation value for this TPortType.
 
Methods inherited from class org.xmlsoap.schemas.wsdl.TDocumented
getDocumentation, setDocumentation
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

operation

private TOperation[] operation

name

private org.apache.axis.types.NCName name

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

TPortType

public TPortType()

TPortType

public TPortType(TOperation[] operation,
                 org.apache.axis.types.NCName name)
Method Detail

getOperation

public TOperation[] getOperation()
Gets the operation value for this TPortType.
Returns:
operation

setOperation

public void setOperation(TOperation[] operation)
Sets the operation value for this TPortType.
Parameters:
operation -  

getOperation

public TOperation getOperation(int i)

setOperation

public void setOperation(int i,
                         TOperation _value)

getName

public org.apache.axis.types.NCName getName()
Gets the name value for this TPortType.
Returns:
name

setName

public void setName(org.apache.axis.types.NCName name)
Sets the name value for this TPortType.
Parameters:
name -  

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class TExtensibleAttributesDocumented

static void ()

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