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>
| Modifier and Type | Field and Description |
|---|---|
protected LineIDType |
lineID |
protected LineStatusCodeType |
lineStatusCode |
protected OrderReferenceType |
orderReference |
protected SalesOrderLineIDType |
salesOrderLineID |
protected UUIDType |
uuid |
| Constructor and Description |
|---|
OrderLineReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
LineIDType |
getLineID()
Gets the value of the lineID property.
|
LineStatusCodeType |
getLineStatusCode()
Gets the value of the lineStatusCode property.
|
OrderReferenceType |
getOrderReference()
Gets the value of the orderReference property.
|
SalesOrderLineIDType |
getSalesOrderLineID()
Gets the value of the salesOrderLineID property.
|
UUIDType |
getUUID()
Gets the value of the uuid property.
|
void |
setLineID(LineIDType value)
Sets the value of the lineID property.
|
void |
setLineStatusCode(LineStatusCodeType value)
Sets the value of the lineStatusCode property.
|
void |
setOrderReference(OrderReferenceType value)
Sets the value of the orderReference property.
|
void |
setSalesOrderLineID(SalesOrderLineIDType value)
Sets the value of the salesOrderLineID property.
|
void |
setUUID(UUIDType value)
Sets the value of the uuid property.
|
protected LineIDType lineID
protected SalesOrderLineIDType salesOrderLineID
protected UUIDType uuid
protected LineStatusCodeType lineStatusCode
protected OrderReferenceType orderReference
public LineIDType getLineID()
LineIDTypepublic void setLineID(LineIDType value)
value - allowed object is
LineIDTypepublic SalesOrderLineIDType getSalesOrderLineID()
SalesOrderLineIDTypepublic void setSalesOrderLineID(SalesOrderLineIDType value)
value - allowed object is
SalesOrderLineIDTypepublic UUIDType getUUID()
UUIDTypepublic void setUUID(UUIDType value)
value - allowed object is
UUIDTypepublic LineStatusCodeType getLineStatusCode()
LineStatusCodeTypepublic void setLineStatusCode(LineStatusCodeType value)
value - allowed object is
LineStatusCodeTypepublic OrderReferenceType getOrderReference()
OrderReferenceTypepublic void setOrderReference(OrderReferenceType value)
value - allowed object is
OrderReferenceTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.