|
|||||||||
| 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.Basic
org.jvnet.hyperjaxb3.ejb.schemas.customizations.Basic
public class Basic
Java class for basic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="basic">
<complexContent>
<extension base="{http://java.sun.com/xml/ns/persistence/orm}basic">
<choice>
<element name="enumerated-value" type="{http://hyperjaxb3.jvnet.org/ejb/schemas/customizations}enumerated-value" minOccurs="0"/>
</choice>
<attribute name="merge" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected EnumeratedValue |
enumeratedValue
|
protected Boolean |
merge
|
| Fields inherited from class com.sun.java.xml.ns.persistence.orm.Basic |
|---|
access, column, enumerated, fetch, lob, name, optional, temporal |
| Constructor Summary | |
|---|---|
Basic()
|
|
| 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)
|
EnumeratedValue |
getEnumeratedValue()
Gets the value of the enumeratedValue property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isMerge()
Gets the value of the merge 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 |
setEnumeratedValue(EnumeratedValue value)
Sets the value of the enumeratedValue property. |
void |
setMerge(Boolean value)
Sets the value of the merge property. |
| Methods inherited from class com.sun.java.xml.ns.persistence.orm.Basic |
|---|
getAccess, getColumn, getEnumerated, getFetch, getLob, getName, getTemporal, isOptional, setAccess, setColumn, setEnumerated, setFetch, setLob, setName, setOptional, setTemporal |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EnumeratedValue enumeratedValue
protected Boolean merge
| Constructor Detail |
|---|
public Basic()
| Method Detail |
|---|
public EnumeratedValue getEnumeratedValue()
EnumeratedValuepublic void setEnumeratedValue(EnumeratedValue value)
value - allowed object is
EnumeratedValuepublic boolean isMerge()
isMerge in interface MergeableBooleanpublic void setMerge(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 Basicpublic boolean equals(Object object)
equals in class Basic
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 Basicpublic int hashCode()
hashCode in class Basicpublic Object clone()
clone in class Basicpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class Basic
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 Basicpublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFromcreateNewInstance in class Basic
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class Basic
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 Basic
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||