Class ItemPropertyType


  • public class ItemPropertyType
    extends Object

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

      • ItemPropertyType

        public ItemPropertyType()
    • 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
      • getName

        public NameType getName()
        Gets the value of the name property.
        Returns:
        possible object is NameType
      • setName

        public void setName​(NameType value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is NameType
      • getNameCode

        public NameCodeType getNameCode()
        Gets the value of the nameCode property.
        Returns:
        possible object is NameCodeType
      • setNameCode

        public void setNameCode​(NameCodeType value)
        Sets the value of the nameCode property.
        Parameters:
        value - allowed object is NameCodeType
      • getTestMethod

        public TestMethodType getTestMethod()
        Gets the value of the testMethod property.
        Returns:
        possible object is TestMethodType
      • setTestMethod

        public void setTestMethod​(TestMethodType value)
        Sets the value of the testMethod property.
        Parameters:
        value - allowed object is TestMethodType
      • getValue

        public ValueType getValue()
        Gets the value of the value property.
        Returns:
        possible object is ValueType
      • setValue

        public void setValue​(ValueType value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is ValueType
      • setValueQuantity

        public void setValueQuantity​(ValueQuantityType value)
        Sets the value of the valueQuantity property.
        Parameters:
        value - allowed object is ValueQuantityType
      • getValueQualifier

        public List<ValueQualifierType> getValueQualifier()
        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

        Returns:
        The value of the valueQualifier property.
      • setImportanceCode

        public void setImportanceCode​(ImportanceCodeType value)
        Sets the value of the importanceCode property.
        Parameters:
        value - allowed object is ImportanceCodeType
      • getListValue

        public List<ListValueType> getListValue()
        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

        Returns:
        The value of the listValue property.
      • getUsabilityPeriod

        public PeriodType getUsabilityPeriod()
        Gets the value of the usabilityPeriod property.
        Returns:
        possible object is PeriodType
      • setUsabilityPeriod

        public void setUsabilityPeriod​(PeriodType value)
        Sets the value of the usabilityPeriod property.
        Parameters:
        value - allowed object is PeriodType
      • getItemPropertyGroup

        public List<ItemPropertyGroupType> getItemPropertyGroup()
        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

        Returns:
        The value of the itemPropertyGroup property.
      • getRangeDimension

        public DimensionType getRangeDimension()
        Gets the value of the rangeDimension property.
        Returns:
        possible object is DimensionType
      • setRangeDimension

        public void setRangeDimension​(DimensionType value)
        Sets the value of the rangeDimension property.
        Parameters:
        value - allowed object is DimensionType