public class WorkPhaseReferenceType extends Object
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ABIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Work Phase Reference. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class that refers to a phase of work. Used for instance to specify what part of the contract the billing is referring to.</ccts:Definition>
<ccts:ObjectClass>Work Phase Reference</ccts:ObjectClass>
</ccts:Component>
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()
<?
|
IDType |
getID()
<?
|
ProgressPercentType |
getProgressPercent()
<?
|
StartDateType |
getStartDate()
<?
|
List<DocumentReferenceType> |
getWorkOrderDocumentReference()
<?
|
List<WorkPhaseType> |
getWorkPhase()
<?
|
WorkPhaseCodeType |
getWorkPhaseCode()
<?
|
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 IDType getID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Work Phase Reference. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>An identifier for this phase of work.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Work Phase Reference</ccts:ObjectClass>
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
<ccts:DataType>Identifier. Type</ccts:DataType>
</ccts:Component>
IDTypepublic void setID(IDType value)
value - allowed object is
IDTypepublic WorkPhaseCodeType getWorkPhaseCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Work Phase Reference. Work Phase Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A code signifying this phase of work.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Work Phase Reference</ccts:ObjectClass>
<ccts:PropertyTerm>Work Phase Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
</ccts:Component>
WorkPhaseCodeTypepublic void setWorkPhaseCode(WorkPhaseCodeType value)
value - allowed object is
WorkPhaseCodeTypepublic List<WorkPhaseType> getWorkPhase()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Work Phase Reference. Work Phase. Text</ccts:DictionaryEntryName>
<ccts:Definition>Text describing this phase of work.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Work Phase Reference</ccts:ObjectClass>
<ccts:PropertyTerm>Work Phase</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
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
public ProgressPercentType getProgressPercent()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Work Phase Reference. Progress Percent. Percent</ccts:DictionaryEntryName>
<ccts:Definition>The progress percentage of the work phase.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Work Phase Reference</ccts:ObjectClass>
<ccts:PropertyTerm>Progress Percent</ccts:PropertyTerm>
<ccts:RepresentationTerm>Percent</ccts:RepresentationTerm>
<ccts:DataType>Percent. Type</ccts:DataType>
</ccts:Component>
ProgressPercentTypepublic void setProgressPercent(ProgressPercentType value)
value - allowed object is
ProgressPercentTypepublic StartDateType getStartDate()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Work Phase Reference. Start Date. Date</ccts:DictionaryEntryName>
<ccts:Definition>The date on which this phase of work begins.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Work Phase Reference</ccts:ObjectClass>
<ccts:PropertyTerm>Start Date</ccts:PropertyTerm>
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
<ccts:DataType>Date. Type</ccts:DataType>
</ccts:Component>
StartDateTypepublic void setStartDate(StartDateType value)
value - allowed object is
StartDateTypepublic EndDateType getEndDate()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Work Phase Reference. End Date. Date</ccts:DictionaryEntryName>
<ccts:Definition>The date on which this phase of work ends.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Work Phase Reference</ccts:ObjectClass>
<ccts:PropertyTerm>End Date</ccts:PropertyTerm>
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
<ccts:DataType>Date. Type</ccts:DataType>
</ccts:Component>
EndDateTypepublic void setEndDate(EndDateType value)
value - allowed object is
EndDateTypepublic List<DocumentReferenceType> getWorkOrderDocumentReference()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Work Phase Reference. Work Order_ Document Reference. Document Reference</ccts:DictionaryEntryName>
<ccts:Definition>A reference to a document regarding the work order for the project in which this phase of work takes place.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Work Phase Reference</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Work Order</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Document Reference</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm>
</ccts:Component>
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
Copyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.