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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.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.indexed.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  Menu[] menu
           
 
Constructor Summary
BodyImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.decoration100.impl.BodyImpl instance.
BodyImpl(BodyImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.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.
 Menu[] getMenu()
           
 Menu getMenu(int idx)
           
 int getMenuLength()
           
 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.
 Menu setMenu(int idx, Menu value)
           
 void setMenu(Menu[] values)
           
 
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 Menu[] menu
Constructor Detail

BodyImpl

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


BodyImpl

public BodyImpl(BodyImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.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 Menu[] getMenu()
Specified by:
getMenu in interface Body
Returns:
array of Menu

getMenu

public Menu getMenu(int idx)
Specified by:
getMenu in interface Body
Returns:
one of Menu

getMenuLength

public int getMenuLength()
Specified by:
getMenuLength in interface Body

setMenu

public void setMenu(Menu[] values)
Specified by:
setMenu in interface Body
Parameters:
values - allowed objects are Menu

setMenu

public Menu setMenu(int idx,
                    Menu value)
Specified by:
setMenu in interface Body
value - allowed object is Menu

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.