Class 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>
     
    • Constructor Detail

      • LineReferenceType

        public LineReferenceType()
    • 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 is LineIDType
      • 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 is UUIDType
      • setLineStatusCode

        public void setLineStatusCode​(LineStatusCodeType value)
        Sets the value of the lineStatusCode property.
        Parameters:
        value - allowed object is LineStatusCodeType