Package org.cxml

Class AssetInfo

java.lang.Object
org.cxml.AssetInfo

public class AssetInfo extends Object
  • Field Details

    • isReferencedAsset

      protected String isReferencedAsset
    • tagNumber

      protected String tagNumber
    • serialNumber

      protected String serialNumber
    • location

      protected String location
    • equipmentId

      protected String equipmentId
    • extrinsic

      protected List<Extrinsic> extrinsic
  • Constructor Details

    • AssetInfo

      public AssetInfo()
  • Method Details

    • getIsReferencedAsset

      public String getIsReferencedAsset()
      Gets the value of the isReferencedAsset property.
      Returns:
      possible object is String
    • setIsReferencedAsset

      public void setIsReferencedAsset(String value)
      Sets the value of the isReferencedAsset property.
      Parameters:
      value - allowed object is String
    • getTagNumber

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

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

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

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

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

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

      public String getEquipmentId()
      Gets the value of the equipmentId property.
      Returns:
      possible object is String
    • setEquipmentId

      public void setEquipmentId(String value)
      Sets the value of the equipmentId property.
      Parameters:
      value - allowed object is String
    • getExtrinsic

      public 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