|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.java.xml.ns.persistence.orm.Id
org.jvnet.hyperjaxb3.ejb.schemas.customizations.Id
org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedId
public class GeneratedId
Java class for generated-id complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="generated-id">
<complexContent>
<extension base="{http://hyperjaxb3.jvnet.org/ejb/schemas/customizations}id">
<attribute name="attributeName" type="{http://www.w3.org/2001/XMLSchema}QName" />
<attribute name="javaType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="schemaType" type="{http://www.w3.org/2001/XMLSchema}QName" />
<attribute name="transient" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
_transient
|
protected QName |
attributeName
|
protected String |
javaType
|
protected QName |
schemaType
|
| Fields inherited from class org.jvnet.hyperjaxb3.ejb.schemas.customizations.Id |
|---|
merge |
| Fields inherited from class com.sun.java.xml.ns.persistence.orm.Id |
|---|
access, column, generatedValue, name, sequenceGenerator, tableGenerator, temporal |
| Constructor Summary | |
|---|---|
GeneratedId()
|
|
| Method Summary | |
|---|---|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
QName |
getAttributeName()
Gets the value of the attributeName property. |
String |
getJavaType()
Gets the value of the javaType property. |
QName |
getSchemaType()
Gets the value of the schemaType property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
Boolean |
isTransient()
Gets the value of the transient property. |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setAttributeName(QName value)
Sets the value of the attributeName property. |
void |
setJavaType(String value)
Sets the value of the javaType property. |
void |
setSchemaType(QName value)
Sets the value of the schemaType property. |
void |
setTransient(Boolean value)
Sets the value of the transient property. |
| Methods inherited from class org.jvnet.hyperjaxb3.ejb.schemas.customizations.Id |
|---|
isMerge, setMerge |
| Methods inherited from class com.sun.java.xml.ns.persistence.orm.Id |
|---|
getAccess, getColumn, getGeneratedValue, getName, getSequenceGenerator, getTableGenerator, getTemporal, setAccess, setColumn, setGeneratedValue, setName, setSequenceGenerator, setTableGenerator, setTemporal |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected QName attributeName
protected String javaType
protected QName schemaType
protected Boolean _transient
| Constructor Detail |
|---|
public GeneratedId()
| Method Detail |
|---|
public QName getAttributeName()
QNamepublic void setAttributeName(QName value)
value - allowed object is
QNamepublic String getJavaType()
Stringpublic void setJavaType(String value)
value - allowed object is
Stringpublic QName getSchemaType()
QNamepublic void setSchemaType(QName value)
value - allowed object is
QNamepublic Boolean isTransient()
Booleanpublic void setTransient(Boolean value)
value - allowed object is
Boolean
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class Idpublic boolean equals(Object object)
equals in class Id
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class Idpublic int hashCode()
hashCode in class Idpublic Object clone()
clone in class Idpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class Id
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class Idpublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFromcreateNewInstance in class Id
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class Id
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class Id
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||