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

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

public class TldExtensionTypeImpl
extends Object
implements Serializable, Cloneable, TldExtensionType

See Also:
Serialized Form

Field Summary
protected  ExtensibleType[] extensionElement
           
protected  String id
           
protected  String namespace
           
 
Constructor Summary
TldExtensionTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.TldExtensionTypeImpl instance.
TldExtensionTypeImpl(TldExtensionTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.TldExtensionTypeImpl instance by copying a given instance.
 
Method Summary
 TldExtensionTypeImpl clone()
          Creates and returns a copy of this object.
 ExtensibleType[] getExtensionElement()
           
 ExtensibleType getExtensionElement(int idx)
           
 int getExtensionElementLength()
           
 String getId()
          Gets the value of the id property.
 String getNamespace()
          Gets the value of the namespace property.
 void setExtensionElement(ExtensibleType[] values)
           
 ExtensibleType setExtensionElement(int idx, ExtensibleType value)
           
 void setId(String value)
          Sets the value of the id property.
 void setNamespace(String value)
          Sets the value of the namespace property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extensionElement

protected ExtensibleType[] extensionElement

namespace

protected String namespace

id

protected String id
Constructor Detail

TldExtensionTypeImpl

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


TldExtensionTypeImpl

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

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

getExtensionElement

public ExtensibleType[] getExtensionElement()
Specified by:
getExtensionElement in interface TldExtensionType
Returns:
array of ExtensibleType

getExtensionElement

public ExtensibleType getExtensionElement(int idx)
Specified by:
getExtensionElement in interface TldExtensionType
Returns:
one of ExtensibleType

getExtensionElementLength

public int getExtensionElementLength()
Specified by:
getExtensionElementLength in interface TldExtensionType

setExtensionElement

public void setExtensionElement(ExtensibleType[] values)
Specified by:
setExtensionElement in interface TldExtensionType
Parameters:
values - allowed objects are ExtensibleType

setExtensionElement

public ExtensibleType setExtensionElement(int idx,
                                          ExtensibleType value)
Specified by:
setExtensionElement in interface TldExtensionType
value - allowed object is ExtensibleType

getNamespace

public String getNamespace()
Description copied from interface: TldExtensionType
Gets the value of the namespace property.

Specified by:
getNamespace in interface TldExtensionType
Returns:
possible object is String

setNamespace

public void setNamespace(String value)
Description copied from interface: TldExtensionType
Sets the value of the namespace property.

Specified by:
setNamespace in interface TldExtensionType
Parameters:
value - allowed object is String

getId

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

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

setId

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

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

clone

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