net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl
Class ActivationConfigTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.ActivationConfigTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, ActivationConfigType

public class ActivationConfigTypeImpl
extends Object
implements Serializable, Cloneable, ActivationConfigType

See Also:
Serialized Form

Field Summary
protected  ActivationConfigPropertyType[] activationConfigProperty
           
protected  DescriptionType[] description
           
protected  String id
           
 
Constructor Summary
ActivationConfigTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.ActivationConfigTypeImpl instance.
ActivationConfigTypeImpl(ActivationConfigTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.ActivationConfigTypeImpl instance by copying a given instance.
 
Method Summary
 ActivationConfigTypeImpl clone()
          Creates and returns a copy of this object.
 void copyActivationConfigProperty(ActivationConfigPropertyType[] source)
          Copies all values of property ActivationConfigProperty.
 void copyDescription(DescriptionType[] source)
          Copies all values of property Description.
 ActivationConfigPropertyType[] getActivationConfigProperty()
           
 ActivationConfigPropertyType getActivationConfigProperty(int idx)
           
 int getActivationConfigPropertyLength()
           
 DescriptionType[] getDescription()
           
 DescriptionType getDescription(int idx)
           
 int getDescriptionLength()
           
 String getId()
          Gets the value of the id property.
 void setActivationConfigProperty(ActivationConfigPropertyType[] values)
           
 ActivationConfigPropertyType setActivationConfigProperty(int idx, ActivationConfigPropertyType value)
           
 void setDescription(DescriptionType[] values)
           
 DescriptionType setDescription(int idx, DescriptionType 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

activationConfigProperty

protected ActivationConfigPropertyType[] activationConfigProperty

id

protected String id
Constructor Detail

ActivationConfigTypeImpl

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


ActivationConfigTypeImpl

public ActivationConfigTypeImpl(ActivationConfigTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.ActivationConfigTypeImpl 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 ActivationConfigType
Returns:
array of DescriptionType

getDescription

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

getDescriptionLength

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

setDescription

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

setDescription

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

getActivationConfigProperty

public ActivationConfigPropertyType[] getActivationConfigProperty()
Specified by:
getActivationConfigProperty in interface ActivationConfigType
Returns:
array of ActivationConfigPropertyType

getActivationConfigProperty

public ActivationConfigPropertyType getActivationConfigProperty(int idx)
Specified by:
getActivationConfigProperty in interface ActivationConfigType
Returns:
one of ActivationConfigPropertyType

getActivationConfigPropertyLength

public int getActivationConfigPropertyLength()
Specified by:
getActivationConfigPropertyLength in interface ActivationConfigType

setActivationConfigProperty

public void setActivationConfigProperty(ActivationConfigPropertyType[] values)
Specified by:
setActivationConfigProperty in interface ActivationConfigType
Parameters:
values - allowed objects are ActivationConfigPropertyType

setActivationConfigProperty

public ActivationConfigPropertyType setActivationConfigProperty(int idx,
                                                                ActivationConfigPropertyType value)
Specified by:
setActivationConfigProperty in interface ActivationConfigType
value - allowed object is ActivationConfigPropertyType

getId

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

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

setId

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

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

copyDescription

public void copyDescription(DescriptionType[] source)
Copies all values of property Description.

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

copyActivationConfigProperty

public void copyActivationConfigProperty(ActivationConfigPropertyType[] source)
Copies all values of property ActivationConfigProperty.

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

clone

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