Package org.cxml
Class AssetInfo
java.lang.Object
org.cxml.AssetInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the equipmentId property.Gets the value of the extrinsic property.Gets the value of the isReferencedAsset property.Gets the value of the location property.Gets the value of the serialNumber property.Gets the value of the tagNumber property.voidsetEquipmentId(String value) Sets the value of the equipmentId property.voidsetIsReferencedAsset(String value) Sets the value of the isReferencedAsset property.voidsetLocation(String value) Sets the value of the location property.voidsetSerialNumber(String value) Sets the value of the serialNumber property.voidsetTagNumber(String value) Sets the value of the tagNumber property.
-
Field Details
-
isReferencedAsset
-
tagNumber
-
serialNumber
-
location
-
equipmentId
-
extrinsic
-
-
Constructor Details
-
AssetInfo
public AssetInfo()
-
-
Method Details
-
getIsReferencedAsset
Gets the value of the isReferencedAsset property.- Returns:
- possible object is
String
-
setIsReferencedAsset
Sets the value of the isReferencedAsset property.- Parameters:
value- allowed object isString
-
getTagNumber
Gets the value of the tagNumber property.- Returns:
- possible object is
String
-
setTagNumber
Sets the value of the tagNumber property.- Parameters:
value- allowed object isString
-
getSerialNumber
Gets the value of the serialNumber property.- Returns:
- possible object is
String
-
setSerialNumber
Sets the value of the serialNumber property.- Parameters:
value- allowed object isString
-
getLocation
Gets the value of the location property.- Returns:
- possible object is
String
-
setLocation
Sets the value of the location property.- Parameters:
value- allowed object isString
-
getEquipmentId
Gets the value of the equipmentId property.- Returns:
- possible object is
String
-
setEquipmentId
Sets the value of the equipmentId property.- Parameters:
value- allowed object isString
-
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
setmethod 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
-