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