@CodingStyleguideUnaware public class WorkItemComplexDescriptionType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for WorkItemComplexDescriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkItemComplexDescriptionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Abstract" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Content" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ContractualLanguageCode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}CodeType" minOccurs="0"/>
<element name="RequestingSpecificationQuery" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}SpecificationQueryType" maxOccurs="unbounded" minOccurs="0"/>
<element name="RespondingSpecificationResponse" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}SpecificationResponseType" maxOccurs="unbounded" minOccurs="0"/>
<element name="SubsetWorkItemComplexDescription" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}WorkItemComplexDescriptionType" 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 |
|---|
WorkItemComplexDescriptionType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addAbstract(TextType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addContent(TextType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addRequestingSpecificationQuery(SpecificationQueryType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addRespondingSpecificationResponse(SpecificationResponseType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
WorkItemComplexDescriptionType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(WorkItemComplexDescriptionType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<TextType> |
getAbstract()
Gets the value of the abstract property.
|
TextType |
getAbstractAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAbstractCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<TextType> |
getContent()
Gets the value of the content property.
|
TextType |
getContentAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getContentCount()
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 |
List<SpecificationQueryType> |
getRequestingSpecificationQuery()
Gets the value of the requestingSpecificationQuery property.
|
SpecificationQueryType |
getRequestingSpecificationQueryAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getRequestingSpecificationQueryCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<SpecificationResponseType> |
getRespondingSpecificationResponse()
Gets the value of the respondingSpecificationResponse property.
|
SpecificationResponseType |
getRespondingSpecificationResponseAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getRespondingSpecificationResponseCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
WorkItemComplexDescriptionType |
getSubsetWorkItemComplexDescription()
Gets the value of the subsetWorkItemComplexDescription property.
|
boolean |
hasAbstractEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasContentEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoAbstractEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoContentEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoRequestingSpecificationQueryEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoRespondingSpecificationResponseEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasRequestingSpecificationQueryEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasRespondingSpecificationResponseEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAbstract(List<TextType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setContent(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 |
setRequestingSpecificationQuery(List<SpecificationQueryType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setRespondingSpecificationResponse(List<SpecificationResponseType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setSubsetWorkItemComplexDescription(WorkItemComplexDescriptionType value)
Sets the value of the subsetWorkItemComplexDescription property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public WorkItemComplexDescriptionType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TextType> getAbstract()
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 abstract property.
For example, to add a new item, do as follows:
getAbstract().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TextType> getContent()
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 content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
@Nullable public CodeType getContractualLanguageCode()
CodeTypepublic void setContractualLanguageCode(@Nullable CodeType value)
value - allowed object is
CodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<SpecificationQueryType> getRequestingSpecificationQuery()
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 requestingSpecificationQuery property.
For example, to add a new item, do as follows:
getRequestingSpecificationQuery().add(newItem);
Objects of the following type(s) are allowed in the list
SpecificationQueryType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<SpecificationResponseType> getRespondingSpecificationResponse()
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 respondingSpecificationResponse property.
For example, to add a new item, do as follows:
getRespondingSpecificationResponse().add(newItem);
Objects of the following type(s) are allowed in the list
SpecificationResponseType
@Nullable public WorkItemComplexDescriptionType getSubsetWorkItemComplexDescription()
WorkItemComplexDescriptionTypepublic void setSubsetWorkItemComplexDescription(@Nullable WorkItemComplexDescriptionType value)
value - allowed object is
WorkItemComplexDescriptionTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setAbstract(@Nullable List<TextType> aList)
aList - The new list member to set. May be null.public void setContent(@Nullable List<TextType> aList)
aList - The new list member to set. May be null.public void setRequestingSpecificationQuery(@Nullable List<SpecificationQueryType> aList)
aList - The new list member to set. May be null.public void setRespondingSpecificationResponse(@Nullable List<SpecificationResponseType> aList)
aList - The new list member to set. May be null.public boolean hasAbstractEntries()
true if at least one item is contained, false otherwise.public boolean hasNoAbstractEntries()
true if no item is contained, false otherwise.@Nonnegative public int getAbstractCount()
@Nullable public TextType getAbstractAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addAbstract(@Nonnull TextType elem)
elem - The element to be added. May not be null.public boolean hasContentEntries()
true if at least one item is contained, false otherwise.public boolean hasNoContentEntries()
true if no item is contained, false otherwise.@Nonnegative public int getContentCount()
@Nullable public TextType getContentAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addContent(@Nonnull TextType elem)
elem - The element to be added. May not be null.public boolean hasRequestingSpecificationQueryEntries()
true if at least one item is contained, false otherwise.public boolean hasNoRequestingSpecificationQueryEntries()
true if no item is contained, false otherwise.@Nonnegative public int getRequestingSpecificationQueryCount()
@Nullable public SpecificationQueryType getRequestingSpecificationQueryAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addRequestingSpecificationQuery(@Nonnull SpecificationQueryType elem)
elem - The element to be added. May not be null.public boolean hasRespondingSpecificationResponseEntries()
true if at least one item is contained, false otherwise.public boolean hasNoRespondingSpecificationResponseEntries()
true if no item is contained, false otherwise.@Nonnegative public int getRespondingSpecificationResponseCount()
@Nullable public SpecificationResponseType getRespondingSpecificationResponseAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addRespondingSpecificationResponse(@Nonnull SpecificationResponseType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull WorkItemComplexDescriptionType 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 WorkItemComplexDescriptionType clone()
@Nonnull public CodeType setContractualLanguageCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.nullCopyright © 2016–2021 Philip Helger. All rights reserved.