Class LineReferenceType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.LineReferenceType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected DocumentReferenceTypedocumentReferenceprotected LineIDTypelineIDprotected LineStatusCodeTypelineStatusCodeprotected UUIDTypeuuid
-
Constructor Summary
Constructors Constructor Description LineReferenceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentReferenceTypegetDocumentReference()Gets the value of the documentReference property.LineIDTypegetLineID()Gets the value of the lineID property.LineStatusCodeTypegetLineStatusCode()Gets the value of the lineStatusCode property.UUIDTypegetUUID()Gets the value of the uuid property.voidsetDocumentReference(DocumentReferenceType value)Sets the value of the documentReference property.voidsetLineID(LineIDType value)Sets the value of the lineID property.voidsetLineStatusCode(LineStatusCodeType value)Sets the value of the lineStatusCode property.voidsetUUID(UUIDType value)Sets the value of the uuid property.
-
-
-
Field Detail
-
lineID
protected LineIDType lineID
-
uuid
protected UUIDType uuid
-
lineStatusCode
protected LineStatusCodeType lineStatusCode
-
documentReference
protected DocumentReferenceType documentReference
-
-
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
-
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
-
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
-
-