net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.decoration100
Class Body.Links

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.decoration100.Body.Links
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
Body

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

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="item" type="{http://maven.apache.org/DECORATION/1.0.0}LinkItem" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  LinkItem[] item
           
 
Constructor Summary
Body.Links()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.decoration100.Body.Links instance.
Body.Links(Body.Links o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.decoration100.Body.Links instance by copying a given instance.
 
Method Summary
 Body.Links clone()
          Creates and returns a copy of this object.
 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

Body.Links

public Body.Links()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.decoration100.Body.Links instance.


Body.Links

public Body.Links(Body.Links o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.decoration100.Body.Links instance by copying a given instance.

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

getItem

public LinkItem[] getItem()
Returns:
array of LinkItem

getItem

public LinkItem getItem(int idx)
Returns:
one of LinkItem

getItemLength

public int getItemLength()

setItem

public void setItem(LinkItem[] values)
Parameters:
values - allowed objects are LinkItem

setItem

public LinkItem setItem(int idx,
                        LinkItem value)
Parameters:
value - allowed object is LinkItem

clone

public Body.Links 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.