Class OrderReferenceType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.OrderReferenceType
-
public class OrderReferenceType extends Object
Java class for OrderReferenceType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderReferenceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SalesOrderID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CopyIndicator" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}UUID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueDate" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueTime" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CustomerReference" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}OrderTypeCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DocumentReference" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CopyIndicatorTypecopyIndicatorprotected CustomerReferenceTypecustomerReferenceprotected DocumentReferenceTypedocumentReferenceprotected IDTypeidprotected IssueDateTypeissueDateprotected IssueTimeTypeissueTimeprotected OrderTypeCodeTypeorderTypeCodeprotected SalesOrderIDTypesalesOrderIDprotected UUIDTypeuuid
-
Constructor Summary
Constructors Constructor Description OrderReferenceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CopyIndicatorTypegetCopyIndicator()Gets the value of the copyIndicator property.CustomerReferenceTypegetCustomerReference()Gets the value of the customerReference property.DocumentReferenceTypegetDocumentReference()Gets the value of the documentReference property.IDTypegetID()Gets the value of the id property.IssueDateTypegetIssueDate()Gets the value of the issueDate property.IssueTimeTypegetIssueTime()Gets the value of the issueTime property.OrderTypeCodeTypegetOrderTypeCode()Gets the value of the orderTypeCode property.SalesOrderIDTypegetSalesOrderID()Gets the value of the salesOrderID property.UUIDTypegetUUID()Gets the value of the uuid property.voidsetCopyIndicator(CopyIndicatorType value)Sets the value of the copyIndicator property.voidsetCustomerReference(CustomerReferenceType value)Sets the value of the customerReference property.voidsetDocumentReference(DocumentReferenceType value)Sets the value of the documentReference property.voidsetID(IDType value)Sets the value of the id property.voidsetIssueDate(IssueDateType value)Sets the value of the issueDate property.voidsetIssueTime(IssueTimeType value)Sets the value of the issueTime property.voidsetOrderTypeCode(OrderTypeCodeType value)Sets the value of the orderTypeCode property.voidsetSalesOrderID(SalesOrderIDType value)Sets the value of the salesOrderID property.voidsetUUID(UUIDType value)Sets the value of the uuid property.
-
-
-
Field Detail
-
id
protected IDType id
-
salesOrderID
protected SalesOrderIDType salesOrderID
-
copyIndicator
protected CopyIndicatorType copyIndicator
-
uuid
protected UUIDType uuid
-
issueDate
protected IssueDateType issueDate
-
issueTime
protected IssueTimeType issueTime
-
customerReference
protected CustomerReferenceType customerReference
-
orderTypeCode
protected OrderTypeCodeType orderTypeCode
-
documentReference
protected DocumentReferenceType documentReference
-
-
Method Detail
-
setID
public void setID(IDType value)
Sets the value of the id property.- Parameters:
value- allowed object isIDType
-
getSalesOrderID
public SalesOrderIDType getSalesOrderID()
Gets the value of the salesOrderID property.- Returns:
- possible object is
SalesOrderIDType
-
setSalesOrderID
public void setSalesOrderID(SalesOrderIDType value)
Sets the value of the salesOrderID property.- Parameters:
value- allowed object isSalesOrderIDType
-
getCopyIndicator
public CopyIndicatorType getCopyIndicator()
Gets the value of the copyIndicator property.- Returns:
- possible object is
CopyIndicatorType
-
setCopyIndicator
public void setCopyIndicator(CopyIndicatorType value)
Sets the value of the copyIndicator property.- Parameters:
value- allowed object isCopyIndicatorType
-
getUUID
public UUIDType getUUID()
Gets the value of the uuid property.- Returns:
- possible object is
UUIDType
-
setUUID
public void setUUID(UUIDType value)
Sets the value of the uuid property.- Parameters:
value- allowed object isUUIDType
-
getIssueDate
public IssueDateType getIssueDate()
Gets the value of the issueDate property.- Returns:
- possible object is
IssueDateType
-
setIssueDate
public void setIssueDate(IssueDateType value)
Sets the value of the issueDate property.- Parameters:
value- allowed object isIssueDateType
-
getIssueTime
public IssueTimeType getIssueTime()
Gets the value of the issueTime property.- Returns:
- possible object is
IssueTimeType
-
setIssueTime
public void setIssueTime(IssueTimeType value)
Sets the value of the issueTime property.- Parameters:
value- allowed object isIssueTimeType
-
getCustomerReference
public CustomerReferenceType getCustomerReference()
Gets the value of the customerReference property.- Returns:
- possible object is
CustomerReferenceType
-
setCustomerReference
public void setCustomerReference(CustomerReferenceType value)
Sets the value of the customerReference property.- Parameters:
value- allowed object isCustomerReferenceType
-
getOrderTypeCode
public OrderTypeCodeType getOrderTypeCode()
Gets the value of the orderTypeCode property.- Returns:
- possible object is
OrderTypeCodeType
-
setOrderTypeCode
public void setOrderTypeCode(OrderTypeCodeType value)
Sets the value of the orderTypeCode property.- Parameters:
value- allowed object isOrderTypeCodeType
-
getDocumentReference
public DocumentReferenceType getDocumentReference()
Gets the value of the documentReference property.- Returns:
- possible object is
DocumentReferenceType
-
setDocumentReference
public void setDocumentReference(DocumentReferenceType value)
Sets the value of the documentReference property.- Parameters:
value- allowed object isDocumentReferenceType
-
-