Class OrderLineReferenceType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.OrderLineReferenceType
-
public class OrderLineReferenceType extends Object
Java class for OrderLineReferenceType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderLineReferenceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LineID"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SalesOrderLineID" 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}LineStatusCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}OrderReference" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected LineIDTypelineIDprotected LineStatusCodeTypelineStatusCodeprotected OrderReferenceTypeorderReferenceprotected SalesOrderLineIDTypesalesOrderLineIDprotected UUIDTypeuuid
-
Constructor Summary
Constructors Constructor Description OrderLineReferenceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LineIDTypegetLineID()Gets the value of the lineID property.LineStatusCodeTypegetLineStatusCode()Gets the value of the lineStatusCode property.OrderReferenceTypegetOrderReference()Gets the value of the orderReference property.SalesOrderLineIDTypegetSalesOrderLineID()Gets the value of the salesOrderLineID property.UUIDTypegetUUID()Gets the value of the uuid property.voidsetLineID(LineIDType value)Sets the value of the lineID property.voidsetLineStatusCode(LineStatusCodeType value)Sets the value of the lineStatusCode property.voidsetOrderReference(OrderReferenceType value)Sets the value of the orderReference property.voidsetSalesOrderLineID(SalesOrderLineIDType value)Sets the value of the salesOrderLineID property.voidsetUUID(UUIDType value)Sets the value of the uuid property.
-
-
-
Field Detail
-
lineID
protected LineIDType lineID
-
salesOrderLineID
protected SalesOrderLineIDType salesOrderLineID
-
uuid
protected UUIDType uuid
-
lineStatusCode
protected LineStatusCodeType lineStatusCode
-
orderReference
protected OrderReferenceType orderReference
-
-
Method Detail
-
getLineID
public LineIDType getLineID()
Gets the value of the lineID property.- Returns:
- possible object is
LineIDType
-
setLineID
public void setLineID(LineIDType value)
Sets the value of the lineID property.- Parameters:
value- allowed object isLineIDType
-
getSalesOrderLineID
public SalesOrderLineIDType getSalesOrderLineID()
Gets the value of the salesOrderLineID property.- Returns:
- possible object is
SalesOrderLineIDType
-
setSalesOrderLineID
public void setSalesOrderLineID(SalesOrderLineIDType value)
Sets the value of the salesOrderLineID property.- Parameters:
value- allowed object isSalesOrderLineIDType
-
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
-
getLineStatusCode
public LineStatusCodeType getLineStatusCode()
Gets the value of the lineStatusCode property.- Returns:
- possible object is
LineStatusCodeType
-
setLineStatusCode
public void setLineStatusCode(LineStatusCodeType value)
Sets the value of the lineStatusCode property.- Parameters:
value- allowed object isLineStatusCodeType
-
getOrderReference
public OrderReferenceType getOrderReference()
Gets the value of the orderReference property.- Returns:
- possible object is
OrderReferenceType
-
setOrderReference
public void setOrderReference(OrderReferenceType value)
Sets the value of the orderReference property.- Parameters:
value- allowed object isOrderReferenceType
-
-