@CodingStyleguideUnaware public class WorkPhaseReferenceType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<?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>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-list-extension
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
WorkPhaseReferenceType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addWorkOrderDocumentReference(DocumentReferenceType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addWorkPhase(WorkPhaseType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
WorkPhaseReferenceType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(WorkPhaseReferenceType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
EndDateType |
getEndDate()
<?
|
LocalDate |
getEndDateValue()
Get the value of the contained EndDateType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IDType |
getID()
<?
|
String |
getIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ProgressPercentType |
getProgressPercent()
<?
|
BigDecimal |
getProgressPercentValue()
Get the value of the contained ProgressPercentType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
StartDateType |
getStartDate()
<?
|
LocalDate |
getStartDateValue()
Get the value of the contained StartDateType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<DocumentReferenceType> |
getWorkOrderDocumentReference()
<?
|
DocumentReferenceType |
getWorkOrderDocumentReferenceAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getWorkOrderDocumentReferenceCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<WorkPhaseType> |
getWorkPhase()
<?
|
WorkPhaseType |
getWorkPhaseAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
WorkPhaseCodeType |
getWorkPhaseCode()
<?
|
String |
getWorkPhaseCodeValue()
Get the value of the contained WorkPhaseCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
getWorkPhaseCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoWorkOrderDocumentReferenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoWorkPhaseEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasWorkOrderDocumentReferenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasWorkPhaseEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setEndDate(EndDateType value)
Sets the value of the endDate property.
|
EndDateType |
setEndDate(LocalDate valueParam)
Special setter with value of type LocalDate
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ProgressPercentType |
setProgressPercent(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setProgressPercent(ProgressPercentType value)
Sets the value of the progressPercent property.
|
StartDateType |
setStartDate(LocalDate valueParam)
Special setter with value of type LocalDate
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setStartDate(StartDateType value)
Sets the value of the startDate property.
|
void |
setWorkOrderDocumentReference(List<DocumentReferenceType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setWorkPhase(List<WorkPhaseType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
WorkPhaseCodeType |
setWorkPhaseCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setWorkPhaseCode(WorkPhaseCodeType value)
Sets the value of the workPhaseCode property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public WorkPhaseReferenceType()
@Nullable 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(@Nullable IDType value)
value - allowed object is
IDType@Nullable public 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(@Nullable WorkPhaseCodeType value)
value - allowed object is
WorkPhaseCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public 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
@Nullable 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(@Nullable ProgressPercentType value)
value - allowed object is
ProgressPercentType@Nullable public 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(@Nullable StartDateType value)
value - allowed object is
StartDateType@Nullable public 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(@Nullable EndDateType value)
value - allowed object is
EndDateType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public 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
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setWorkPhase(@Nullable List<WorkPhaseType> aList)
aList - The new list member to set. May be null.public void setWorkOrderDocumentReference(@Nullable List<DocumentReferenceType> aList)
aList - The new list member to set. May be null.public boolean hasWorkPhaseEntries()
true if at least one item is contained, false otherwise.public boolean hasNoWorkPhaseEntries()
true if no item is contained, false otherwise.@Nonnegative public int getWorkPhaseCount()
@Nullable public WorkPhaseType getWorkPhaseAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addWorkPhase(@Nonnull WorkPhaseType elem)
elem - The element to be added. May not be null.public boolean hasWorkOrderDocumentReferenceEntries()
true if at least one item is contained, false otherwise.public boolean hasNoWorkOrderDocumentReferenceEntries()
true if no item is contained, false otherwise.@Nonnegative public int getWorkOrderDocumentReferenceCount()
@Nullable public DocumentReferenceType getWorkOrderDocumentReferenceAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addWorkOrderDocumentReference(@Nonnull DocumentReferenceType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull WorkPhaseReferenceType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public WorkPhaseReferenceType clone()
@Nonnull public WorkPhaseCodeType setWorkPhaseCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public StartDateType setStartDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be null.null@Nonnull public EndDateType setEndDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public ProgressPercentType setProgressPercent(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getIDValue()
null@Nullable public String getWorkPhaseCodeValue()
null@Nullable public BigDecimal getProgressPercentValue()
null@Nullable public LocalDate getStartDateValue()
nullCopyright © 2014–2020 Philip Helger. All rights reserved.