Package org.cxml

Class AssetInfo


  • public class AssetInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AssetInfo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Extrinsic> getExtrinsic()
      Gets the value of the extrinsic property.
      java.lang.String getLocation()
      Gets the value of the location property.
      java.lang.String getSerialNumber()
      Gets the value of the serialNumber property.
      java.lang.String getTagNumber()
      Gets the value of the tagNumber property.
      void setLocation​(java.lang.String value)
      Sets the value of the location property.
      void setSerialNumber​(java.lang.String value)
      Sets the value of the serialNumber property.
      void setTagNumber​(java.lang.String value)
      Sets the value of the tagNumber property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tagNumber

        protected java.lang.String tagNumber
      • serialNumber

        protected java.lang.String serialNumber
      • location

        protected java.lang.String location
      • extrinsic

        protected java.util.List<Extrinsic> extrinsic
    • Constructor Detail

      • AssetInfo

        public AssetInfo()
    • Method Detail

      • getTagNumber

        public java.lang.String getTagNumber()
        Gets the value of the tagNumber property.
        Returns:
        possible object is String
      • setTagNumber

        public void setTagNumber​(java.lang.String value)
        Sets the value of the tagNumber property.
        Parameters:
        value - allowed object is String
      • getSerialNumber

        public java.lang.String getSerialNumber()
        Gets the value of the serialNumber property.
        Returns:
        possible object is String
      • setSerialNumber

        public void setSerialNumber​(java.lang.String value)
        Sets the value of the serialNumber property.
        Parameters:
        value - allowed object is String
      • getLocation

        public java.lang.String getLocation()
        Gets the value of the location property.
        Returns:
        possible object is String
      • setLocation

        public void setLocation​(java.lang.String value)
        Sets the value of the location property.
        Parameters:
        value - allowed object is String
      • getExtrinsic

        public java.util.List<Extrinsic> getExtrinsic()
        Gets the value of the extrinsic 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 extrinsic property.

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

            getExtrinsic().add(newItem);
         

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