public class JaxbHbmCompositeIdType extends JaxbHbmToolingHintContainer implements java.io.Serializable, ToolingHintContainer
Java class for CompositeIdType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompositeIdType">
<complexContent>
<extension base="{http://www.hibernate.org/xsd/orm/hbm}ToolingHintContainer">
<sequence>
<choice maxOccurs="unbounded">
<element name="key-property" type="{http://www.hibernate.org/xsd/orm/hbm}CompositeKeyBasicAttributeType"/>
<element name="key-many-to-one" type="{http://www.hibernate.org/xsd/orm/hbm}CompositeKeyManyToOneType"/>
</choice>
<element name="generator" type="{http://www.hibernate.org/xsd/orm/hbm}GeneratorSpecificationType" minOccurs="0"/>
</sequence>
<attribute name="access" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="class" type="{http://www.hibernate.org/xsd/orm/hbm}ClassNameType" />
<attribute name="mapped" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="node" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="unsaved-value" type="{http://www.hibernate.org/xsd/orm/hbm}UnsavedValueCompositeIdEnum" default="undefined" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
access |
protected java.lang.String |
clazz |
protected JaxbHbmGeneratorSpecificationType |
generator |
protected java.util.List<JaxbHbmToolingHintContainer> |
keyPropertyOrKeyManyToOne |
protected java.lang.Boolean |
mapped |
protected java.lang.String |
name |
protected java.lang.String |
node |
protected JaxbHbmUnsavedValueCompositeIdEnum |
unsavedValue |
toolingHints| Constructor and Description |
|---|
JaxbHbmCompositeIdType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccess()
Gets the value of the access property.
|
java.lang.String |
getClazz()
Gets the value of the clazz property.
|
JaxbHbmGeneratorSpecificationType |
getGenerator()
Gets the value of the generator property.
|
java.util.List<JaxbHbmToolingHintContainer> |
getKeyPropertyOrKeyManyToOne()
Gets the value of the keyPropertyOrKeyManyToOne property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getNode()
Gets the value of the node property.
|
JaxbHbmUnsavedValueCompositeIdEnum |
getUnsavedValue()
Gets the value of the unsavedValue property.
|
boolean |
isMapped()
Gets the value of the mapped property.
|
void |
setAccess(java.lang.String value)
Sets the value of the access property.
|
void |
setClazz(java.lang.String value)
Sets the value of the clazz property.
|
void |
setGenerator(JaxbHbmGeneratorSpecificationType value)
Sets the value of the generator property.
|
void |
setMapped(java.lang.Boolean value)
Sets the value of the mapped property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setNode(java.lang.String value)
Sets the value of the node property.
|
void |
setUnsavedValue(JaxbHbmUnsavedValueCompositeIdEnum value)
Sets the value of the unsavedValue property.
|
getToolingHintsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetToolingHintsprotected java.util.List<JaxbHbmToolingHintContainer> keyPropertyOrKeyManyToOne
protected JaxbHbmGeneratorSpecificationType generator
protected java.lang.String access
protected java.lang.String clazz
protected java.lang.Boolean mapped
protected java.lang.String name
protected java.lang.String node
protected JaxbHbmUnsavedValueCompositeIdEnum unsavedValue
public java.util.List<JaxbHbmToolingHintContainer> getKeyPropertyOrKeyManyToOne()
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 keyPropertyOrKeyManyToOne property.
For example, to add a new item, do as follows:
getKeyPropertyOrKeyManyToOne().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHbmCompositeKeyBasicAttributeType
JaxbHbmCompositeKeyManyToOneType
public JaxbHbmGeneratorSpecificationType getGenerator()
JaxbHbmGeneratorSpecificationTypepublic void setGenerator(JaxbHbmGeneratorSpecificationType value)
value - allowed object is
JaxbHbmGeneratorSpecificationTypepublic java.lang.String getAccess()
Stringpublic void setAccess(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getClazz()
Stringpublic void setClazz(java.lang.String value)
value - allowed object is
Stringpublic boolean isMapped()
Booleanpublic void setMapped(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNode()
Stringpublic void setNode(java.lang.String value)
value - allowed object is
Stringpublic JaxbHbmUnsavedValueCompositeIdEnum getUnsavedValue()
JaxbHbmUnsavedValueCompositeIdEnumpublic void setUnsavedValue(JaxbHbmUnsavedValueCompositeIdEnum value)
value - allowed object is
JaxbHbmUnsavedValueCompositeIdEnumCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.