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

java.lang.Object
  extended by com.sun.java.xml.ns.persistence.orm.Version
      extended by org.jvnet.hyperjaxb3.ejb.schemas.customizations.Version
          extended by org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedVersion
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 GeneratedVersion
extends Version
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-version complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="generated-version">
   <complexContent>
     <extension base="{http://hyperjaxb3.jvnet.org/ejb/schemas/customizations}version">
       <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" />
       <attribute name="forced" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean _transient
           
protected  QName attributeName
           
protected  Boolean forced
           
protected  String javaType
           
protected  QName schemaType
           
 
Fields inherited from class org.jvnet.hyperjaxb3.ejb.schemas.customizations.Version
merge
 
Fields inherited from class com.sun.java.xml.ns.persistence.orm.Version
access, column, name, temporal
 
Constructor Summary
GeneratedVersion()
           
 
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 isForced()
          Gets the value of the forced property.
 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 setForced(Boolean value)
          Sets the value of the forced 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.Version
isMerge, setMerge
 
Methods inherited from class com.sun.java.xml.ns.persistence.orm.Version
getAccess, getColumn, getName, getTemporal, setAccess, setColumn, setName, 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

forced

protected Boolean forced
Constructor Detail

GeneratedVersion

public GeneratedVersion()
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

isForced

public Boolean isForced()
Gets the value of the forced property.

Returns:
possible object is Boolean

setForced

public void setForced(Boolean value)
Sets the value of the forced 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 Version

equals

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

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 Version

hashCode

public int hashCode()
Overrides:
hashCode in class Version

clone

public Object clone()
Overrides:
clone in class Version

copyTo

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

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 Version

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 Version

mergeFrom

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

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 Version


Copyright © 2005-2014. All Rights Reserved.