public class ItemIdentificationType extends Object
Java class for ItemIdentificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemIdentificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ExtendedID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}BarcodeSymbologyID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PhysicalAttribute" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}MeasurementDimension" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}IssuerParty" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BarcodeSymbologyIDType |
barcodeSymbologyID |
protected ExtendedIDType |
extendedID |
protected IDType |
id |
protected PartyType |
issuerParty |
protected List<DimensionType> |
measurementDimension |
protected List<PhysicalAttributeType> |
physicalAttribute |
| Constructor and Description |
|---|
ItemIdentificationType() |
| Modifier and Type | Method and Description |
|---|---|
BarcodeSymbologyIDType |
getBarcodeSymbologyID()
Gets the value of the barcodeSymbologyID property.
|
ExtendedIDType |
getExtendedID()
Gets the value of the extendedID property.
|
IDType |
getID()
Gets the value of the id property.
|
PartyType |
getIssuerParty()
Gets the value of the issuerParty property.
|
List<DimensionType> |
getMeasurementDimension()
Gets the value of the measurementDimension property.
|
List<PhysicalAttributeType> |
getPhysicalAttribute()
Gets the value of the physicalAttribute property.
|
void |
setBarcodeSymbologyID(BarcodeSymbologyIDType value)
Sets the value of the barcodeSymbologyID property.
|
void |
setExtendedID(ExtendedIDType value)
Sets the value of the extendedID property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setIssuerParty(PartyType value)
Sets the value of the issuerParty property.
|
protected IDType id
protected ExtendedIDType extendedID
protected BarcodeSymbologyIDType barcodeSymbologyID
protected List<PhysicalAttributeType> physicalAttribute
protected List<DimensionType> measurementDimension
protected PartyType issuerParty
public void setID(IDType value)
value - allowed object is
IDTypepublic ExtendedIDType getExtendedID()
ExtendedIDTypepublic void setExtendedID(ExtendedIDType value)
value - allowed object is
ExtendedIDTypepublic BarcodeSymbologyIDType getBarcodeSymbologyID()
BarcodeSymbologyIDTypepublic void setBarcodeSymbologyID(BarcodeSymbologyIDType value)
value - allowed object is
BarcodeSymbologyIDTypepublic List<PhysicalAttributeType> getPhysicalAttribute()
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 physicalAttribute property.
For example, to add a new item, do as follows:
getPhysicalAttribute().add(newItem);
Objects of the following type(s) are allowed in the list
PhysicalAttributeType
public List<DimensionType> getMeasurementDimension()
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 measurementDimension property.
For example, to add a new item, do as follows:
getMeasurementDimension().add(newItem);
Objects of the following type(s) are allowed in the list
DimensionType
public PartyType getIssuerParty()
PartyTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.