Package org.cxml

Class SerialNumberInfo

java.lang.Object
org.cxml.SerialNumberInfo

public class SerialNumberInfo extends Object
  • Field Details

  • Constructor Details

    • SerialNumberInfo

      public SerialNumberInfo()
  • Method Details

    • getRequiresSerialNumber

      public String getRequiresSerialNumber()
      Gets the value of the requiresSerialNumber property.
      Returns:
      possible object is String
    • setRequiresSerialNumber

      public void setRequiresSerialNumber(String value)
      Sets the value of the requiresSerialNumber property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getSerialNumber

      public List<SerialNumber> getSerialNumber()
      Gets the value of the serialNumber 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 serialNumber property.

      For example, to add a new item, do as follows:

          getSerialNumber().add(newItem);
       

      Objects of the following type(s) are allowed in the list SerialNumber

    • getPropertyValue

      public List<PropertyValue> getPropertyValue()
      Gets the value of the propertyValue 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 propertyValue property.

      For example, to add a new item, do as follows:

          getPropertyValue().add(newItem);
       

      Objects of the following type(s) are allowed in the list PropertyValue