@CodingStyleguideUnaware public class GroupedWorkItemType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for GroupedWorkItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupedWorkItemType">
<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="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="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="TotalCalculatedPrice" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}CalculatedPriceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ItemGroupedWorkItem" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}GroupedWorkItemType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ItemBasicWorkItem" 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="ActualWorkItemComplexDescription" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}WorkItemComplexDescriptionType" 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 |
|---|
GroupedWorkItemType()
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 |
addItemGroupedWorkItem(GroupedWorkItemType 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 |
addRequestedActionCode(CodeType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addTotalCalculatedPrice(CalculatedPriceType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addTypeCode(CodeType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
GroupedWorkItemType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(GroupedWorkItemType 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.
|
String |
getIndexValue()
Get the value of the contained TextType 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
|
List<GroupedWorkItemType> |
getItemGroupedWorkItem()
Gets the value of the itemGroupedWorkItem property.
|
GroupedWorkItemType |
getItemGroupedWorkItemAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getItemGroupedWorkItemCount()
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<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<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.
|
BigDecimal |
getTotalQuantityValue()
Get the value of the contained QuantityType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
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
|
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 |
hasItemGroupedWorkItemEntries()
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 |
hasNoItemGroupedWorkItemEntries()
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 |
hasNoRequestedActionCodeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoTotalCalculatedPriceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoTypeCodeEntries()
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 |
hasRequestedActionCodeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasTotalCalculatedPriceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasTypeCodeEntries()
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.
|
void |
setItemBasicWorkItem(List<BasicWorkItemType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setItemGroupedWorkItem(List<GroupedWorkItemType> 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 |
setRequestedActionCode(List<CodeType> 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 |
setTypeCode(List<CodeType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public GroupedWorkItemType()
@Nullable public IDType getID()
IDTypepublic void setID(@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 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<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<GroupedWorkItemType> getItemGroupedWorkItem()
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 itemGroupedWorkItem property.
For example, to add a new item, do as follows:
getItemGroupedWorkItem().add(newItem);
Objects of the following type(s) are allowed in the list
GroupedWorkItemType
@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<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<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<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 setRequestedActionCode(@Nullable List<CodeType> 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 setItemGroupedWorkItem(@Nullable List<GroupedWorkItemType> 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 setChangedRecordedStatus(@Nullable List<RecordedStatusType> 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 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 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 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 hasItemGroupedWorkItemEntries()
true if at least one item is contained, false otherwise.public boolean hasNoItemGroupedWorkItemEntries()
true if no item is contained, false otherwise.@Nonnegative public int getItemGroupedWorkItemCount()
@Nullable public GroupedWorkItemType getItemGroupedWorkItemAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addItemGroupedWorkItem(@Nonnull GroupedWorkItemType 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 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 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 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 GroupedWorkItemType 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 GroupedWorkItemType clone()
@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 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@Nullable public String getIDValue()
null@Nullable public BigDecimal getTotalQuantityValue()
null@Nullable public String getIndexValue()
null@Nullable public String getPriceListItemIDValue()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.