@CodingStyleguideUnaware public class ReferencedProductType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for ReferencedProductType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferencedProductType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" maxOccurs="unbounded" minOccurs="0"/>
<element name="GlobalID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" maxOccurs="unbounded" minOccurs="0"/>
<element name="SellerAssignedID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" minOccurs="0"/>
<element name="BuyerAssignedID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" minOccurs="0"/>
<element name="ManufacturerAssignedID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" maxOccurs="unbounded" minOccurs="0"/>
<element name="IndustryAssignedID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Name" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Description" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" maxOccurs="unbounded" minOccurs="0"/>
<element name="RelationshipTypeCode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}CodeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="UnitQuantity" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}QuantityType" 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 |
|---|
ReferencedProductType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addDescription(TextType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addGlobalID(IDType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addID(IDType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addIndustryAssignedID(IDType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addManufacturerAssignedID(IDType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addName(TextType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addRelationshipTypeCode(CodeType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addUnitQuantity(QuantityType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ReferencedProductType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ReferencedProductType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
IDType |
getBuyerAssignedID()
Gets the value of the buyerAssignedID property.
|
String |
getBuyerAssignedIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<TextType> |
getDescription()
Gets the value of the description property.
|
TextType |
getDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<IDType> |
getGlobalID()
Gets the value of the globalID property.
|
IDType |
getGlobalIDAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getGlobalIDCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<IDType> |
getID()
Gets the value of the id property.
|
IDType |
getIDAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getIDCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<IDType> |
getIndustryAssignedID()
Gets the value of the industryAssignedID property.
|
IDType |
getIndustryAssignedIDAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getIndustryAssignedIDCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<IDType> |
getManufacturerAssignedID()
Gets the value of the manufacturerAssignedID property.
|
IDType |
getManufacturerAssignedIDAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getManufacturerAssignedIDCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<TextType> |
getName()
Gets the value of the name property.
|
TextType |
getNameAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getNameCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<CodeType> |
getRelationshipTypeCode()
Gets the value of the relationshipTypeCode property.
|
CodeType |
getRelationshipTypeCodeAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getRelationshipTypeCodeCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
IDType |
getSellerAssignedID()
Gets the value of the sellerAssignedID property.
|
String |
getSellerAssignedIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<QuantityType> |
getUnitQuantity()
Gets the value of the unitQuantity property.
|
QuantityType |
getUnitQuantityAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getUnitQuantityCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasGlobalIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasIndustryAssignedIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasManufacturerAssignedIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoGlobalIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoIndustryAssignedIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoManufacturerAssignedIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoRelationshipTypeCodeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoUnitQuantityEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasRelationshipTypeCodeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasUnitQuantityEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setBuyerAssignedID(IDType value)
Sets the value of the buyerAssignedID property.
|
IDType |
setBuyerAssignedID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setDescription(List<TextType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setGlobalID(List<IDType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setID(List<IDType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setIndustryAssignedID(List<IDType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setManufacturerAssignedID(List<IDType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setName(List<TextType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setRelationshipTypeCode(List<CodeType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setSellerAssignedID(IDType value)
Sets the value of the sellerAssignedID property.
|
IDType |
setSellerAssignedID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setUnitQuantity(List<QuantityType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ReferencedProductType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<IDType> getID()
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 id property.
For example, to add a new item, do as follows:
getID().add(newItem);
Objects of the following type(s) are allowed in the list
IDType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<IDType> getGlobalID()
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 globalID property.
For example, to add a new item, do as follows:
getGlobalID().add(newItem);
Objects of the following type(s) are allowed in the list
IDType
@Nullable public IDType getSellerAssignedID()
IDTypepublic void setSellerAssignedID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public IDType getBuyerAssignedID()
IDTypepublic void setBuyerAssignedID(@Nullable IDType value)
value - allowed object is
IDType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<IDType> getManufacturerAssignedID()
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 manufacturerAssignedID property.
For example, to add a new item, do as follows:
getManufacturerAssignedID().add(newItem);
Objects of the following type(s) are allowed in the list
IDType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<IDType> getIndustryAssignedID()
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 industryAssignedID property.
For example, to add a new item, do as follows:
getIndustryAssignedID().add(newItem);
Objects of the following type(s) are allowed in the list
IDType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TextType> getName()
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 name property.
For example, to add a new item, do as follows:
getName().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TextType> getDescription()
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<CodeType> getRelationshipTypeCode()
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 relationshipTypeCode property.
For example, to add a new item, do as follows:
getRelationshipTypeCode().add(newItem);
Objects of the following type(s) are allowed in the list
CodeType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<QuantityType> getUnitQuantity()
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 unitQuantity property.
For example, to add a new item, do as follows:
getUnitQuantity().add(newItem);
Objects of the following type(s) are allowed in the list
QuantityType
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setID(@Nullable List<IDType> aList)
aList - The new list member to set. May be null.public void setGlobalID(@Nullable List<IDType> aList)
aList - The new list member to set. May be null.public void setManufacturerAssignedID(@Nullable List<IDType> aList)
aList - The new list member to set. May be null.public void setIndustryAssignedID(@Nullable List<IDType> aList)
aList - The new list member to set. May be null.public void setName(@Nullable List<TextType> aList)
aList - The new list member to set. May be null.public void setDescription(@Nullable List<TextType> aList)
aList - The new list member to set. May be null.public void setRelationshipTypeCode(@Nullable List<CodeType> aList)
aList - The new list member to set. May be null.public void setUnitQuantity(@Nullable List<QuantityType> aList)
aList - The new list member to set. May be null.public boolean hasIDEntries()
true if at least one item is contained, false otherwise.public boolean hasNoIDEntries()
true if no item is contained, false otherwise.@Nonnegative public int getIDCount()
@Nullable public IDType getIDAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addID(@Nonnull IDType elem)
elem - The element to be added. May not be null.public boolean hasGlobalIDEntries()
true if at least one item is contained, false otherwise.public boolean hasNoGlobalIDEntries()
true if no item is contained, false otherwise.@Nonnegative public int getGlobalIDCount()
@Nullable public IDType getGlobalIDAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addGlobalID(@Nonnull IDType elem)
elem - The element to be added. May not be null.public boolean hasManufacturerAssignedIDEntries()
true if at least one item is contained, false otherwise.public boolean hasNoManufacturerAssignedIDEntries()
true if no item is contained, false otherwise.@Nonnegative public int getManufacturerAssignedIDCount()
@Nullable public IDType getManufacturerAssignedIDAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addManufacturerAssignedID(@Nonnull IDType elem)
elem - The element to be added. May not be null.public boolean hasIndustryAssignedIDEntries()
true if at least one item is contained, false otherwise.public boolean hasNoIndustryAssignedIDEntries()
true if no item is contained, false otherwise.@Nonnegative public int getIndustryAssignedIDCount()
@Nullable public IDType getIndustryAssignedIDAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addIndustryAssignedID(@Nonnull IDType elem)
elem - The element to be added. May not be null.public boolean hasNameEntries()
true if at least one item is contained, false otherwise.public boolean hasNoNameEntries()
true if no item is contained, false otherwise.@Nonnegative public int getNameCount()
@Nullable public TextType getNameAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addName(@Nonnull TextType elem)
elem - The element to be added. May not be null.public boolean hasDescriptionEntries()
true if at least one item is contained, false otherwise.public boolean hasNoDescriptionEntries()
true if no item is contained, false otherwise.@Nonnegative public int getDescriptionCount()
@Nullable public TextType getDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addDescription(@Nonnull TextType elem)
elem - The element to be added. May not be null.public boolean hasRelationshipTypeCodeEntries()
true if at least one item is contained, false otherwise.public boolean hasNoRelationshipTypeCodeEntries()
true if no item is contained, false otherwise.@Nonnegative public int getRelationshipTypeCodeCount()
@Nullable public CodeType getRelationshipTypeCodeAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addRelationshipTypeCode(@Nonnull CodeType elem)
elem - The element to be added. May not be null.public boolean hasUnitQuantityEntries()
true if at least one item is contained, false otherwise.public boolean hasNoUnitQuantityEntries()
true if no item is contained, false otherwise.@Nonnegative public int getUnitQuantityCount()
@Nullable public QuantityType getUnitQuantityAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addUnitQuantity(@Nonnull QuantityType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull ReferencedProductType 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 ReferencedProductType clone()
@Nonnull public IDType setSellerAssignedID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setBuyerAssignedID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getSellerAssignedIDValue()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.