org.hibernate.internal.jaxb.mapping.hbm
Class JaxbNestedCompositeElementElement

java.lang.Object
  extended by org.hibernate.internal.jaxb.mapping.hbm.JaxbNestedCompositeElementElement

public class JaxbNestedCompositeElementElement
extends Object

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

parent

protected JaxbParentElement parent

tuplizer

protected List<JaxbTuplizerElement> tuplizer

propertyOrManyToOneOrAny

protected List<Object> propertyOrManyToOneOrAny

access

protected String access

clazz

protected String clazz

name

protected String name

node

protected String node
Constructor Detail

JaxbNestedCompositeElementElement

public JaxbNestedCompositeElementElement()
Method Detail

getParent

public JaxbParentElement getParent()
Gets the value of the parent property.

Returns:
possible object is JaxbParentElement

setParent

public void setParent(JaxbParentElement value)
Sets the value of the parent property.

Parameters:
value - allowed object is JaxbParentElement

getTuplizer

public List<JaxbTuplizerElement> getTuplizer()
Gets the value of the tuplizer property.

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


getPropertyOrManyToOneOrAny

public List<Object> getPropertyOrManyToOneOrAny()
Gets the value of the propertyOrManyToOneOrAny property.

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 JaxbAnyElement JaxbPropertyElement JaxbManyToOneElement


getAccess

public String getAccess()
Gets the value of the access property.

Returns:
possible object is String

setAccess

public void setAccess(String value)
Sets the value of the access property.

Parameters:
value - allowed object is String

getClazz

public String getClazz()
Gets the value of the clazz property.

Returns:
possible object is String

setClazz

public void setClazz(String value)
Sets the value of the clazz property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getNode

public String getNode()
Gets the value of the node property.

Returns:
possible object is String

setNode

public void setNode(String value)
Sets the value of the node property.

Parameters:
value - allowed object is String


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.