public class Property extends Object
Classe Java pour propertyComplexType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="propertyComplexType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<String>> |
nameAndValueAndDescription |
| Constructor and Description |
|---|
Property() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<String>> |
getNameAndValueAndDescription()
Gets the value of the nameAndValueAndDescription property.
|
protected List<JAXBElement<String>> nameAndValueAndDescription
public List<JAXBElement<String>> getNameAndValueAndDescription()
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 nameAndValueAndDescription property.
For example, to add a new item, do as follows:
getNameAndValueAndDescription().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<String>
JAXBElement<String>
JAXBElement<String>
Copyright © 2011-2015 OpenESB Community. All Rights Reserved.