@Exported public class AssociationBean extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="associatedAsset" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="href" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="updateddate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AssociationBean.AssociatedAsset
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<AssociationBean.AssociatedAsset> |
associatedAssets |
protected String |
name |
| Constructor and Description |
|---|
AssociationBean() |
| Modifier and Type | Method and Description |
|---|---|
List<AssociationBean.AssociatedAsset> |
getAssociatedAssets()
Gets the value of the associatedAssets property.
|
String |
getName()
Gets the value of the name property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected List<AssociationBean.AssociatedAsset> associatedAssets
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic List<AssociationBean.AssociatedAsset> getAssociatedAssets()
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 associatedAssets property.
For example, to add a new item, do as follows:
getAssociatedAssets().add(newItem);
Objects of the following type(s) are allowed in the list
AssociationBean.AssociatedAsset