@Exported public class AssetInfo extends Object
Java class for assetInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="assetInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="href" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fieldinfo" type="{http://www.fatwire.com/schema/rest/1.0}fieldInfo" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<FieldInfo> |
fieldinfos |
protected String |
href |
protected String |
id |
| Constructor and Description |
|---|
AssetInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<FieldInfo> |
getFieldinfos()
Gets the value of the fieldinfos property.
|
String |
getHref()
Gets the value of the href property.
|
String |
getId()
Gets the value of the id property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setId(String value)
Sets the value of the id property.
|
public void setId(String value)
value - allowed object is
Stringpublic String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic List<FieldInfo> getFieldinfos()
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 fieldinfos property.
For example, to add a new item, do as follows:
getFieldinfos().add(newItem);
Objects of the following type(s) are allowed in the list
FieldInfo