@CodingStyleguideUnaware public class WorkItemQuantityAnalysisType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for WorkItemQuantityAnalysisType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkItemQuantityAnalysisType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType"/>
<element name="ActualQuantity" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}QuantityType" minOccurs="0"/>
<element name="Description" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" minOccurs="0"/>
<element name="ActualQuantityPercent" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}PercentType" minOccurs="0"/>
<element name="StatusCode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}CodeType" minOccurs="0"/>
<element name="TypeCode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}CodeType" minOccurs="0"/>
<element name="PrimaryClassificationCode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}CodeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="AlternativeClassificationCode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}CodeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ContractualLanguageCode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}CodeType" minOccurs="0"/>
<element name="ActualQuantityWorkItemDimension" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}WorkItemDimensionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="BreakdownWorkItemQuantityAnalysis" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}WorkItemQuantityAnalysisType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ChangedRecordedStatus" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}RecordedStatusType" 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 |
|---|
WorkItemQuantityAnalysisType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addActualQuantityWorkItemDimension(WorkItemDimensionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addAlternativeClassificationCode(CodeType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addBreakdownWorkItemQuantityAnalysis(WorkItemQuantityAnalysisType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addChangedRecordedStatus(RecordedStatusType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addPrimaryClassificationCode(CodeType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
WorkItemQuantityAnalysisType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(WorkItemQuantityAnalysisType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
QuantityType |
getActualQuantity()
Gets the value of the actualQuantity property.
|
PercentType |
getActualQuantityPercent()
Gets the value of the actualQuantityPercent property.
|
BigDecimal |
getActualQuantityPercentValue()
Get the value of the contained PercentType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
BigDecimal |
getActualQuantityValue()
Get the value of the contained QuantityType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<WorkItemDimensionType> |
getActualQuantityWorkItemDimension()
Gets the value of the actualQuantityWorkItemDimension property.
|
WorkItemDimensionType |
getActualQuantityWorkItemDimensionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getActualQuantityWorkItemDimensionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<CodeType> |
getAlternativeClassificationCode()
Gets the value of the alternativeClassificationCode property.
|
CodeType |
getAlternativeClassificationCodeAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAlternativeClassificationCodeCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<WorkItemQuantityAnalysisType> |
getBreakdownWorkItemQuantityAnalysis()
Gets the value of the breakdownWorkItemQuantityAnalysis property.
|
WorkItemQuantityAnalysisType |
getBreakdownWorkItemQuantityAnalysisAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getBreakdownWorkItemQuantityAnalysisCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<RecordedStatusType> |
getChangedRecordedStatus()
Gets the value of the changedRecordedStatus property.
|
RecordedStatusType |
getChangedRecordedStatusAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getChangedRecordedStatusCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
CodeType |
getContractualLanguageCode()
Gets the value of the contractualLanguageCode property.
|
String |
getContractualLanguageCodeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TextType |
getDescription()
Gets the value of the description property.
|
String |
getDescriptionValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IDType |
getID()
Gets the value of the id property.
|
String |
getIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<CodeType> |
getPrimaryClassificationCode()
Gets the value of the primaryClassificationCode property.
|
CodeType |
getPrimaryClassificationCodeAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getPrimaryClassificationCodeCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
CodeType |
getStatusCode()
Gets the value of the statusCode property.
|
String |
getStatusCodeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CodeType |
getTypeCode()
Gets the value of the typeCode property.
|
String |
getTypeCodeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
boolean |
hasActualQuantityWorkItemDimensionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasAlternativeClassificationCodeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasBreakdownWorkItemQuantityAnalysisEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasChangedRecordedStatusEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoActualQuantityWorkItemDimensionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoAlternativeClassificationCodeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoBreakdownWorkItemQuantityAnalysisEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoChangedRecordedStatusEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoPrimaryClassificationCodeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPrimaryClassificationCodeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
QuantityType |
setActualQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setActualQuantity(QuantityType value)
Sets the value of the actualQuantity property.
|
PercentType |
setActualQuantityPercent(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setActualQuantityPercent(PercentType value)
Sets the value of the actualQuantityPercent property.
|
void |
setActualQuantityWorkItemDimension(List<WorkItemDimensionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAlternativeClassificationCode(List<CodeType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setBreakdownWorkItemQuantityAnalysis(List<WorkItemQuantityAnalysisType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setChangedRecordedStatus(List<RecordedStatusType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setContractualLanguageCode(CodeType value)
Sets the value of the contractualLanguageCode property.
|
CodeType |
setContractualLanguageCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TextType |
setDescription(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setDescription(TextType value)
Sets the value of the description property.
|
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 |
void |
setPrimaryClassificationCode(List<CodeType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setStatusCode(CodeType value)
Sets the value of the statusCode property.
|
CodeType |
setStatusCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setTypeCode(CodeType value)
Sets the value of the typeCode property.
|
CodeType |
setTypeCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public WorkItemQuantityAnalysisType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public QuantityType getActualQuantity()
QuantityTypepublic void setActualQuantity(@Nullable QuantityType value)
value - allowed object is
QuantityType@Nullable public TextType getDescription()
TextTypepublic void setDescription(@Nullable TextType value)
value - allowed object is
TextType@Nullable public PercentType getActualQuantityPercent()
PercentTypepublic void setActualQuantityPercent(@Nullable PercentType value)
value - allowed object is
PercentType@Nullable public CodeType getStatusCode()
CodeTypepublic void setStatusCode(@Nullable CodeType value)
value - allowed object is
CodeType@Nullable public CodeType getTypeCode()
CodeTypepublic void setTypeCode(@Nullable CodeType value)
value - allowed object is
CodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<CodeType> getPrimaryClassificationCode()
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 primaryClassificationCode property.
For example, to add a new item, do as follows:
getPrimaryClassificationCode().add(newItem);
Objects of the following type(s) are allowed in the list
CodeType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<CodeType> getAlternativeClassificationCode()
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 alternativeClassificationCode property.
For example, to add a new item, do as follows:
getAlternativeClassificationCode().add(newItem);
Objects of the following type(s) are allowed in the list
CodeType
@Nullable public CodeType getContractualLanguageCode()
CodeTypepublic void setContractualLanguageCode(@Nullable CodeType value)
value - allowed object is
CodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<WorkItemDimensionType> getActualQuantityWorkItemDimension()
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 actualQuantityWorkItemDimension property.
For example, to add a new item, do as follows:
getActualQuantityWorkItemDimension().add(newItem);
Objects of the following type(s) are allowed in the list
WorkItemDimensionType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<WorkItemQuantityAnalysisType> getBreakdownWorkItemQuantityAnalysis()
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 breakdownWorkItemQuantityAnalysis property.
For example, to add a new item, do as follows:
getBreakdownWorkItemQuantityAnalysis().add(newItem);
Objects of the following type(s) are allowed in the list
WorkItemQuantityAnalysisType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<RecordedStatusType> getChangedRecordedStatus()
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 changedRecordedStatus property.
For example, to add a new item, do as follows:
getChangedRecordedStatus().add(newItem);
Objects of the following type(s) are allowed in the list
RecordedStatusType
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setPrimaryClassificationCode(@Nullable List<CodeType> aList)
aList - The new list member to set. May be null.public void setAlternativeClassificationCode(@Nullable List<CodeType> aList)
aList - The new list member to set. May be null.public void setActualQuantityWorkItemDimension(@Nullable List<WorkItemDimensionType> aList)
aList - The new list member to set. May be null.public void setBreakdownWorkItemQuantityAnalysis(@Nullable List<WorkItemQuantityAnalysisType> aList)
aList - The new list member to set. May be null.public void setChangedRecordedStatus(@Nullable List<RecordedStatusType> aList)
aList - The new list member to set. May be null.public boolean hasPrimaryClassificationCodeEntries()
true if at least one item is contained, false otherwise.public boolean hasNoPrimaryClassificationCodeEntries()
true if no item is contained, false otherwise.@Nonnegative public int getPrimaryClassificationCodeCount()
@Nullable public CodeType getPrimaryClassificationCodeAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addPrimaryClassificationCode(@Nonnull CodeType elem)
elem - The element to be added. May not be null.public boolean hasAlternativeClassificationCodeEntries()
true if at least one item is contained, false otherwise.public boolean hasNoAlternativeClassificationCodeEntries()
true if no item is contained, false otherwise.@Nonnegative public int getAlternativeClassificationCodeCount()
@Nullable public CodeType getAlternativeClassificationCodeAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addAlternativeClassificationCode(@Nonnull CodeType elem)
elem - The element to be added. May not be null.public boolean hasActualQuantityWorkItemDimensionEntries()
true if at least one item is contained, false otherwise.public boolean hasNoActualQuantityWorkItemDimensionEntries()
true if no item is contained, false otherwise.@Nonnegative public int getActualQuantityWorkItemDimensionCount()
@Nullable public WorkItemDimensionType getActualQuantityWorkItemDimensionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addActualQuantityWorkItemDimension(@Nonnull WorkItemDimensionType elem)
elem - The element to be added. May not be null.public boolean hasBreakdownWorkItemQuantityAnalysisEntries()
true if at least one item is contained, false otherwise.public boolean hasNoBreakdownWorkItemQuantityAnalysisEntries()
true if no item is contained, false otherwise.@Nonnegative public int getBreakdownWorkItemQuantityAnalysisCount()
@Nullable public WorkItemQuantityAnalysisType getBreakdownWorkItemQuantityAnalysisAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addBreakdownWorkItemQuantityAnalysis(@Nonnull WorkItemQuantityAnalysisType elem)
elem - The element to be added. May not be null.public boolean hasChangedRecordedStatusEntries()
true if at least one item is contained, false otherwise.public boolean hasNoChangedRecordedStatusEntries()
true if no item is contained, false otherwise.@Nonnegative public int getChangedRecordedStatusCount()
@Nullable public RecordedStatusType getChangedRecordedStatusAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addChangedRecordedStatus(@Nonnull RecordedStatusType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull WorkItemQuantityAnalysisType 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 WorkItemQuantityAnalysisType clone()
@Nonnull public CodeType setStatusCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CodeType setTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CodeType setContractualLanguageCode(@Nullable String 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 PercentType setActualQuantityPercent(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public QuantityType setActualQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TextType setDescription(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getIDValue()
null@Nullable public BigDecimal getActualQuantityValue()
null@Nullable public String getDescriptionValue()
null@Nullable public BigDecimal getActualQuantityPercentValue()
null@Nullable public String getStatusCodeValue()
null@Nullable public String getTypeCodeValue()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.