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>
| Modifier and Type | Field and Description |
|---|---|
protected EndDateType |
endDate |
protected IDType |
id |
protected ProgressPercentType |
progressPercent |
protected StartDateType |
startDate |
protected List<DocumentReferenceType> |
workOrderDocumentReference |
protected List<WorkPhaseType> |
workPhase |
protected WorkPhaseCodeType |
workPhaseCode |
| Constructor and Description |
|---|
WorkPhaseReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
EndDateType |
getEndDate()
Gets the value of the endDate property.
|
IDType |
getID()
Gets the value of the id property.
|
ProgressPercentType |
getProgressPercent()
Gets the value of the progressPercent property.
|
StartDateType |
getStartDate()
Gets the value of the startDate property.
|
List<DocumentReferenceType> |
getWorkOrderDocumentReference()
Gets the value of the workOrderDocumentReference property.
|
List<WorkPhaseType> |
getWorkPhase()
Gets the value of the workPhase property.
|
WorkPhaseCodeType |
getWorkPhaseCode()
Gets the value of the workPhaseCode property.
|
void |
setEndDate(EndDateType value)
Sets the value of the endDate property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setProgressPercent(ProgressPercentType value)
Sets the value of the progressPercent property.
|
void |
setStartDate(StartDateType value)
Sets the value of the startDate property.
|
void |
setWorkPhaseCode(WorkPhaseCodeType value)
Sets the value of the workPhaseCode property.
|
protected IDType id
protected WorkPhaseCodeType workPhaseCode
protected List<WorkPhaseType> workPhase
protected ProgressPercentType progressPercent
protected StartDateType startDate
protected EndDateType endDate
protected List<DocumentReferenceType> workOrderDocumentReference
public void setID(IDType value)
value - allowed object is
IDTypepublic WorkPhaseCodeType getWorkPhaseCode()
WorkPhaseCodeTypepublic void setWorkPhaseCode(WorkPhaseCodeType value)
value - allowed object is
WorkPhaseCodeTypepublic List<WorkPhaseType> getWorkPhase()
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
public ProgressPercentType getProgressPercent()
ProgressPercentTypepublic void setProgressPercent(ProgressPercentType value)
value - allowed object is
ProgressPercentTypepublic StartDateType getStartDate()
StartDateTypepublic void setStartDate(StartDateType value)
value - allowed object is
StartDateTypepublic EndDateType getEndDate()
EndDateTypepublic void setEndDate(EndDateType value)
value - allowed object is
EndDateTypepublic List<DocumentReferenceType> getWorkOrderDocumentReference()
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
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.