org.zlatan.wsdl
Class CompletePurchaseOrderOutputType

java.lang.Object
  extended byorg.zlatan.wsdl.CompletePurchaseOrderOutputType
All Implemented Interfaces:
java.io.Serializable

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

Tipo generato da WSDL2Java.

See Also:
Serialized Form

Constructor Summary
CompletePurchaseOrderOutputType()
           
 
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
 DistributionChannelType getDistributionChannel()
           
 DivisionType getDivision()
           
 DTType getDocumentType()
           
 java.lang.String getPartnerNumber()
           
 PartnerRoleType getPartnerRole()
           
 RepliesType getReplies()
           
 SalesOrganizationType getSalesOrganization()
           
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 setDistributionChannel(DistributionChannelType distributionChannel)
           
 void setDivision(DivisionType division)
           
 void setDocumentType(DTType documentType)
           
 void setPartnerNumber(java.lang.String partnerNumber)
           
 void setPartnerRole(PartnerRoleType partnerRole)
           
 void setReplies(RepliesType replies)
           
 void setSalesOrganization(SalesOrganizationType salesOrganization)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompletePurchaseOrderOutputType

public CompletePurchaseOrderOutputType()
Method Detail

getPartnerNumber

public java.lang.String getPartnerNumber()

setPartnerNumber

public void setPartnerNumber(java.lang.String partnerNumber)

getDocumentType

public DTType getDocumentType()

setDocumentType

public void setDocumentType(DTType documentType)

getSalesOrganization

public SalesOrganizationType getSalesOrganization()

setSalesOrganization

public void setSalesOrganization(SalesOrganizationType salesOrganization)

getDistributionChannel

public DistributionChannelType getDistributionChannel()

setDistributionChannel

public void setDistributionChannel(DistributionChannelType distributionChannel)

getDivision

public DivisionType getDivision()

setDivision

public void setDivision(DivisionType division)

getPartnerRole

public PartnerRoleType getPartnerRole()

setPartnerRole

public void setPartnerRole(PartnerRoleType partnerRole)

getReplies

public RepliesType getReplies()

setReplies

public void setReplies(RepliesType replies)

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