|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jvnet.hyperjaxb3.ejb.schemas.customizations.CollectionProperty
public class CollectionProperty
Java class for collection-property complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="collection-property">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="element-collection" type="{http://hyperjaxb3.jvnet.org/ejb/schemas/customizations}element-collection"/>
<element name="one-to-many" type="{http://hyperjaxb3.jvnet.org/ejb/schemas/customizations}one-to-many"/>
<element name="many-to-many" type="{http://hyperjaxb3.jvnet.org/ejb/schemas/customizations}many-to-many"/>
</choice>
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ElementCollection |
elementCollection
|
protected ManyToMany |
manyToMany
|
protected OneToMany |
oneToMany
|
protected QName |
type
|
| Constructor Summary | |
|---|---|
CollectionProperty()
|
|
| 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)
|
ElementCollection |
getElementCollection()
Gets the value of the elementCollection property. |
ManyToMany |
getManyToMany()
Gets the value of the manyToMany property. |
OneToMany |
getOneToMany()
Gets the value of the oneToMany 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 |
setElementCollection(ElementCollection value)
Sets the value of the elementCollection property. |
void |
setManyToMany(ManyToMany value)
Sets the value of the manyToMany property. |
void |
setOneToMany(OneToMany value)
Sets the value of the oneToMany 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 ElementCollection elementCollection
protected OneToMany oneToMany
protected ManyToMany manyToMany
protected QName type
| Constructor Detail |
|---|
public CollectionProperty()
| Method Detail |
|---|
public ElementCollection getElementCollection()
ElementCollectionpublic void setElementCollection(ElementCollection value)
value - allowed object is
ElementCollectionpublic OneToMany getOneToMany()
OneToManypublic void setOneToMany(OneToMany value)
value - allowed object is
OneToManypublic ManyToMany getManyToMany()
ManyToManypublic void setManyToMany(ManyToMany value)
value - allowed object is
ManyToManypublic 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 | ||||||||