public class ProjectReferenceType extends Object
Java class for ProjectReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProjectReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID"/>
<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}IssueDate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}WorkPhaseReference" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected IDType |
id |
protected IssueDateType |
issueDate |
protected UUIDType |
uuid |
protected List<WorkPhaseReferenceType> |
workPhaseReference |
| Constructor and Description |
|---|
ProjectReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
IDType |
getID()
Gets the value of the id property.
|
IssueDateType |
getIssueDate()
Gets the value of the issueDate property.
|
UUIDType |
getUUID()
Gets the value of the uuid property.
|
List<WorkPhaseReferenceType> |
getWorkPhaseReference()
Gets the value of the workPhaseReference property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setIssueDate(IssueDateType value)
Sets the value of the issueDate property.
|
void |
setUUID(UUIDType value)
Sets the value of the uuid property.
|
protected IDType id
protected UUIDType uuid
protected IssueDateType issueDate
protected List<WorkPhaseReferenceType> workPhaseReference
public void setID(IDType value)
value - allowed object is
IDTypepublic UUIDType getUUID()
UUIDTypepublic void setUUID(UUIDType value)
value - allowed object is
UUIDTypepublic IssueDateType getIssueDate()
IssueDateTypepublic void setIssueDate(IssueDateType value)
value - allowed object is
IssueDateTypepublic List<WorkPhaseReferenceType> getWorkPhaseReference()
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 workPhaseReference property.
For example, to add a new item, do as follows:
getWorkPhaseReference().add(newItem);
Objects of the following type(s) are allowed in the list
WorkPhaseReferenceType
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.