@CodingStyleguideUnaware public class BasicWorkItemType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for BasicWorkItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BasicWorkItemType">
<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="ReferenceID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" 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="TypeCode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}CodeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Comment" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" maxOccurs="unbounded" minOccurs="0"/>
<element name="TotalQuantity" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}QuantityType" minOccurs="0"/>
<element name="TotalQuantityClassificationCode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}CodeType" minOccurs="0"/>
<element name="IndexValue" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}ValueType" minOccurs="0"/>
<element name="StatusCode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}CodeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ReferenceFileBinaryObject" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}BinaryObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Index" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" minOccurs="0"/>
<element name="RequestedActionCode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}CodeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="PriceListItemID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" minOccurs="0"/>
<element name="ContractualLanguageCode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}CodeType" minOccurs="0"/>
<element name="ActualWorkItemComplexDescription" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}WorkItemComplexDescriptionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="TotalQuantityWorkItemQuantityAnalysis" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}WorkItemQuantityAnalysisType" maxOccurs="unbounded" minOccurs="0"/>
<element name="UnitCalculatedPrice" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}CalculatedPriceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="TotalCalculatedPrice" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}CalculatedPriceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="SubordinateBasicWorkItem" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}BasicWorkItemType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ChangedRecordedStatus" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}RecordedStatusType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ItemBasicWorkItem" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}BasicWorkItemType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ReferencedSpecifiedBinaryFile" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}SpecifiedBinaryFileType" 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 |
|---|
BasicWorkItemType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addActualWorkItemComplexDescription(WorkItemComplexDescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addAlternativeClassificationCode(CodeType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addChangedRecordedStatus(RecordedStatusType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addComment(TextType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addItemBasicWorkItem(BasicWorkItemType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addPrimaryClassificationCode(CodeType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addReferencedSpecifiedBinaryFile(SpecifiedBinaryFileType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addReferenceFileBinaryObject(BinaryObjectType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addRequestedActionCode(CodeType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addStatusCode(CodeType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addSubordinateBasicWorkItem(BasicWorkItemType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addTotalCalculatedPrice(CalculatedPriceType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addTotalQuantityWorkItemQuantityAnalysis(WorkItemQuantityAnalysisType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addTypeCode(CodeType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addUnitCalculatedPrice(CalculatedPriceType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
BasicWorkItemType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(BasicWorkItemType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<WorkItemComplexDescriptionType> |
getActualWorkItemComplexDescription()
Gets the value of the actualWorkItemComplexDescription property.
|
WorkItemComplexDescriptionType |
getActualWorkItemComplexDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getActualWorkItemComplexDescriptionCount()
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<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
|
List<TextType> |
getComment()
Gets the value of the comment property.
|
TextType |
getCommentAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getCommentCount()
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 |
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 |
TextType |
getIndex()
Gets the value of the index property.
|
ValueType |
getIndexValue()
Gets the value of the indexValue property.
|
BigDecimal |
getIndexValueValue()
Get the value of the contained ValueType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<BasicWorkItemType> |
getItemBasicWorkItem()
Gets the value of the itemBasicWorkItem property.
|
BasicWorkItemType |
getItemBasicWorkItemAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getItemBasicWorkItemCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
IDType |
getPriceListItemID()
Gets the value of the priceListItemID property.
|
String |
getPriceListItemIDValue()
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
|
List<SpecifiedBinaryFileType> |
getReferencedSpecifiedBinaryFile()
Gets the value of the referencedSpecifiedBinaryFile property.
|
SpecifiedBinaryFileType |
getReferencedSpecifiedBinaryFileAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getReferencedSpecifiedBinaryFileCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<BinaryObjectType> |
getReferenceFileBinaryObject()
Gets the value of the referenceFileBinaryObject property.
|
BinaryObjectType |
getReferenceFileBinaryObjectAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getReferenceFileBinaryObjectCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
IDType |
getReferenceID()
Gets the value of the referenceID property.
|
String |
getReferenceIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<CodeType> |
getRequestedActionCode()
Gets the value of the requestedActionCode property.
|
CodeType |
getRequestedActionCodeAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getRequestedActionCodeCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<CodeType> |
getStatusCode()
Gets the value of the statusCode property.
|
CodeType |
getStatusCodeAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getStatusCodeCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<BasicWorkItemType> |
getSubordinateBasicWorkItem()
Gets the value of the subordinateBasicWorkItem property.
|
BasicWorkItemType |
getSubordinateBasicWorkItemAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getSubordinateBasicWorkItemCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<CalculatedPriceType> |
getTotalCalculatedPrice()
Gets the value of the totalCalculatedPrice property.
|
CalculatedPriceType |
getTotalCalculatedPriceAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getTotalCalculatedPriceCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
QuantityType |
getTotalQuantity()
Gets the value of the totalQuantity property.
|
CodeType |
getTotalQuantityClassificationCode()
Gets the value of the totalQuantityClassificationCode property.
|
String |
getTotalQuantityClassificationCodeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
BigDecimal |
getTotalQuantityValue()
Get the value of the contained QuantityType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<WorkItemQuantityAnalysisType> |
getTotalQuantityWorkItemQuantityAnalysis()
Gets the value of the totalQuantityWorkItemQuantityAnalysis property.
|
WorkItemQuantityAnalysisType |
getTotalQuantityWorkItemQuantityAnalysisAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getTotalQuantityWorkItemQuantityAnalysisCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<CodeType> |
getTypeCode()
Gets the value of the typeCode property.
|
CodeType |
getTypeCodeAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getTypeCodeCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<CalculatedPriceType> |
getUnitCalculatedPrice()
Gets the value of the unitCalculatedPrice property.
|
CalculatedPriceType |
getUnitCalculatedPriceAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getUnitCalculatedPriceCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasActualWorkItemComplexDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasAlternativeClassificationCodeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasChangedRecordedStatusEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasCommentEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasItemBasicWorkItemEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoActualWorkItemComplexDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoAlternativeClassificationCodeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoChangedRecordedStatusEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoCommentEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoItemBasicWorkItemEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoPrimaryClassificationCodeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoReferencedSpecifiedBinaryFileEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoReferenceFileBinaryObjectEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoRequestedActionCodeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoStatusCodeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoSubordinateBasicWorkItemEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoTotalCalculatedPriceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoTotalQuantityWorkItemQuantityAnalysisEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoTypeCodeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoUnitCalculatedPriceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPrimaryClassificationCodeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasReferencedSpecifiedBinaryFileEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasReferenceFileBinaryObjectEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasRequestedActionCodeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasStatusCodeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasSubordinateBasicWorkItemEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasTotalCalculatedPriceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasTotalQuantityWorkItemQuantityAnalysisEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasTypeCodeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasUnitCalculatedPriceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setActualWorkItemComplexDescription(List<WorkItemComplexDescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAlternativeClassificationCode(List<CodeType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setChangedRecordedStatus(List<RecordedStatusType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setComment(List<TextType> 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 |
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 |
TextType |
setIndex(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setIndex(TextType value)
Sets the value of the index property.
|
ValueType |
setIndexValue(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setIndexValue(ValueType value)
Sets the value of the indexValue property.
|
void |
setItemBasicWorkItem(List<BasicWorkItemType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPriceListItemID(IDType value)
Sets the value of the priceListItemID property.
|
IDType |
setPriceListItemID(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 |
setReferencedSpecifiedBinaryFile(List<SpecifiedBinaryFileType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setReferenceFileBinaryObject(List<BinaryObjectType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setReferenceID(IDType value)
Sets the value of the referenceID property.
|
IDType |
setReferenceID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setRequestedActionCode(List<CodeType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setStatusCode(List<CodeType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setSubordinateBasicWorkItem(List<BasicWorkItemType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setTotalCalculatedPrice(List<CalculatedPriceType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
QuantityType |
setTotalQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setTotalQuantity(QuantityType value)
Sets the value of the totalQuantity property.
|
void |
setTotalQuantityClassificationCode(CodeType value)
Sets the value of the totalQuantityClassificationCode property.
|
CodeType |
setTotalQuantityClassificationCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setTotalQuantityWorkItemQuantityAnalysis(List<WorkItemQuantityAnalysisType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setTypeCode(List<CodeType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setUnitCalculatedPrice(List<CalculatedPriceType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public BasicWorkItemType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public IDType getReferenceID()
IDTypepublic void setReferenceID(@Nullable IDType value)
value - allowed object is
IDType@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
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<CodeType> getTypeCode()
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 typeCode property.
For example, to add a new item, do as follows:
getTypeCode().add(newItem);
Objects of the following type(s) are allowed in the list
CodeType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TextType> getComment()
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 comment property.
For example, to add a new item, do as follows:
getComment().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
@Nullable public QuantityType getTotalQuantity()
QuantityTypepublic void setTotalQuantity(@Nullable QuantityType value)
value - allowed object is
QuantityType@Nullable public CodeType getTotalQuantityClassificationCode()
CodeTypepublic void setTotalQuantityClassificationCode(@Nullable CodeType value)
value - allowed object is
CodeType@Nullable public ValueType getIndexValue()
ValueTypepublic void setIndexValue(@Nullable ValueType value)
value - allowed object is
ValueType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<CodeType> getStatusCode()
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 statusCode property.
For example, to add a new item, do as follows:
getStatusCode().add(newItem);
Objects of the following type(s) are allowed in the list
CodeType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<BinaryObjectType> getReferenceFileBinaryObject()
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 referenceFileBinaryObject property.
For example, to add a new item, do as follows:
getReferenceFileBinaryObject().add(newItem);
Objects of the following type(s) are allowed in the list
BinaryObjectType
@Nullable public TextType getIndex()
TextTypepublic void setIndex(@Nullable TextType value)
value - allowed object is
TextType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<CodeType> getRequestedActionCode()
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 requestedActionCode property.
For example, to add a new item, do as follows:
getRequestedActionCode().add(newItem);
Objects of the following type(s) are allowed in the list
CodeType
@Nullable public IDType getPriceListItemID()
IDTypepublic void setPriceListItemID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public CodeType getContractualLanguageCode()
CodeTypepublic void setContractualLanguageCode(@Nullable CodeType value)
value - allowed object is
CodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<WorkItemComplexDescriptionType> getActualWorkItemComplexDescription()
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 actualWorkItemComplexDescription property.
For example, to add a new item, do as follows:
getActualWorkItemComplexDescription().add(newItem);
Objects of the following type(s) are allowed in the list
WorkItemComplexDescriptionType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<WorkItemQuantityAnalysisType> getTotalQuantityWorkItemQuantityAnalysis()
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 totalQuantityWorkItemQuantityAnalysis property.
For example, to add a new item, do as follows:
getTotalQuantityWorkItemQuantityAnalysis().add(newItem);
Objects of the following type(s) are allowed in the list
WorkItemQuantityAnalysisType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<CalculatedPriceType> getUnitCalculatedPrice()
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 unitCalculatedPrice property.
For example, to add a new item, do as follows:
getUnitCalculatedPrice().add(newItem);
Objects of the following type(s) are allowed in the list
CalculatedPriceType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<CalculatedPriceType> getTotalCalculatedPrice()
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 totalCalculatedPrice property.
For example, to add a new item, do as follows:
getTotalCalculatedPrice().add(newItem);
Objects of the following type(s) are allowed in the list
CalculatedPriceType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<BasicWorkItemType> getSubordinateBasicWorkItem()
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 subordinateBasicWorkItem property.
For example, to add a new item, do as follows:
getSubordinateBasicWorkItem().add(newItem);
Objects of the following type(s) are allowed in the list
BasicWorkItemType
@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
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<BasicWorkItemType> getItemBasicWorkItem()
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 itemBasicWorkItem property.
For example, to add a new item, do as follows:
getItemBasicWorkItem().add(newItem);
Objects of the following type(s) are allowed in the list
BasicWorkItemType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<SpecifiedBinaryFileType> getReferencedSpecifiedBinaryFile()
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 referencedSpecifiedBinaryFile property.
For example, to add a new item, do as follows:
getReferencedSpecifiedBinaryFile().add(newItem);
Objects of the following type(s) are allowed in the list
SpecifiedBinaryFileType
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 setTypeCode(@Nullable List<CodeType> aList)
aList - The new list member to set. May be null.public void setComment(@Nullable List<TextType> aList)
aList - The new list member to set. May be null.public void setStatusCode(@Nullable List<CodeType> aList)
aList - The new list member to set. May be null.public void setReferenceFileBinaryObject(@Nullable List<BinaryObjectType> aList)
aList - The new list member to set. May be null.public void setRequestedActionCode(@Nullable List<CodeType> aList)
aList - The new list member to set. May be null.public void setActualWorkItemComplexDescription(@Nullable List<WorkItemComplexDescriptionType> aList)
aList - The new list member to set. May be null.public void setTotalQuantityWorkItemQuantityAnalysis(@Nullable List<WorkItemQuantityAnalysisType> aList)
aList - The new list member to set. May be null.public void setUnitCalculatedPrice(@Nullable List<CalculatedPriceType> aList)
aList - The new list member to set. May be null.public void setTotalCalculatedPrice(@Nullable List<CalculatedPriceType> aList)
aList - The new list member to set. May be null.public void setSubordinateBasicWorkItem(@Nullable List<BasicWorkItemType> 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 void setItemBasicWorkItem(@Nullable List<BasicWorkItemType> aList)
aList - The new list member to set. May be null.public void setReferencedSpecifiedBinaryFile(@Nullable List<SpecifiedBinaryFileType> 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 hasTypeCodeEntries()
true if at least one item is contained, false otherwise.public boolean hasNoTypeCodeEntries()
true if no item is contained, false otherwise.@Nonnegative public int getTypeCodeCount()
@Nullable public CodeType getTypeCodeAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addTypeCode(@Nonnull CodeType elem)
elem - The element to be added. May not be null.public boolean hasCommentEntries()
true if at least one item is contained, false otherwise.public boolean hasNoCommentEntries()
true if no item is contained, false otherwise.@Nonnegative public int getCommentCount()
@Nullable public TextType getCommentAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addComment(@Nonnull TextType elem)
elem - The element to be added. May not be null.public boolean hasStatusCodeEntries()
true if at least one item is contained, false otherwise.public boolean hasNoStatusCodeEntries()
true if no item is contained, false otherwise.@Nonnegative public int getStatusCodeCount()
@Nullable public CodeType getStatusCodeAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addStatusCode(@Nonnull CodeType elem)
elem - The element to be added. May not be null.public boolean hasReferenceFileBinaryObjectEntries()
true if at least one item is contained, false otherwise.public boolean hasNoReferenceFileBinaryObjectEntries()
true if no item is contained, false otherwise.@Nonnegative public int getReferenceFileBinaryObjectCount()
@Nullable public BinaryObjectType getReferenceFileBinaryObjectAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addReferenceFileBinaryObject(@Nonnull BinaryObjectType elem)
elem - The element to be added. May not be null.public boolean hasRequestedActionCodeEntries()
true if at least one item is contained, false otherwise.public boolean hasNoRequestedActionCodeEntries()
true if no item is contained, false otherwise.@Nonnegative public int getRequestedActionCodeCount()
@Nullable public CodeType getRequestedActionCodeAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addRequestedActionCode(@Nonnull CodeType elem)
elem - The element to be added. May not be null.public boolean hasActualWorkItemComplexDescriptionEntries()
true if at least one item is contained, false otherwise.public boolean hasNoActualWorkItemComplexDescriptionEntries()
true if no item is contained, false otherwise.@Nonnegative public int getActualWorkItemComplexDescriptionCount()
@Nullable public WorkItemComplexDescriptionType getActualWorkItemComplexDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addActualWorkItemComplexDescription(@Nonnull WorkItemComplexDescriptionType elem)
elem - The element to be added. May not be null.public boolean hasTotalQuantityWorkItemQuantityAnalysisEntries()
true if at least one item is contained, false otherwise.public boolean hasNoTotalQuantityWorkItemQuantityAnalysisEntries()
true if no item is contained, false otherwise.@Nonnegative public int getTotalQuantityWorkItemQuantityAnalysisCount()
@Nullable public WorkItemQuantityAnalysisType getTotalQuantityWorkItemQuantityAnalysisAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addTotalQuantityWorkItemQuantityAnalysis(@Nonnull WorkItemQuantityAnalysisType elem)
elem - The element to be added. May not be null.public boolean hasUnitCalculatedPriceEntries()
true if at least one item is contained, false otherwise.public boolean hasNoUnitCalculatedPriceEntries()
true if no item is contained, false otherwise.@Nonnegative public int getUnitCalculatedPriceCount()
@Nullable public CalculatedPriceType getUnitCalculatedPriceAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addUnitCalculatedPrice(@Nonnull CalculatedPriceType elem)
elem - The element to be added. May not be null.public boolean hasTotalCalculatedPriceEntries()
true if at least one item is contained, false otherwise.public boolean hasNoTotalCalculatedPriceEntries()
true if no item is contained, false otherwise.@Nonnegative public int getTotalCalculatedPriceCount()
@Nullable public CalculatedPriceType getTotalCalculatedPriceAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addTotalCalculatedPrice(@Nonnull CalculatedPriceType elem)
elem - The element to be added. May not be null.public boolean hasSubordinateBasicWorkItemEntries()
true if at least one item is contained, false otherwise.public boolean hasNoSubordinateBasicWorkItemEntries()
true if no item is contained, false otherwise.@Nonnegative public int getSubordinateBasicWorkItemCount()
@Nullable public BasicWorkItemType getSubordinateBasicWorkItemAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addSubordinateBasicWorkItem(@Nonnull BasicWorkItemType 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 boolean hasItemBasicWorkItemEntries()
true if at least one item is contained, false otherwise.public boolean hasNoItemBasicWorkItemEntries()
true if no item is contained, false otherwise.@Nonnegative public int getItemBasicWorkItemCount()
@Nullable public BasicWorkItemType getItemBasicWorkItemAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addItemBasicWorkItem(@Nonnull BasicWorkItemType elem)
elem - The element to be added. May not be null.public boolean hasReferencedSpecifiedBinaryFileEntries()
true if at least one item is contained, false otherwise.public boolean hasNoReferencedSpecifiedBinaryFileEntries()
true if no item is contained, false otherwise.@Nonnegative public int getReferencedSpecifiedBinaryFileCount()
@Nullable public SpecifiedBinaryFileType getReferencedSpecifiedBinaryFileAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addReferencedSpecifiedBinaryFile(@Nonnull SpecifiedBinaryFileType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull BasicWorkItemType 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 BasicWorkItemType clone()
@Nonnull public CodeType setTotalQuantityClassificationCode(@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 IDType setReferenceID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setPriceListItemID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public QuantityType setTotalQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TextType setIndex(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public ValueType setIndexValue(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getIDValue()
null@Nullable public String getReferenceIDValue()
null@Nullable public BigDecimal getTotalQuantityValue()
null@Nullable public String getTotalQuantityClassificationCodeValue()
null@Nullable public BigDecimal getIndexValueValue()
null@Nullable public String getPriceListItemIDValue()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.