public class Form 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">
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.iorga.com/xml/ns/ivif-views}field"/>
</choice>
<attribute name="save" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="entity" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
entity |
protected List<Field> |
field |
protected String |
name |
protected String |
save |
protected String |
title |
| Constructor and Description |
|---|
Form() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntity()
Obtient la valeur de la propriété entity.
|
List<Field> |
getField()
Gets the value of the field property.
|
String |
getName()
Obtient la valeur de la propriété name.
|
String |
getSave()
Obtient la valeur de la propriété save.
|
String |
getTitle()
Obtient la valeur de la propriété title.
|
void |
setEntity(String value)
Définit la valeur de la propriété entity.
|
void |
setName(String value)
Définit la valeur de la propriété name.
|
void |
setSave(String value)
Définit la valeur de la propriété save.
|
void |
setTitle(String value)
Définit la valeur de la propriété title.
|
protected String save
protected String name
protected String title
protected String entity
public List<Field> getField()
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 field property.
For example, to add a new item, do as follows:
getField().add(newItem);
Objects of the following type(s) are allowed in the list
Field
public String getSave()
Stringpublic void setSave(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getEntity()
StringCopyright © 2015. All rights reserved.