net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.decoration100.impl
Class BodyImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.decoration100.impl.BodyImpl
All Implemented Interfaces:
Serializable, Cloneable, Body

public class BodyImpl
extends Object
implements Serializable, Cloneable, Body

See Also:
Serialized Form

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

head

protected BodyImpl.HeadImpl head

links

protected BodyImpl.LinksImpl links

breadcrumbs

protected BodyImpl.BreadcrumbsImpl breadcrumbs

menu

protected List<Menu> menu
Constructor Detail

BodyImpl

public BodyImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.decoration100.impl.BodyImpl instance.


BodyImpl

public BodyImpl(BodyImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.decoration100.impl.BodyImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getHead

public Body.Head getHead()
Description copied from interface: Body
Gets the value of the head property.

Specified by:
getHead in interface Body
Returns:
possible object is Body.Head

setHead

public void setHead(Body.Head value)
Description copied from interface: Body
Sets the value of the head property.

Specified by:
setHead in interface Body
Parameters:
value - allowed object is Body.Head

getLinks

public Body.Links getLinks()
Description copied from interface: Body
Gets the value of the links property.

Specified by:
getLinks in interface Body
Returns:
possible object is Body.Links

setLinks

public void setLinks(Body.Links value)
Description copied from interface: Body
Sets the value of the links property.

Specified by:
setLinks in interface Body
Parameters:
value - allowed object is Body.Links

getBreadcrumbs

public Body.Breadcrumbs getBreadcrumbs()
Description copied from interface: Body
Gets the value of the breadcrumbs property.

Specified by:
getBreadcrumbs in interface Body
Returns:
possible object is Body.Breadcrumbs

setBreadcrumbs

public void setBreadcrumbs(Body.Breadcrumbs value)
Description copied from interface: Body
Sets the value of the breadcrumbs property.

Specified by:
setBreadcrumbs in interface Body
Parameters:
value - allowed object is Body.Breadcrumbs

getMenu

public List<Menu> getMenu()
Description copied from interface: Body
Gets the value of the menu property.

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

Specified by:
getMenu in interface Body

clone

public BodyImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.