public class AssetInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Extrinsic> |
extrinsic |
protected java.lang.String |
location |
protected java.lang.String |
serialNumber |
protected java.lang.String |
tagNumber |
| Constructor and Description |
|---|
AssetInfo() |
| Modifier and Type | Method and 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.
|
protected java.lang.String tagNumber
protected java.lang.String serialNumber
protected java.lang.String location
protected java.util.List<Extrinsic> extrinsic
public java.lang.String getTagNumber()
Stringpublic void setTagNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSerialNumber()
Stringpublic void setSerialNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLocation()
Stringpublic void setLocation(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<Extrinsic> getExtrinsic()
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
Copyright © 2018 SAP SE. All Rights Reserved.