@CodingStyleguideUnaware public class ItemIdentificationType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ItemIdentificationType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addMeasurementDimension(DimensionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addPhysicalAttribute(PhysicalAttributeType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ItemIdentificationType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ItemIdentificationType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
BarcodeSymbologyIDType |
getBarcodeSymbologyID()
<pre>
<?
|
String |
getBarcodeSymbologyIDValue()
Get the value of the contained BarcodeSymbologyIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ExtendedIDType |
getExtendedID()
<pre>
<?
|
String |
getExtendedIDValue()
Get the value of the contained ExtendedIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PartyType |
getIssuerParty()
<pre>
<?
|
List<DimensionType> |
getMeasurementDimension()
<pre>
<?
|
DimensionType |
getMeasurementDimensionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getMeasurementDimensionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<PhysicalAttributeType> |
getPhysicalAttribute()
<pre>
<?
|
PhysicalAttributeType |
getPhysicalAttributeAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getPhysicalAttributeCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasMeasurementDimensionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoMeasurementDimensionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoPhysicalAttributeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPhysicalAttributeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setBarcodeSymbologyID(BarcodeSymbologyIDType value)
Sets the value of the barcodeSymbologyID property.
|
BarcodeSymbologyIDType |
setBarcodeSymbologyID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setExtendedID(ExtendedIDType value)
Sets the value of the extendedID property.
|
ExtendedIDType |
setExtendedID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setIssuerParty(PartyType value)
Sets the value of the issuerParty property.
|
void |
setMeasurementDimension(List<DimensionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPhysicalAttribute(List<PhysicalAttributeType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ItemIdentificationType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public ExtendedIDType getExtendedID()
ExtendedIDTypepublic void setExtendedID(@Nullable ExtendedIDType value)
value - allowed object is
ExtendedIDType@Nullable public BarcodeSymbologyIDType getBarcodeSymbologyID()
BarcodeSymbologyIDTypepublic void setBarcodeSymbologyID(@Nullable BarcodeSymbologyIDType value)
value - allowed object is
BarcodeSymbologyIDType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<PhysicalAttributeType> getPhysicalAttribute()
PhysicalAttributeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DimensionType> getMeasurementDimension()
DimensionType@Nullable public PartyType getIssuerParty()
PartyTypepublic void setIssuerParty(@Nullable PartyType value)
value - allowed object is
PartyTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setPhysicalAttribute(@Nullable List<PhysicalAttributeType> aList)
aList - The new list member to set. May be <code>null</code>.public void setMeasurementDimension(@Nullable List<DimensionType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasPhysicalAttributeEntries()
public boolean hasNoPhysicalAttributeEntries()
@Nonnegative public int getPhysicalAttributeCount()
@Nullable public PhysicalAttributeType getPhysicalAttributeAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addPhysicalAttribute(@Nonnull PhysicalAttributeType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasMeasurementDimensionEntries()
public boolean hasNoMeasurementDimensionEntries()
@Nonnegative public int getMeasurementDimensionCount()
@Nullable public DimensionType getMeasurementDimensionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addMeasurementDimension(@Nonnull DimensionType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull ItemIdentificationType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ItemIdentificationType clone()
@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ExtendedIDType setExtendedID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public BarcodeSymbologyIDType setBarcodeSymbologyID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public String getExtendedIDValue()
@Nullable public String getBarcodeSymbologyIDValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.