Class ItemIdentificationType


  • 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>
     
    • Constructor Detail

      • ItemIdentificationType

        public ItemIdentificationType()
    • Method Detail

      • getID

        public IDType getID()
        Gets the value of the id property.
        Returns:
        possible object is IDType
      • setID

        public void setID​(IDType value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is IDType
      • getExtendedID

        public ExtendedIDType getExtendedID()
        Gets the value of the extendedID property.
        Returns:
        possible object is ExtendedIDType
      • setExtendedID

        public void setExtendedID​(ExtendedIDType value)
        Sets the value of the extendedID property.
        Parameters:
        value - allowed object is ExtendedIDType
      • getPhysicalAttribute

        public List<PhysicalAttributeType> getPhysicalAttribute()
        Gets the value of the physicalAttribute 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 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

      • getMeasurementDimension

        public List<DimensionType> getMeasurementDimension()
        Gets the value of the measurementDimension 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 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

      • getIssuerParty

        public PartyType getIssuerParty()
        Gets the value of the issuerParty property.
        Returns:
        possible object is PartyType
      • setIssuerParty

        public void setIssuerParty​(PartyType value)
        Sets the value of the issuerParty property.
        Parameters:
        value - allowed object is PartyType