@Exported public class AssociationDefBean extends Object
Java class for associationDefBean complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="associationDefBean">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="childAssetType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="subtypes" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="dependencyType" type="{http://www.fatwire.com/schema/rest/1.0}dependencyTypeEnum"/>
<element name="isMultiple" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
childAssetType |
protected DependencyTypeEnum |
dependencyType |
protected String |
description |
protected boolean |
isMultiple |
protected String |
name |
protected List<String> |
subtypes |
| Constructor and Description |
|---|
AssociationDefBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChildAssetType()
Gets the value of the childAssetType property.
|
DependencyTypeEnum |
getDependencyType()
Gets the value of the dependencyType property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getName()
Gets the value of the name property.
|
List<String> |
getSubtypes()
Gets the value of the subtypes property.
|
boolean |
isIsMultiple()
Gets the value of the isMultiple property.
|
void |
setChildAssetType(String value)
Sets the value of the childAssetType property.
|
void |
setDependencyType(DependencyTypeEnum value)
Sets the value of the dependencyType property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setIsMultiple(boolean value)
Sets the value of the isMultiple property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected String description
protected String childAssetType
protected DependencyTypeEnum dependencyType
protected boolean isMultiple
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getChildAssetType()
Stringpublic void setChildAssetType(String value)
value - allowed object is
Stringpublic List<String> getSubtypes()
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 subtypes property.
For example, to add a new item, do as follows:
getSubtypes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public DependencyTypeEnum getDependencyType()
DependencyTypeEnumpublic void setDependencyType(DependencyTypeEnum value)
value - allowed object is
DependencyTypeEnumpublic boolean isIsMultiple()
public void setIsMultiple(boolean value)