Package org.cxml
Class SerialNumberInfo
java.lang.Object
org.cxml.SerialNumberInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<PropertyValue>protected Stringprotected List<SerialNumber>protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the propertyValue property.Gets the value of the requiresSerialNumber property.Gets the value of the serialNumber property.getType()Gets the value of the type property.voidsetRequiresSerialNumber(String value) Sets the value of the requiresSerialNumber property.voidSets the value of the type property.
-
Field Details
-
requiresSerialNumber
-
type
-
serialNumber
-
propertyValue
-
-
Constructor Details
-
SerialNumberInfo
public SerialNumberInfo()
-
-
Method Details
-
getRequiresSerialNumber
Gets the value of the requiresSerialNumber property.- Returns:
- possible object is
String
-
setRequiresSerialNumber
Sets the value of the requiresSerialNumber property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
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
setmethod 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
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
setmethod 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
-