|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.decoration100.impl.BodyImpl
public class BodyImpl
| Nested Class Summary | |
|---|---|
static class |
BodyImpl.BreadcrumbsImpl
|
static class |
BodyImpl.HeadImpl
|
static class |
BodyImpl.LinksImpl
|
| Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.decoration100.Body |
|---|
Body.Breadcrumbs, Body.Head, Body.Links |
| Field Summary | |
|---|---|
protected BodyImpl.BreadcrumbsImpl |
breadcrumbs
|
protected BodyImpl.HeadImpl |
head
|
protected BodyImpl.LinksImpl |
links
|
protected List<Menu> |
menu
|
| Constructor Summary | |
|---|---|
BodyImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.decoration100.impl.BodyImpl instance. |
|
BodyImpl(BodyImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.decoration100.impl.BodyImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
BodyImpl |
clone()
Creates and returns a copy of this object. |
Body.Breadcrumbs |
getBreadcrumbs()
Gets the value of the breadcrumbs property. |
Body.Head |
getHead()
Gets the value of the head property. |
Body.Links |
getLinks()
Gets the value of the links property. |
List<Menu> |
getMenu()
Gets the value of the menu property. |
void |
setBreadcrumbs(Body.Breadcrumbs value)
Sets the value of the breadcrumbs property. |
void |
setHead(Body.Head value)
Sets the value of the head property. |
void |
setLinks(Body.Links value)
Sets the value of the links property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected BodyImpl.HeadImpl head
protected BodyImpl.LinksImpl links
protected BodyImpl.BreadcrumbsImpl breadcrumbs
protected List<Menu> menu
| Constructor Detail |
|---|
public BodyImpl()
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.decoration100.impl.BodyImpl instance.
public BodyImpl(BodyImpl o)
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.decoration100.impl.BodyImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Body.Head getHead()
Body
getHead in interface BodyBody.Headpublic void setHead(Body.Head value)
Body
setHead in interface Bodyvalue - allowed object is
Body.Headpublic Body.Links getLinks()
Body
getLinks in interface BodyBody.Linkspublic void setLinks(Body.Links value)
Body
setLinks in interface Bodyvalue - allowed object is
Body.Linkspublic Body.Breadcrumbs getBreadcrumbs()
Body
getBreadcrumbs in interface BodyBody.Breadcrumbspublic void setBreadcrumbs(Body.Breadcrumbs value)
Body
setBreadcrumbs in interface Bodyvalue - allowed object is
Body.Breadcrumbspublic List<Menu> getMenu()
Body
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the menu property.
For example, to add a new item, do as follows:
getMenu().add(newItem);
Objects of the following type(s) are allowed in the list
Menu
getMenu in interface Bodypublic BodyImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||