org.jvnet.hyperjaxb3.ejb.schemas.customizations
Class GeneratedId

java.lang.Object
  extended by com.sun.java.xml.ns.persistence.orm.Id
      extended by org.jvnet.hyperjaxb3.ejb.schemas.customizations.Id
          extended by org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedId
All Implemented Interfaces:
Cloneable, Mergeable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom

public class GeneratedId
extends Id
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom

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

attributeName

protected QName attributeName

javaType

protected String javaType

schemaType

protected QName schemaType

_transient

protected Boolean _transient
Constructor Detail

GeneratedId

public GeneratedId()
Method Detail

getAttributeName

public QName getAttributeName()
Gets the value of the attributeName property.

Returns:
possible object is QName

setAttributeName

public void setAttributeName(QName value)
Sets the value of the attributeName property.

Parameters:
value - allowed object is QName

getJavaType

public String getJavaType()
Gets the value of the javaType property.

Returns:
possible object is String

setJavaType

public void setJavaType(String value)
Sets the value of the javaType property.

Parameters:
value - allowed object is String

getSchemaType

public QName getSchemaType()
Gets the value of the schemaType property.

Returns:
possible object is QName

setSchemaType

public void setSchemaType(QName value)
Sets the value of the schemaType property.

Parameters:
value - allowed object is QName

isTransient

public Boolean isTransient()
Gets the value of the transient property.

Returns:
possible object is Boolean

setTransient

public void setTransient(Boolean value)
Sets the value of the transient property.

Parameters:
value - allowed object is Boolean

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class Id

equals

public boolean equals(Object object)
Overrides:
equals in class Id

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class Id

hashCode

public int hashCode()
Overrides:
hashCode in class Id

clone

public Object clone()
Overrides:
clone in class Id

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class Id

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class Id

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
createNewInstance in class Id

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class Id

mergeFrom

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)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class Id


Copyright © 2005-2014. All Rights Reserved.