|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm.EmbeddableAttributes
public class EmbeddableAttributes
Java class for embeddable-attributes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="embeddable-attributes">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="basic" type="{http://java.sun.com/xml/ns/persistence/orm}basic" maxOccurs="unbounded" minOccurs="0"/>
<element name="transient" type="{http://java.sun.com/xml/ns/persistence/orm}transient" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Transient[] |
_transient
|
protected Basic[] |
basic
|
| Constructor Summary | |
|---|---|
EmbeddableAttributes()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm.EmbeddableAttributes instance. |
|
EmbeddableAttributes(EmbeddableAttributes o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm.EmbeddableAttributes instance by copying a given instance. |
|
| Method Summary | |
|---|---|
EmbeddableAttributes |
clone()
Creates and returns a copy of this object. |
Basic[] |
getBasic()
|
Basic |
getBasic(int idx)
|
int |
getBasicLength()
|
Transient[] |
getTransient()
|
Transient |
getTransient(int idx)
|
int |
getTransientLength()
|
void |
setBasic(Basic[] values)
|
Basic |
setBasic(int idx,
Basic value)
|
Transient |
setTransient(int idx,
Transient value)
|
void |
setTransient(Transient[] values)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Basic[] basic
protected Transient[] _transient
| Constructor Detail |
|---|
public EmbeddableAttributes()
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm.EmbeddableAttributes instance.
public EmbeddableAttributes(EmbeddableAttributes o)
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm.EmbeddableAttributes instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Basic[] getBasic()
Basicpublic Basic getBasic(int idx)
Basicpublic int getBasicLength()
public void setBasic(Basic[] values)
values - allowed objects are
Basic
public Basic setBasic(int idx,
Basic value)
value - allowed object is
Basicpublic Transient[] getTransient()
Transientpublic Transient getTransient(int idx)
Transientpublic int getTransientLength()
public void setTransient(Transient[] values)
values - allowed objects are
Transient
public Transient setTransient(int idx,
Transient value)
value - allowed object is
Transientpublic EmbeddableAttributes clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||