Class WorkPhaseReferenceType


  • public class WorkPhaseReferenceType
    extends Object

    Java class for WorkPhaseReferenceType complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="WorkPhaseReferenceType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}WorkPhaseCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}WorkPhase" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ProgressPercent" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}StartDate" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}EndDate" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}WorkOrderDocumentReference" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • WorkPhaseReferenceType

        public WorkPhaseReferenceType()
    • Method Detail

      • getID

        public IDType getID()
        Gets the value of the id property.
        Returns:
        possible object is IDType
      • setID

        public void setID​(IDType value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is IDType
      • setWorkPhaseCode

        public void setWorkPhaseCode​(WorkPhaseCodeType value)
        Sets the value of the workPhaseCode property.
        Parameters:
        value - allowed object is WorkPhaseCodeType
      • getWorkPhase

        public List<WorkPhaseType> getWorkPhase()
        Gets the value of the workPhase property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the workPhase property.

        For example, to add a new item, do as follows:

         getWorkPhase().add(newItem);
         

        Objects of the following type(s) are allowed in the list WorkPhaseType

        Returns:
        The value of the workPhase property.
      • setProgressPercent

        public void setProgressPercent​(ProgressPercentType value)
        Sets the value of the progressPercent property.
        Parameters:
        value - allowed object is ProgressPercentType
      • getStartDate

        public StartDateType getStartDate()
        Gets the value of the startDate property.
        Returns:
        possible object is StartDateType
      • setStartDate

        public void setStartDate​(StartDateType value)
        Sets the value of the startDate property.
        Parameters:
        value - allowed object is StartDateType
      • getEndDate

        public EndDateType getEndDate()
        Gets the value of the endDate property.
        Returns:
        possible object is EndDateType
      • setEndDate

        public void setEndDate​(EndDateType value)
        Sets the value of the endDate property.
        Parameters:
        value - allowed object is EndDateType
      • getWorkOrderDocumentReference

        public List<DocumentReferenceType> getWorkOrderDocumentReference()
        Gets the value of the workOrderDocumentReference property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the workOrderDocumentReference property.

        For example, to add a new item, do as follows:

         getWorkOrderDocumentReference().add(newItem);
         

        Objects of the following type(s) are allowed in the list DocumentReferenceType

        Returns:
        The value of the workOrderDocumentReference property.