net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl
Class RelationshipsTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.RelationshipsTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, RelationshipsType

public class RelationshipsTypeImpl
extends Object
implements Serializable, Cloneable, RelationshipsType

See Also:
Serialized Form

Field Summary
protected  DescriptionType[] description
           
protected  EjbRelationType[] ejbRelation
           
protected  String id
           
 
Constructor Summary
RelationshipsTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.RelationshipsTypeImpl instance.
RelationshipsTypeImpl(RelationshipsTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.RelationshipsTypeImpl instance by copying a given instance.
 
Method Summary
 RelationshipsTypeImpl clone()
          Creates and returns a copy of this object.
 DescriptionType[] getDescription()
           
 DescriptionType getDescription(int idx)
           
 int getDescriptionLength()
           
 EjbRelationType[] getEjbRelation()
           
 EjbRelationType getEjbRelation(int idx)
           
 int getEjbRelationLength()
           
 String getId()
          Gets the value of the id property.
 void setDescription(DescriptionType[] values)
           
 DescriptionType setDescription(int idx, DescriptionType value)
           
 void setEjbRelation(EjbRelationType[] values)
           
 EjbRelationType setEjbRelation(int idx, EjbRelationType value)
           
 void setId(String value)
          Sets the value of the id property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected DescriptionType[] description

ejbRelation

protected EjbRelationType[] ejbRelation

id

protected String id
Constructor Detail

RelationshipsTypeImpl

public RelationshipsTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.RelationshipsTypeImpl instance.


RelationshipsTypeImpl

public RelationshipsTypeImpl(RelationshipsTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.RelationshipsTypeImpl instance by copying a given instance.

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

getDescription

public DescriptionType[] getDescription()
Specified by:
getDescription in interface RelationshipsType
Returns:
array of DescriptionType

getDescription

public DescriptionType getDescription(int idx)
Specified by:
getDescription in interface RelationshipsType
Returns:
one of DescriptionType

getDescriptionLength

public int getDescriptionLength()
Specified by:
getDescriptionLength in interface RelationshipsType

setDescription

public void setDescription(DescriptionType[] values)
Specified by:
setDescription in interface RelationshipsType
Parameters:
values - allowed objects are DescriptionType

setDescription

public DescriptionType setDescription(int idx,
                                      DescriptionType value)
Specified by:
setDescription in interface RelationshipsType
value - allowed object is DescriptionType

getEjbRelation

public EjbRelationType[] getEjbRelation()
Specified by:
getEjbRelation in interface RelationshipsType
Returns:
array of EjbRelationType

getEjbRelation

public EjbRelationType getEjbRelation(int idx)
Specified by:
getEjbRelation in interface RelationshipsType
Returns:
one of EjbRelationType

getEjbRelationLength

public int getEjbRelationLength()
Specified by:
getEjbRelationLength in interface RelationshipsType

setEjbRelation

public void setEjbRelation(EjbRelationType[] values)
Specified by:
setEjbRelation in interface RelationshipsType
Parameters:
values - allowed objects are EjbRelationType

setEjbRelation

public EjbRelationType setEjbRelation(int idx,
                                      EjbRelationType value)
Specified by:
setEjbRelation in interface RelationshipsType
value - allowed object is EjbRelationType

getId

public String getId()
Description copied from interface: RelationshipsType
Gets the value of the id property.

Specified by:
getId in interface RelationshipsType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: RelationshipsType
Sets the value of the id property.

Specified by:
setId in interface RelationshipsType
Parameters:
value - allowed object is String

clone

public RelationshipsTypeImpl 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.