public class Entity 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-entities}entityAttribute"/>
</choice>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="package" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="table" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="implements" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
_implements |
protected String |
_package |
protected List<JAXBElement<? extends AttributeType>> |
entityAttribute |
protected String |
name |
protected String |
table |
| Constructor and Description |
|---|
Entity() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<? extends AttributeType>> |
getEntityAttribute()
Gets the value of the entityAttribute property.
|
String |
getImplements()
Obtient la valeur de la propriété implements.
|
String |
getName()
Obtient la valeur de la propriété name.
|
String |
getPackage()
Obtient la valeur de la propriété package.
|
String |
getTable()
Obtient la valeur de la propriété table.
|
void |
setImplements(String value)
Définit la valeur de la propriété implements.
|
void |
setName(String value)
Définit la valeur de la propriété name.
|
void |
setPackage(String value)
Définit la valeur de la propriété package.
|
void |
setTable(String value)
Définit la valeur de la propriété table.
|
protected List<JAXBElement<? extends AttributeType>> entityAttribute
protected String name
protected String _package
protected String table
protected String _implements
public List<JAXBElement<? extends AttributeType>> getEntityAttribute()
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 entityAttribute property.
For example, to add a new item, do as follows:
getEntityAttribute().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<ManyToOne>
JAXBElement<AttributeType>
JAXBElement<String>
JAXBElement<Boolean>
JAXBElement<AttributeType>
JAXBElement<VersionableAttributeType>
JAXBElement<VersionableAttributeType>
JAXBElement<AttributeType>
JAXBElement<VersionableAttributeType>
JAXBElement<Enum>
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getPackage()
Stringpublic void setPackage(String value)
value - allowed object is
Stringpublic String getTable()
Stringpublic void setTable(String value)
value - allowed object is
Stringpublic String getImplements()
StringCopyright © 2015. All rights reserved.