@CodingStyleguideUnaware public class ItemPropertyType 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>Item Property. Details</ccts:DictionaryEntryName><ccts:Definition>A class to describe a specific property of an item.</ccts:Definition><ccts:ObjectClass>Item Property</ccts:ObjectClass></ccts:Component>
Java class for ItemPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemPropertyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Name"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}NameCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TestMethod" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Value" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ValueQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ValueQualifier" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ImportanceCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ListValue" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}UsabilityPeriod" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ItemPropertyGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}RangeDimension" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ItemPropertyRange" 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 |
|---|
ItemPropertyType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ItemPropertyType(ValueType valueParam)
Constructor for value of type ValueType
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addItemPropertyGroup(ItemPropertyGroupType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addListValue(ListValueType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addValueQualifier(ValueQualifierType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ItemPropertyType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ItemPropertyType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
IDType |
getID()
<?
|
String |
getIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ImportanceCodeType |
getImportanceCode()
<?
|
String |
getImportanceCodeValue()
Get the value of the contained ImportanceCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<ItemPropertyGroupType> |
getItemPropertyGroup()
<?
|
ItemPropertyGroupType |
getItemPropertyGroupAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getItemPropertyGroupCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
ItemPropertyRangeType |
getItemPropertyRange()
<?
|
List<ListValueType> |
getListValue()
<?
|
ListValueType |
getListValueAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getListValueCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
NameType |
getName()
<?
|
NameCodeType |
getNameCode()
<?
|
String |
getNameCodeValue()
Get the value of the contained NameCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
getNameValue()
Get the value of the contained NameType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
DimensionType |
getRangeDimension()
<?
|
TestMethodType |
getTestMethod()
<?
|
String |
getTestMethodValue()
Get the value of the contained TestMethodType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
PeriodType |
getUsabilityPeriod()
<?
|
ValueType |
getValue()
<?
|
List<ValueQualifierType> |
getValueQualifier()
<?
|
ValueQualifierType |
getValueQualifierAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getValueQualifierCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
ValueQuantityType |
getValueQuantity()
<?
|
BigDecimal |
getValueQuantityValue()
Get the value of the contained ValueQuantityType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
getValueValue()
Get the value of the contained ValueType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasItemPropertyGroupEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasListValueEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoItemPropertyGroupEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoListValueEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoValueQualifierEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasValueQualifierEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
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 |
void |
setImportanceCode(ImportanceCodeType value)
Sets the value of the importanceCode property.
|
ImportanceCodeType |
setImportanceCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setItemPropertyGroup(List<ItemPropertyGroupType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setItemPropertyRange(ItemPropertyRangeType value)
Sets the value of the itemPropertyRange property.
|
void |
setListValue(List<ListValueType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setName(NameType value)
Sets the value of the name property.
|
NameType |
setName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setNameCode(NameCodeType value)
Sets the value of the nameCode property.
|
NameCodeType |
setNameCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setRangeDimension(DimensionType value)
Sets the value of the rangeDimension property.
|
TestMethodType |
setTestMethod(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setTestMethod(TestMethodType value)
Sets the value of the testMethod property.
|
void |
setUsabilityPeriod(PeriodType value)
Sets the value of the usabilityPeriod property.
|
ValueType |
setValue(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setValue(ValueType value)
Sets the value of the value property.
|
void |
setValueQualifier(List<ValueQualifierType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ValueQuantityType |
setValueQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setValueQuantity(ValueQuantityType value)
Sets the value of the valueQuantity property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ItemPropertyType()
@Nullable public IDType getID()
<?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>Item Property. Identifier</ccts:DictionaryEntryName><ccts:Definition>An identifier for this property of an item.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Item Property</ccts:ObjectClass><ccts:PropertyTerm>Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType></ccts:Component>
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public NameType getName()
<?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>Item Property. Name</ccts:DictionaryEntryName><ccts:Definition>The name of this item property.</ccts:Definition><ccts:Cardinality>1</ccts:Cardinality><ccts:ObjectClass>Item Property</ccts:ObjectClass><ccts:PropertyTerm>Name</ccts:PropertyTerm><ccts:RepresentationTerm>Name</ccts:RepresentationTerm><ccts:DataType>Name. Type</ccts:DataType><ccts:Examples>Energy Rating , Collar Size , Fat Content </ccts:Examples></ccts:Component>
NameTypepublic void setName(@Nullable NameType value)
value - allowed object is
NameType@Nullable public NameCodeType getNameCode()
<?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>Item Property. Name Code. Code</ccts:DictionaryEntryName><ccts:Definition>The name of this item property, expressed as a code.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Item Property</ccts:ObjectClass><ccts:PropertyTerm>Name Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType></ccts:Component>
NameCodeTypepublic void setNameCode(@Nullable NameCodeType value)
value - allowed object is
NameCodeType@Nullable public TestMethodType getTestMethod()
<?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>Item Property. Test Method. Text</ccts:DictionaryEntryName><ccts:Definition>The method of testing the value of this item property.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Item Property</ccts:ObjectClass><ccts:PropertyTerm>Test Method</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType><ccts:Examples>100 watts , 15 European , 20% +/- 5% </ccts:Examples></ccts:Component>
TestMethodTypepublic void setTestMethod(@Nullable TestMethodType value)
value - allowed object is
TestMethodType@Nullable public ValueType getValue()
<?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>Item Property. Value. Text</ccts:DictionaryEntryName><ccts:Definition>The value of this item property, expressed as text.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Item Property</ccts:ObjectClass><ccts:PropertyTerm>Value</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType><ccts:Examples>100 watts , 15 European , 20% +/- 5% </ccts:Examples></ccts:Component>
ValueTypepublic void setValue(@Nullable ValueType value)
value - allowed object is
ValueType@Nullable public ValueQuantityType getValueQuantity()
<?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>Item Property. Value_ Quantity. Quantity</ccts:DictionaryEntryName><ccts:Definition>The value of this item property, expressed as a quantity.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Item Property</ccts:ObjectClass><ccts:PropertyTermQualifier>Value</ccts:PropertyTermQualifier><ccts:PropertyTerm>Quantity</ccts:PropertyTerm><ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm><ccts:DataType>Quantity. Type</ccts:DataType></ccts:Component>
ValueQuantityTypepublic void setValueQuantity(@Nullable ValueQuantityType value)
value - allowed object is
ValueQuantityType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ValueQualifierType> getValueQualifier()
<?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>Item Property. Value Qualifier. Text</ccts:DictionaryEntryName><ccts:Definition>Text qualifying the value of the property.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Item Property</ccts:ObjectClass><ccts:PropertyTerm>Value Qualifier</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType></ccts:Component>Gets the value of the valueQualifier 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 valueQualifier property.
For example, to add a new item, do as follows:
getValueQualifier().add(newItem);
Objects of the following type(s) are allowed in the list
ValueQualifierType
@Nullable public ImportanceCodeType getImportanceCode()
<?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>Item Property. Importance Code. Code</ccts:DictionaryEntryName><ccts:Definition>A code signifying the importance of this property in using it to describe a related Item.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Item Property</ccts:ObjectClass><ccts:PropertyTerm>Importance Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType></ccts:Component>
ImportanceCodeTypepublic void setImportanceCode(@Nullable ImportanceCodeType value)
value - allowed object is
ImportanceCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ListValueType> getListValue()
<?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>Item Property. List Value. Text</ccts:DictionaryEntryName><ccts:Definition>The value expressed as a text in case the property is a value in a list. For example, a colour.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Item Property</ccts:ObjectClass><ccts:PropertyTerm>List Value</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType></ccts:Component>Gets the value of the listValue 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 listValue property.
For example, to add a new item, do as follows:
getListValue().add(newItem);
Objects of the following type(s) are allowed in the list
ListValueType
@Nullable public PeriodType getUsabilityPeriod()
<?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>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Item Property. Usability_ Period. Period</ccts:DictionaryEntryName><ccts:Definition>The period during which this item property is valid.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Item Property</ccts:ObjectClass><ccts:PropertyTermQualifier>Usability</ccts:PropertyTermQualifier><ccts:PropertyTerm>Period</ccts:PropertyTerm><ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Period</ccts:RepresentationTerm></ccts:Component>
PeriodTypepublic void setUsabilityPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ItemPropertyGroupType> getItemPropertyGroup()
<?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>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Item Property. Item Property Group</ccts:DictionaryEntryName><ccts:Definition>A description of the property group to which this item property belongs.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Item Property</ccts:ObjectClass><ccts:PropertyTerm>Item Property Group</ccts:PropertyTerm><ccts:AssociatedObjectClass>Item Property Group</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Item Property Group</ccts:RepresentationTerm></ccts:Component>Gets the value of the itemPropertyGroup 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 itemPropertyGroup property.
For example, to add a new item, do as follows:
getItemPropertyGroup().add(newItem);
Objects of the following type(s) are allowed in the list
ItemPropertyGroupType
@Nullable public DimensionType getRangeDimension()
<?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>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Item Property. Range_ Dimension. Dimension</ccts:DictionaryEntryName><ccts:Definition>The range of values for the dimensions of this property.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Item Property</ccts:ObjectClass><ccts:PropertyTermQualifier>Range</ccts:PropertyTermQualifier><ccts:PropertyTerm>Dimension</ccts:PropertyTerm><ccts:AssociatedObjectClass>Dimension</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Dimension</ccts:RepresentationTerm></ccts:Component>
DimensionTypepublic void setRangeDimension(@Nullable DimensionType value)
value - allowed object is
DimensionType@Nullable public ItemPropertyRangeType getItemPropertyRange()
<?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>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Item Property. Item Property Range</ccts:DictionaryEntryName><ccts:Definition>A range of values for this item property.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Item Property</ccts:ObjectClass><ccts:PropertyTerm>Item Property Range</ccts:PropertyTerm><ccts:AssociatedObjectClass>Item Property Range</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Item Property Range</ccts:RepresentationTerm></ccts:Component>
ItemPropertyRangeTypepublic void setItemPropertyRange(@Nullable ItemPropertyRangeType value)
value - allowed object is
ItemPropertyRangeTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setValueQualifier(@Nullable List<ValueQualifierType> aList)
aList - The new list member to set. May be null.public void setListValue(@Nullable List<ListValueType> aList)
aList - The new list member to set. May be null.public void setItemPropertyGroup(@Nullable List<ItemPropertyGroupType> aList)
aList - The new list member to set. May be null.public boolean hasValueQualifierEntries()
true if at least one item is contained, false otherwise.public boolean hasNoValueQualifierEntries()
true if no item is contained, false otherwise.@Nonnegative public int getValueQualifierCount()
@Nullable public ValueQualifierType getValueQualifierAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addValueQualifier(@Nonnull ValueQualifierType elem)
elem - The element to be added. May not be null.public boolean hasListValueEntries()
true if at least one item is contained, false otherwise.public boolean hasNoListValueEntries()
true if no item is contained, false otherwise.@Nonnegative public int getListValueCount()
@Nullable public ListValueType getListValueAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addListValue(@Nonnull ListValueType elem)
elem - The element to be added. May not be null.public boolean hasItemPropertyGroupEntries()
true if at least one item is contained, false otherwise.public boolean hasNoItemPropertyGroupEntries()
true if no item is contained, false otherwise.@Nonnegative public int getItemPropertyGroupCount()
@Nullable public ItemPropertyGroupType getItemPropertyGroupAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addItemPropertyGroup(@Nonnull ItemPropertyGroupType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull ItemPropertyType 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 ItemPropertyType clone()
@Nonnull public NameCodeType setNameCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public ImportanceCodeType setImportanceCode(@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 ValueQuantityType setValueQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TestMethodType setTestMethod(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public ValueType setValue(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public NameType setName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getIDValue()
null@Nullable public String getNameValue()
null@Nullable public String getNameCodeValue()
null@Nullable public String getTestMethodValue()
null@Nullable public String getValueValue()
null@Nullable public BigDecimal getValueQuantityValue()
nullCopyright © 2014–2020 Philip Helger. All rights reserved.