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.
|
getToolingHints
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getToolingHints
protected 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()
JaxbHbmGeneratorSpecificationType
public void setGenerator(JaxbHbmGeneratorSpecificationType value)
value
- allowed object is
JaxbHbmGeneratorSpecificationType
public java.lang.String getAccess()
String
public void setAccess(java.lang.String value)
value
- allowed object is
String
public java.lang.String getClazz()
String
public void setClazz(java.lang.String value)
value
- allowed object is
String
public boolean isMapped()
Boolean
public void setMapped(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNode()
String
public void setNode(java.lang.String value)
value
- allowed object is
String
public JaxbHbmUnsavedValueCompositeIdEnum getUnsavedValue()
JaxbHbmUnsavedValueCompositeIdEnum
public void setUnsavedValue(JaxbHbmUnsavedValueCompositeIdEnum value)
value
- allowed object is
JaxbHbmUnsavedValueCompositeIdEnum
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.