@CodingStyleguideUnaware public class ProductClassificationType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for ProductClassificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductClassificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SystemID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" minOccurs="0"/>
<element name="SystemName" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ClassCode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}CodeType" minOccurs="0"/>
<element name="ClassName" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" maxOccurs="unbounded" minOccurs="0"/>
<element name="SubClassCode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}CodeType" minOccurs="0"/>
<element name="ClassProductCharacteristic" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}ProductCharacteristicType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ApplicableReferencedStandard" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}ReferencedStandardType" 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 |
|---|
ProductClassificationType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addClassName(TextType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addClassProductCharacteristic(ProductCharacteristicType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addSystemName(TextType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ProductClassificationType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ProductClassificationType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
ReferencedStandardType |
getApplicableReferencedStandard()
Gets the value of the applicableReferencedStandard property.
|
CodeType |
getClassCode()
Gets the value of the classCode property.
|
String |
getClassCodeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<TextType> |
getClassName()
Gets the value of the className property.
|
TextType |
getClassNameAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getClassNameCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<ProductCharacteristicType> |
getClassProductCharacteristic()
Gets the value of the classProductCharacteristic property.
|
ProductCharacteristicType |
getClassProductCharacteristicAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getClassProductCharacteristicCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
CodeType |
getSubClassCode()
Gets the value of the subClassCode property.
|
String |
getSubClassCodeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IDType |
getSystemID()
Gets the value of the systemID property.
|
String |
getSystemIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<TextType> |
getSystemName()
Gets the value of the systemName property.
|
TextType |
getSystemNameAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getSystemNameCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasClassNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasClassProductCharacteristicEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoClassNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoClassProductCharacteristicEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoSystemNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasSystemNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setApplicableReferencedStandard(ReferencedStandardType value)
Sets the value of the applicableReferencedStandard property.
|
void |
setClassCode(CodeType value)
Sets the value of the classCode property.
|
CodeType |
setClassCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setClassName(List<TextType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setClassProductCharacteristic(List<ProductCharacteristicType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setSubClassCode(CodeType value)
Sets the value of the subClassCode property.
|
CodeType |
setSubClassCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setSystemID(IDType value)
Sets the value of the systemID property.
|
IDType |
setSystemID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setSystemName(List<TextType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ProductClassificationType()
@Nullable public IDType getSystemID()
IDTypepublic void setSystemID(@Nullable IDType value)
value - allowed object is
IDType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TextType> getSystemName()
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 systemName property.
For example, to add a new item, do as follows:
getSystemName().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
@Nullable public CodeType getClassCode()
CodeTypepublic void setClassCode(@Nullable CodeType value)
value - allowed object is
CodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TextType> getClassName()
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 className property.
For example, to add a new item, do as follows:
getClassName().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
@Nullable public CodeType getSubClassCode()
CodeTypepublic void setSubClassCode(@Nullable CodeType value)
value - allowed object is
CodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ProductCharacteristicType> getClassProductCharacteristic()
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 classProductCharacteristic property.
For example, to add a new item, do as follows:
getClassProductCharacteristic().add(newItem);
Objects of the following type(s) are allowed in the list
ProductCharacteristicType
@Nullable public ReferencedStandardType getApplicableReferencedStandard()
ReferencedStandardTypepublic void setApplicableReferencedStandard(@Nullable ReferencedStandardType value)
value - allowed object is
ReferencedStandardTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setSystemName(@Nullable List<TextType> aList)
aList - The new list member to set. May be null.public void setClassName(@Nullable List<TextType> aList)
aList - The new list member to set. May be null.public void setClassProductCharacteristic(@Nullable List<ProductCharacteristicType> aList)
aList - The new list member to set. May be null.public boolean hasSystemNameEntries()
true if at least one item is contained, false otherwise.public boolean hasNoSystemNameEntries()
true if no item is contained, false otherwise.@Nonnegative public int getSystemNameCount()
@Nullable public TextType getSystemNameAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addSystemName(@Nonnull TextType elem)
elem - The element to be added. May not be null.public boolean hasClassNameEntries()
true if at least one item is contained, false otherwise.public boolean hasNoClassNameEntries()
true if no item is contained, false otherwise.@Nonnegative public int getClassNameCount()
@Nullable public TextType getClassNameAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addClassName(@Nonnull TextType elem)
elem - The element to be added. May not be null.public boolean hasClassProductCharacteristicEntries()
true if at least one item is contained, false otherwise.public boolean hasNoClassProductCharacteristicEntries()
true if no item is contained, false otherwise.@Nonnegative public int getClassProductCharacteristicCount()
@Nullable public ProductCharacteristicType getClassProductCharacteristicAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addClassProductCharacteristic(@Nonnull ProductCharacteristicType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull ProductClassificationType 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 ProductClassificationType clone()
@Nonnull public CodeType setClassCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CodeType setSubClassCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setSystemID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getSystemIDValue()
null@Nullable public String getClassCodeValue()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.