public class JaxbPrimitiveArrayElement extends Object
Java class for primitive-array-element complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="primitive-array-element">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="meta" type="{http://www.hibernate.org/xsd/hibernate-mapping}meta-element" maxOccurs="unbounded" minOccurs="0"/>
         <element name="subselect" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="cache" type="{http://www.hibernate.org/xsd/hibernate-mapping}cache-element" minOccurs="0"/>
         <element name="synchronize" type="{http://www.hibernate.org/xsd/hibernate-mapping}synchronize-element" maxOccurs="unbounded" minOccurs="0"/>
         <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="key" type="{http://www.hibernate.org/xsd/hibernate-mapping}key-element"/>
         <choice>
           <element name="index" type="{http://www.hibernate.org/xsd/hibernate-mapping}index-element"/>
           <element name="list-index" type="{http://www.hibernate.org/xsd/hibernate-mapping}list-index-element"/>
         </choice>
         <element name="element" type="{http://www.hibernate.org/xsd/hibernate-mapping}element-element"/>
         <element name="loader" type="{http://www.hibernate.org/xsd/hibernate-mapping}loader-element" minOccurs="0"/>
         <element name="sql-insert" type="{http://www.hibernate.org/xsd/hibernate-mapping}sql-insert-element" minOccurs="0"/>
         <element name="sql-update" type="{http://www.hibernate.org/xsd/hibernate-mapping}sql-update-element" minOccurs="0"/>
         <element name="sql-delete" type="{http://www.hibernate.org/xsd/hibernate-mapping}sql-delete-element" minOccurs="0"/>
         <element name="sql-delete-all" type="{http://www.hibernate.org/xsd/hibernate-mapping}sql-delete-all-element" minOccurs="0"/>
       </sequence>
       <attribute name="access" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="batch-size" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="catalog" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="check" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="collection-type" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="embed-xml" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="fetch" type="{http://www.hibernate.org/xsd/hibernate-mapping}fetch-attribute-with-subselect" />
       <attribute name="mutable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="node" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="optimistic-lock" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="outer-join" type="{http://www.hibernate.org/xsd/hibernate-mapping}outer-join-attribute" />
       <attribute name="persister" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="schema" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="subselect" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="table" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="where" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 | Constructor and Description | 
|---|
JaxbPrimitiveArrayElement()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAccess()
Gets the value of the access property. 
 | 
String | 
getBatchSize()
Gets the value of the batchSize property. 
 | 
JaxbCacheElement | 
getCache()
Gets the value of the cache property. 
 | 
String | 
getCatalog()
Gets the value of the catalog property. 
 | 
String | 
getCheck()
Gets the value of the check property. 
 | 
String | 
getCollectionType()
Gets the value of the collectionType property. 
 | 
String | 
getComment()
Gets the value of the comment property. 
 | 
JaxbElementElement | 
getElement()
Gets the value of the element property. 
 | 
JaxbFetchAttributeWithSubselect | 
getFetch()
Gets the value of the fetch property. 
 | 
JaxbIndexElement | 
getIndex()
Gets the value of the index property. 
 | 
JaxbKeyElement | 
getKey()
Gets the value of the key property. 
 | 
JaxbListIndexElement | 
getListIndex()
Gets the value of the listIndex property. 
 | 
JaxbLoaderElement | 
getLoader()
Gets the value of the loader property. 
 | 
List<JaxbMetaElement> | 
getMeta()
Gets the value of the meta property. 
 | 
String | 
getName()
Gets the value of the name property. 
 | 
String | 
getNode()
Gets the value of the node property. 
 | 
JaxbOuterJoinAttribute | 
getOuterJoin()
Gets the value of the outerJoin property. 
 | 
String | 
getPersister()
Gets the value of the persister property. 
 | 
String | 
getSchema()
Gets the value of the schema property. 
 | 
JaxbSqlDeleteElement | 
getSqlDelete()
Gets the value of the sqlDelete property. 
 | 
JaxbSqlDeleteAllElement | 
getSqlDeleteAll()
Gets the value of the sqlDeleteAll property. 
 | 
JaxbSqlInsertElement | 
getSqlInsert()
Gets the value of the sqlInsert property. 
 | 
JaxbSqlUpdateElement | 
getSqlUpdate()
Gets the value of the sqlUpdate property. 
 | 
String | 
getSubselect()
Gets the value of the subselect property. 
 | 
String | 
getSubselectAttribute()
Gets the value of the subselectAttribute property. 
 | 
List<JaxbSynchronizeElement> | 
getSynchronize()
Gets the value of the synchronize property. 
 | 
String | 
getTable()
Gets the value of the table property. 
 | 
String | 
getWhere()
Gets the value of the where property. 
 | 
boolean | 
isEmbedXml()
Gets the value of the embedXml property. 
 | 
boolean | 
isMutable()
Gets the value of the mutable property. 
 | 
boolean | 
isOptimisticLock()
Gets the value of the optimisticLock property. 
 | 
void | 
setAccess(String value)
Sets the value of the access property. 
 | 
void | 
setBatchSize(String value)
Sets the value of the batchSize property. 
 | 
void | 
setCache(JaxbCacheElement value)
Sets the value of the cache property. 
 | 
void | 
setCatalog(String value)
Sets the value of the catalog property. 
 | 
void | 
setCheck(String value)
Sets the value of the check property. 
 | 
void | 
setCollectionType(String value)
Sets the value of the collectionType property. 
 | 
void | 
setComment(String value)
Sets the value of the comment property. 
 | 
void | 
setElement(JaxbElementElement value)
Sets the value of the element property. 
 | 
void | 
setEmbedXml(Boolean value)
Sets the value of the embedXml property. 
 | 
void | 
setFetch(JaxbFetchAttributeWithSubselect value)
Sets the value of the fetch property. 
 | 
void | 
setIndex(JaxbIndexElement value)
Sets the value of the index property. 
 | 
void | 
setKey(JaxbKeyElement value)
Sets the value of the key property. 
 | 
void | 
setListIndex(JaxbListIndexElement value)
Sets the value of the listIndex property. 
 | 
void | 
setLoader(JaxbLoaderElement value)
Sets the value of the loader property. 
 | 
void | 
setMutable(Boolean value)
Sets the value of the mutable property. 
 | 
void | 
setName(String value)
Sets the value of the name property. 
 | 
void | 
setNode(String value)
Sets the value of the node property. 
 | 
void | 
setOptimisticLock(Boolean value)
Sets the value of the optimisticLock property. 
 | 
void | 
setOuterJoin(JaxbOuterJoinAttribute value)
Sets the value of the outerJoin property. 
 | 
void | 
setPersister(String value)
Sets the value of the persister property. 
 | 
void | 
setSchema(String value)
Sets the value of the schema property. 
 | 
void | 
setSqlDelete(JaxbSqlDeleteElement value)
Sets the value of the sqlDelete property. 
 | 
void | 
setSqlDeleteAll(JaxbSqlDeleteAllElement value)
Sets the value of the sqlDeleteAll property. 
 | 
void | 
setSqlInsert(JaxbSqlInsertElement value)
Sets the value of the sqlInsert property. 
 | 
void | 
setSqlUpdate(JaxbSqlUpdateElement value)
Sets the value of the sqlUpdate property. 
 | 
void | 
setSubselect(String value)
Sets the value of the subselect property. 
 | 
void | 
setSubselectAttribute(String value)
Sets the value of the subselectAttribute property. 
 | 
void | 
setTable(String value)
Sets the value of the table property. 
 | 
void | 
setWhere(String value)
Sets the value of the where property. 
 | 
protected List<JaxbMetaElement> meta
protected String subselect
protected JaxbCacheElement cache
protected List<JaxbSynchronizeElement> synchronize
protected String comment
protected JaxbKeyElement key
protected JaxbIndexElement index
protected JaxbListIndexElement listIndex
protected JaxbElementElement element
protected JaxbLoaderElement loader
protected JaxbSqlInsertElement sqlInsert
protected JaxbSqlUpdateElement sqlUpdate
protected JaxbSqlDeleteElement sqlDelete
protected JaxbSqlDeleteAllElement sqlDeleteAll
protected String access
protected String batchSize
protected String catalog
protected String check
protected String collectionType
protected Boolean embedXml
protected JaxbFetchAttributeWithSubselect fetch
protected Boolean mutable
protected String name
protected String node
protected Boolean optimisticLock
protected JaxbOuterJoinAttribute outerJoin
protected String persister
protected String schema
protected String subselectAttribute
protected String table
protected String where
public List<JaxbMetaElement> getMeta()
 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 meta property.
 
 
For example, to add a new item, do as follows:
    getMeta().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 JaxbMetaElement
public String getSubselect()
Stringpublic void setSubselect(String value)
value - allowed object is
     Stringpublic JaxbCacheElement getCache()
JaxbCacheElementpublic void setCache(JaxbCacheElement value)
value - allowed object is
     JaxbCacheElementpublic List<JaxbSynchronizeElement> getSynchronize()
 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 synchronize property.
 
 
For example, to add a new item, do as follows:
    getSynchronize().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 JaxbSynchronizeElement
public String getComment()
Stringpublic void setComment(String value)
value - allowed object is
     Stringpublic JaxbKeyElement getKey()
JaxbKeyElementpublic void setKey(JaxbKeyElement value)
value - allowed object is
     JaxbKeyElementpublic JaxbIndexElement getIndex()
JaxbIndexElementpublic void setIndex(JaxbIndexElement value)
value - allowed object is
     JaxbIndexElementpublic JaxbListIndexElement getListIndex()
JaxbListIndexElementpublic void setListIndex(JaxbListIndexElement value)
value - allowed object is
     JaxbListIndexElementpublic JaxbElementElement getElement()
JaxbElementElementpublic void setElement(JaxbElementElement value)
value - allowed object is
     JaxbElementElementpublic JaxbLoaderElement getLoader()
JaxbLoaderElementpublic void setLoader(JaxbLoaderElement value)
value - allowed object is
     JaxbLoaderElementpublic JaxbSqlInsertElement getSqlInsert()
JaxbSqlInsertElementpublic void setSqlInsert(JaxbSqlInsertElement value)
value - allowed object is
     JaxbSqlInsertElementpublic JaxbSqlUpdateElement getSqlUpdate()
JaxbSqlUpdateElementpublic void setSqlUpdate(JaxbSqlUpdateElement value)
value - allowed object is
     JaxbSqlUpdateElementpublic JaxbSqlDeleteElement getSqlDelete()
JaxbSqlDeleteElementpublic void setSqlDelete(JaxbSqlDeleteElement value)
value - allowed object is
     JaxbSqlDeleteElementpublic JaxbSqlDeleteAllElement getSqlDeleteAll()
JaxbSqlDeleteAllElementpublic void setSqlDeleteAll(JaxbSqlDeleteAllElement value)
value - allowed object is
     JaxbSqlDeleteAllElementpublic String getAccess()
Stringpublic void setAccess(String value)
value - allowed object is
     Stringpublic String getBatchSize()
Stringpublic void setBatchSize(String value)
value - allowed object is
     Stringpublic String getCatalog()
Stringpublic void setCatalog(String value)
value - allowed object is
     Stringpublic String getCheck()
Stringpublic void setCheck(String value)
value - allowed object is
     Stringpublic String getCollectionType()
Stringpublic void setCollectionType(String value)
value - allowed object is
     Stringpublic boolean isEmbedXml()
Booleanpublic void setEmbedXml(Boolean value)
value - allowed object is
     Booleanpublic JaxbFetchAttributeWithSubselect getFetch()
JaxbFetchAttributeWithSubselectpublic void setFetch(JaxbFetchAttributeWithSubselect value)
value - allowed object is
     JaxbFetchAttributeWithSubselectpublic boolean isMutable()
Booleanpublic void setMutable(Boolean value)
value - allowed object is
     Booleanpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
     Stringpublic String getNode()
Stringpublic void setNode(String value)
value - allowed object is
     Stringpublic boolean isOptimisticLock()
Booleanpublic void setOptimisticLock(Boolean value)
value - allowed object is
     Booleanpublic JaxbOuterJoinAttribute getOuterJoin()
JaxbOuterJoinAttributepublic void setOuterJoin(JaxbOuterJoinAttribute value)
value - allowed object is
     JaxbOuterJoinAttributepublic String getPersister()
Stringpublic void setPersister(String value)
value - allowed object is
     Stringpublic String getSchema()
Stringpublic void setSchema(String value)
value - allowed object is
     Stringpublic String getSubselectAttribute()
Stringpublic void setSubselectAttribute(String value)
value - allowed object is
     Stringpublic String getTable()
Stringpublic void setTable(String value)
value - allowed object is
     Stringpublic String getWhere()
StringCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.