public class LineReferenceType extends Object
Java class for LineReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LineReferenceType">
<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}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}DocumentReference" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DocumentReferenceType |
documentReference |
protected LineIDType |
lineID |
protected LineStatusCodeType |
lineStatusCode |
protected UUIDType |
uuid |
| Constructor and Description |
|---|
LineReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
DocumentReferenceType |
getDocumentReference()
Gets the value of the documentReference property.
|
LineIDType |
getLineID()
Gets the value of the lineID property.
|
LineStatusCodeType |
getLineStatusCode()
Gets the value of the lineStatusCode property.
|
UUIDType |
getUUID()
Gets the value of the uuid property.
|
void |
setDocumentReference(DocumentReferenceType value)
Sets the value of the documentReference property.
|
void |
setLineID(LineIDType value)
Sets the value of the lineID property.
|
void |
setLineStatusCode(LineStatusCodeType value)
Sets the value of the lineStatusCode property.
|
void |
setUUID(UUIDType value)
Sets the value of the uuid property.
|
protected LineIDType lineID
protected UUIDType uuid
protected LineStatusCodeType lineStatusCode
protected DocumentReferenceType documentReference
public LineIDType getLineID()
LineIDTypepublic void setLineID(LineIDType value)
value - allowed object is
LineIDTypepublic UUIDType getUUID()
UUIDTypepublic void setUUID(UUIDType value)
value - allowed object is
UUIDTypepublic LineStatusCodeType getLineStatusCode()
LineStatusCodeTypepublic void setLineStatusCode(LineStatusCodeType value)
value - allowed object is
LineStatusCodeTypepublic DocumentReferenceType getDocumentReference()
DocumentReferenceTypepublic void setDocumentReference(DocumentReferenceType value)
value - allowed object is
DocumentReferenceTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.