|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jvnet.hyperjaxb3.ejb.schemas.customizations.SingleProperty
public class SingleProperty
Java class for single-property complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="single-property">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="basic" type="{http://hyperjaxb3.jvnet.org/ejb/schemas/customizations}basic"/>
<element name="one-to-one" type="{http://hyperjaxb3.jvnet.org/ejb/schemas/customizations}one-to-one"/>
<element name="many-to-one" type="{http://hyperjaxb3.jvnet.org/ejb/schemas/customizations}many-to-one"/>
<element name="embedded" type="{http://hyperjaxb3.jvnet.org/ejb/schemas/customizations}embedded"/>
</choice>
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Basic |
basic
|
protected Embedded |
embedded
|
protected ManyToOne |
manyToOne
|
protected OneToOne |
oneToOne
|
protected QName |
type
|
| Constructor Summary | |
|---|---|
SingleProperty()
|
|
| 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)
|
Basic |
getBasic()
Gets the value of the basic property. |
Embedded |
getEmbedded()
Gets the value of the embedded property. |
ManyToOne |
getManyToOne()
Gets the value of the manyToOne property. |
OneToOne |
getOneToOne()
Gets the value of the oneToOne property. |
QName |
getType()
Gets the value of the type property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
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 |
setBasic(Basic value)
Sets the value of the basic property. |
void |
setEmbedded(Embedded value)
Sets the value of the embedded property. |
void |
setManyToOne(ManyToOne value)
Sets the value of the manyToOne property. |
void |
setOneToOne(OneToOne value)
Sets the value of the oneToOne property. |
void |
setType(QName value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Basic basic
protected OneToOne oneToOne
protected ManyToOne manyToOne
protected Embedded embedded
protected QName type
| Constructor Detail |
|---|
public SingleProperty()
| Method Detail |
|---|
public Basic getBasic()
Basicpublic void setBasic(Basic value)
value - allowed object is
Basicpublic OneToOne getOneToOne()
OneToOnepublic void setOneToOne(OneToOne value)
value - allowed object is
OneToOnepublic ManyToOne getManyToOne()
ManyToOnepublic void setManyToOne(ManyToOne value)
value - allowed object is
ManyToOnepublic Embedded getEmbedded()
Embeddedpublic void setEmbedded(Embedded value)
value - allowed object is
Embeddedpublic QName getType()
QNamepublic void setType(QName value)
value - allowed object is
QName
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.Equalspublic boolean equals(Object object)
equals in class Object
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.HashCodepublic int hashCode()
hashCode in class Objectpublic Object clone()
clone in class Objectpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.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)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||