|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.internal.jaxb.mapping.hbm.JaxbNestedCompositeElementElement
public class JaxbNestedCompositeElementElement
Java class for nested-composite-element-element complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="nested-composite-element-element">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parent" type="{http://www.hibernate.org/xsd/hibernate-mapping}parent-element" minOccurs="0"/>
<element name="tuplizer" type="{http://www.hibernate.org/xsd/hibernate-mapping}tuplizer-element" maxOccurs="unbounded" minOccurs="0"/>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="property" type="{http://www.hibernate.org/xsd/hibernate-mapping}property-element"/>
<element name="many-to-one" type="{http://www.hibernate.org/xsd/hibernate-mapping}many-to-one-element"/>
<element name="any" type="{http://www.hibernate.org/xsd/hibernate-mapping}any-element"/>
<element name="nested-composite-element" type="{http://www.hibernate.org/xsd/hibernate-mapping}nested-composite-element-element"/>
</choice>
</sequence>
<attribute name="access" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="node" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
access
|
protected String |
clazz
|
protected String |
name
|
protected String |
node
|
protected JaxbParentElement |
parent
|
protected List<Object> |
propertyOrManyToOneOrAny
|
protected List<JaxbTuplizerElement> |
tuplizer
|
| Constructor Summary | |
|---|---|
JaxbNestedCompositeElementElement()
|
|
| Method Summary | |
|---|---|
String |
getAccess()
Gets the value of the access property. |
String |
getClazz()
Gets the value of the clazz property. |
String |
getName()
Gets the value of the name property. |
String |
getNode()
Gets the value of the node property. |
JaxbParentElement |
getParent()
Gets the value of the parent property. |
List<Object> |
getPropertyOrManyToOneOrAny()
Gets the value of the propertyOrManyToOneOrAny property. |
List<JaxbTuplizerElement> |
getTuplizer()
Gets the value of the tuplizer property. |
void |
setAccess(String value)
Sets the value of the access property. |
void |
setClazz(String value)
Sets the value of the clazz property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setNode(String value)
Sets the value of the node property. |
void |
setParent(JaxbParentElement value)
Sets the value of the parent property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JaxbParentElement parent
protected List<JaxbTuplizerElement> tuplizer
protected List<Object> propertyOrManyToOneOrAny
protected String access
protected String clazz
protected String name
protected String node
| Constructor Detail |
|---|
public JaxbNestedCompositeElementElement()
| Method Detail |
|---|
public JaxbParentElement getParent()
JaxbParentElementpublic void setParent(JaxbParentElement value)
value - allowed object is
JaxbParentElementpublic List<JaxbTuplizerElement> getTuplizer()
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 tuplizer property.
For example, to add a new item, do as follows:
getTuplizer().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbTuplizerElement
public List<Object> getPropertyOrManyToOneOrAny()
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 propertyOrManyToOneOrAny property.
For example, to add a new item, do as follows:
getPropertyOrManyToOneOrAny().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbNestedCompositeElementElement
JaxbManyToOneElement
JaxbPropertyElement
JaxbAnyElement
public String getAccess()
Stringpublic void setAccess(String value)
value - allowed object is
Stringpublic String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getNode()
Stringpublic void setNode(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||