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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.decoration100.impl.BodyImpl.LinksImpl
All Implemented Interfaces:
Serializable, Cloneable, Body.Links
Enclosing class:
BodyImpl

public static class BodyImpl.LinksImpl
extends Object
implements Serializable, Cloneable, Body.Links

See Also:
Serialized Form

Field Summary
protected  LinkItem[] item
           
 
Constructor Summary
BodyImpl.LinksImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.decoration100.impl.BodyImpl.LinksImpl instance.
BodyImpl.LinksImpl(BodyImpl.LinksImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.decoration100.impl.BodyImpl.LinksImpl instance by copying a given instance.
 
Method Summary
 BodyImpl.LinksImpl clone()
          Creates and returns a copy of this object.
protected  void copyItem(LinkItem[] source)
          Copies all values of property Item.
 LinkItem[] getItem()
           
 LinkItem getItem(int idx)
           
 int getItemLength()
           
 LinkItem setItem(int idx, LinkItem value)
           
 void setItem(LinkItem[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

item

protected LinkItem[] item
Constructor Detail

BodyImpl.LinksImpl

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


BodyImpl.LinksImpl

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

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

getItem

public LinkItem[] getItem()
Specified by:
getItem in interface Body.Links
Returns:
array of LinkItem

getItem

public LinkItem getItem(int idx)
Specified by:
getItem in interface Body.Links
Returns:
one of LinkItem

getItemLength

public int getItemLength()
Specified by:
getItemLength in interface Body.Links

setItem

public void setItem(LinkItem[] values)
Specified by:
setItem in interface Body.Links
Parameters:
values - allowed objects are LinkItem

setItem

public LinkItem setItem(int idx,
                        LinkItem value)
Specified by:
setItem in interface Body.Links
value - allowed object is LinkItem

copyItem

protected void copyItem(LinkItem[] source)
Copies all values of property Item.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

public BodyImpl.LinksImpl 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.