@CodingStyleguideUnaware public class EconomicOperatorRoleType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Economic Operator Role. Details</ccts:DictionaryEntryName><ccts:Definition>A class to describe the tenderer contracting role.</ccts:Definition><ccts:ObjectClass>Economic Operator Role</ccts:ObjectClass></ccts:Component>
Java class for EconomicOperatorRoleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EconomicOperatorRoleType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}RoleCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}RoleDescription" 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 |
|---|
EconomicOperatorRoleType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addRoleDescription(RoleDescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
EconomicOperatorRoleType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(EconomicOperatorRoleType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
RoleCodeType |
getRoleCode()
<?
|
String |
getRoleCodeValue()
Get the value of the contained RoleCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<RoleDescriptionType> |
getRoleDescription()
<?
|
RoleDescriptionType |
getRoleDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getRoleDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoRoleDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasRoleDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setRoleCode(RoleCodeType value)
Sets the value of the roleCode property.
|
RoleCodeType |
setRoleCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setRoleDescription(List<RoleDescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public EconomicOperatorRoleType()
@Nullable public RoleCodeType getRoleCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Economic Operator Role. Role Code. Code</ccts:DictionaryEntryName><ccts:Definition>A code specifying the role of the party.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Economic Operator Role</ccts:ObjectClass><ccts:PropertyTerm>Role Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType></ccts:Component>
RoleCodeTypepublic void setRoleCode(@Nullable RoleCodeType value)
value - allowed object is
RoleCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<RoleDescriptionType> getRoleDescription()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Economic Operator Role. Role Description. Text</ccts:DictionaryEntryName><ccts:Definition>A textual description of the party role.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Economic Operator Role</ccts:ObjectClass><ccts:PropertyTerm>Role Description</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType></ccts:Component>Gets the value of the roleDescription property.
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 roleDescription property.
For example, to add a new item, do as follows:
getRoleDescription().add(newItem);
Objects of the following type(s) are allowed in the list
RoleDescriptionType
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setRoleDescription(@Nullable List<RoleDescriptionType> aList)
aList - The new list member to set. May be null.public boolean hasRoleDescriptionEntries()
true if at least one item is contained, false otherwise.public boolean hasNoRoleDescriptionEntries()
true if no item is contained, false otherwise.@Nonnegative public int getRoleDescriptionCount()
@Nullable public RoleDescriptionType getRoleDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addRoleDescription(@Nonnull RoleDescriptionType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull EconomicOperatorRoleType 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 EconomicOperatorRoleType clone()
@Nonnull public RoleCodeType setRoleCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.nullCopyright © 2014–2020 Philip Helger. All rights reserved.