org.zlatan.wsdl
Class PurchaseOrderType

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

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

Tipo generato da WSDL2Java.

See Also:
Serialized Form

Constructor Summary
PurchaseOrderType()
           
 
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 getFrom()
           
 MaterialsType getMaterials()
           
 java.lang.String getPartnerNumber()
           
 PartnerRoleType getPartnerRole()
           
 java.lang.String getProtocol()
           
 java.lang.String getPurchaseOrderNumber()
           
 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 setFrom(java.lang.String from)
           
 void setMaterials(MaterialsType materials)
           
 void setPartnerNumber(java.lang.String partnerNumber)
           
 void setPartnerRole(PartnerRoleType partnerRole)
           
 void setProtocol(java.lang.String protocol)
           
 void setPurchaseOrderNumber(java.lang.String purchaseOrderNumber)
           
 void setSalesOrganization(SalesOrganizationType salesOrganization)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PurchaseOrderType

public PurchaseOrderType()
Method Detail

getFrom

public java.lang.String getFrom()

setFrom

public void setFrom(java.lang.String from)

getProtocol

public java.lang.String getProtocol()

setProtocol

public void setProtocol(java.lang.String protocol)

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)

getPartnerNumber

public java.lang.String getPartnerNumber()

setPartnerNumber

public void setPartnerNumber(java.lang.String partnerNumber)

getPurchaseOrderNumber

public java.lang.String getPurchaseOrderNumber()

setPurchaseOrderNumber

public void setPurchaseOrderNumber(java.lang.String purchaseOrderNumber)

getMaterials

public MaterialsType getMaterials()

setMaterials

public void setMaterials(MaterialsType materials)

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