public class OrderLineReferenceType extends Object
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ABIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Order Line Reference. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to define a reference to an order line.</ccts:Definition>
<ccts:ObjectClass>Order Line Reference</ccts:ObjectClass>
</ccts:Component>
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()
<?
|
LineStatusCodeType |
getLineStatusCode()
<?
|
OrderReferenceType |
getOrderReference()
<?
|
SalesOrderLineIDType |
getSalesOrderLineID()
<?
|
UUIDType |
getUUID()
<?
|
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()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Order Line Reference. Line Identifier. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>An identifier for the referenced order line, assigned by the buyer.</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Order Line Reference</ccts:ObjectClass>
<ccts:PropertyTerm>Line Identifier</ccts:PropertyTerm>
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
<ccts:DataType>Identifier. Type</ccts:DataType>
</ccts:Component>
LineIDTypepublic void setLineID(LineIDType value)
value - allowed object is
LineIDTypepublic SalesOrderLineIDType getSalesOrderLineID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Order Line Reference. Sales Order_ Line Identifier. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>An identifier for the referenced order line, assigned by the seller.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Order Line Reference</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Sales Order</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Line Identifier</ccts:PropertyTerm>
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
<ccts:DataType>Identifier. Type</ccts:DataType>
</ccts:Component>
SalesOrderLineIDTypepublic void setSalesOrderLineID(SalesOrderLineIDType value)
value - allowed object is
SalesOrderLineIDTypepublic UUIDType getUUID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Order Line Reference. UUID. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>A universally unique identifier for this order line reference.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Order Line Reference</ccts:ObjectClass>
<ccts:PropertyTerm>UUID</ccts:PropertyTerm>
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
<ccts:DataType>Identifier. Type</ccts:DataType>
</ccts:Component>
UUIDTypepublic void setUUID(UUIDType value)
value - allowed object is
UUIDTypepublic LineStatusCodeType getLineStatusCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Order Line Reference. Line Status Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A code signifying the status of the referenced order line with respect to its original state.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Order Line Reference</ccts:ObjectClass>
<ccts:PropertyTerm>Line Status Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataTypeQualifier>Line Status</ccts:DataTypeQualifier>
<ccts:DataType>Line Status_ Code. Type</ccts:DataType>
</ccts:Component>
LineStatusCodeTypepublic void setLineStatusCode(LineStatusCodeType value)
value - allowed object is
LineStatusCodeTypepublic OrderReferenceType getOrderReference()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Order Line Reference. Order Reference</ccts:DictionaryEntryName>
<ccts:Definition>A reference to the Order containing the referenced order line.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Order Line Reference</ccts:ObjectClass>
<ccts:PropertyTerm>Order Reference</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Order Reference</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Order Reference</ccts:RepresentationTerm>
</ccts:Component>
OrderReferenceTypepublic void setOrderReference(OrderReferenceType value)
value - allowed object is
OrderReferenceTypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.