@CodingStyleguideUnaware public class WorkPhaseReferenceType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
WorkPhaseReferenceType()
Default constructor<br>
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 <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
EndDateType |
getEndDate()
<pre>
<?
|
com.helger.commons.datetime.XMLOffsetDate |
getEndDateValue()
Get the value of the contained EndDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalDate |
getEndDateValueLocal()
Get the value of the contained EndDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ProgressPercentType |
getProgressPercent()
<pre>
<?
|
BigDecimal |
getProgressPercentValue()
Get the value of the contained ProgressPercentType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
StartDateType |
getStartDate()
<pre>
<?
|
com.helger.commons.datetime.XMLOffsetDate |
getStartDateValue()
Get the value of the contained StartDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalDate |
getStartDateValueLocal()
Get the value of the contained StartDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<DocumentReferenceType> |
getWorkOrderDocumentReference()
<pre>
<?
|
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()
<pre>
<?
|
WorkPhaseType |
getWorkPhaseAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
WorkPhaseCodeType |
getWorkPhaseCode()
<pre>
<?
|
String |
getWorkPhaseCodeValue()
Get the value of the contained WorkPhaseCodeType object<br>
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<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
EndDateType |
setEndDate(com.helger.commons.datetime.XMLOffsetDate valueParam)
Special setter with value of type XMLOffsetDate<br>
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<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ProgressPercentType |
setProgressPercent(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
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<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setStartDate(StartDateType value)
Sets the value of the startDate property.
|
StartDateType |
setStartDate(com.helger.commons.datetime.XMLOffsetDate valueParam)
Special setter with value of type XMLOffsetDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
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<br>
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()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public WorkPhaseCodeType getWorkPhaseCode()
WorkPhaseCodeTypepublic void setWorkPhaseCode(@Nullable WorkPhaseCodeType value)
value - allowed object is
WorkPhaseCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<WorkPhaseType> getWorkPhase()
WorkPhaseType@Nullable public ProgressPercentType getProgressPercent()
ProgressPercentTypepublic void setProgressPercent(@Nullable ProgressPercentType value)
value - allowed object is
ProgressPercentType@Nullable public StartDateType getStartDate()
StartDateTypepublic void setStartDate(@Nullable StartDateType value)
value - allowed object is
StartDateType@Nullable public EndDateType getEndDate()
EndDateTypepublic void setEndDate(@Nullable EndDateType value)
value - allowed object is
EndDateType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DocumentReferenceType> getWorkOrderDocumentReference()
DocumentReferenceTypepublic 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 <code>null</code>.public void setWorkOrderDocumentReference(@Nullable List<DocumentReferenceType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasWorkPhaseEntries()
public boolean hasNoWorkPhaseEntries()
@Nonnegative public int getWorkPhaseCount()
@Nullable public WorkPhaseType getWorkPhaseAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addWorkPhase(@Nonnull WorkPhaseType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasWorkOrderDocumentReferenceEntries()
public boolean hasNoWorkOrderDocumentReferenceEntries()
@Nonnegative public int getWorkOrderDocumentReferenceCount()
@Nullable public DocumentReferenceType getWorkOrderDocumentReferenceAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addWorkOrderDocumentReference(@Nonnull DocumentReferenceType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull WorkPhaseReferenceType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public WorkPhaseReferenceType clone()
@Nonnull public WorkPhaseCodeType setWorkPhaseCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public StartDateType setStartDate(@Nullable com.helger.commons.datetime.XMLOffsetDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public StartDateType setStartDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public EndDateType setEndDate(@Nullable com.helger.commons.datetime.XMLOffsetDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public EndDateType setEndDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ProgressPercentType setProgressPercent(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public String getWorkPhaseCodeValue()
@Nullable public BigDecimal getProgressPercentValue()
@Nullable public com.helger.commons.datetime.XMLOffsetDate getStartDateValue()
@Nullable public LocalDate getStartDateValueLocal()
@Nullable public com.helger.commons.datetime.XMLOffsetDate getEndDateValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.