|
||||||||||
| 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.maven.changes100.Body
public class Body
1.0.0
Java class for Body complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Body">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="release" type="{http://maven.apache.org/changes/1.0.0}Release" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Release[] |
release
|
| Constructor Summary | |
|---|---|
Body()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.maven.changes100.Body instance. |
|
Body(Body o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.maven.changes100.Body instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Body |
clone()
Creates and returns a copy of this object. |
Release[] |
getRelease()
|
Release |
getRelease(int idx)
|
int |
getReleaseLength()
|
Release |
setRelease(int idx,
Release value)
|
void |
setRelease(Release[] values)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Release[] release
| Constructor Detail |
|---|
public Body()
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.maven.changes100.Body instance.
public Body(Body o)
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.maven.changes100.Body instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Release[] getRelease()
Releasepublic Release getRelease(int idx)
Releasepublic int getReleaseLength()
public void setRelease(Release[] values)
values - allowed objects are
Release
public Release setRelease(int idx,
Release value)
value - allowed object is
Releasepublic Body clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||