public class Selection extends Object
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element ref="{http://www.iorga.com/xml/ns/ivif-entities}option"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="from-type" type="{http://www.w3.org/2001/XMLSchema}string" default="integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fromType |
protected String |
name |
protected List<Option> |
option |
| Constructor and Description |
|---|
Selection() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFromType()
Obtient la valeur de la propriété fromType.
|
String |
getName()
Obtient la valeur de la propriété name.
|
List<Option> |
getOption()
Gets the value of the option property.
|
void |
setFromType(String value)
Définit la valeur de la propriété fromType.
|
void |
setName(String value)
Définit la valeur de la propriété name.
|
public List<Option> getOption()
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 option property.
For example, to add a new item, do as follows:
getOption().add(newItem);
Objects of the following type(s) are allowed in the list
Option
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getFromType()
StringCopyright © 2015. All rights reserved.