net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl
Class InterceptorsTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.InterceptorsTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, InterceptorsType

public class InterceptorsTypeImpl
extends Object
implements Serializable, Cloneable, InterceptorsType

See Also:
Serialized Form

Field Summary
protected  DescriptionType[] description
           
protected  String id
           
protected  InterceptorType[] interceptor
           
 
Constructor Summary
InterceptorsTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.InterceptorsTypeImpl instance.
InterceptorsTypeImpl(InterceptorsTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.InterceptorsTypeImpl instance by copying a given instance.
 
Method Summary
 InterceptorsTypeImpl clone()
          Creates and returns a copy of this object.
protected  void copyDescription(DescriptionType[] source)
          Copies all values of property Description.
protected  void copyInterceptor(InterceptorType[] source)
          Copies all values of property Interceptor.
 DescriptionType[] getDescription()
           
 DescriptionType getDescription(int idx)
           
 int getDescriptionLength()
           
 String getId()
          Gets the value of the id property.
 InterceptorType[] getInterceptor()
           
 InterceptorType getInterceptor(int idx)
           
 int getInterceptorLength()
           
 void setDescription(DescriptionType[] values)
           
 DescriptionType setDescription(int idx, DescriptionType value)
           
 void setId(String value)
          Sets the value of the id property.
 void setInterceptor(InterceptorType[] values)
           
 InterceptorType setInterceptor(int idx, InterceptorType value)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected DescriptionType[] description

interceptor

protected InterceptorType[] interceptor

id

protected String id
Constructor Detail

InterceptorsTypeImpl

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


InterceptorsTypeImpl

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

getDescription

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

getDescriptionLength

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

setDescription

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

setDescription

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

getInterceptor

public InterceptorType[] getInterceptor()
Specified by:
getInterceptor in interface InterceptorsType
Returns:
array of InterceptorType

getInterceptor

public InterceptorType getInterceptor(int idx)
Specified by:
getInterceptor in interface InterceptorsType
Returns:
one of InterceptorType

getInterceptorLength

public int getInterceptorLength()
Specified by:
getInterceptorLength in interface InterceptorsType

setInterceptor

public void setInterceptor(InterceptorType[] values)
Specified by:
setInterceptor in interface InterceptorsType
Parameters:
values - allowed objects are InterceptorType

setInterceptor

public InterceptorType setInterceptor(int idx,
                                      InterceptorType value)
Specified by:
setInterceptor in interface InterceptorsType
value - allowed object is InterceptorType

getId

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

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

setId

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

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

copyDescription

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

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

copyInterceptor

protected void copyInterceptor(InterceptorType[] source)
Copies all values of property Interceptor.

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

clone

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