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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.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  List<ExtensibleType> extensionElement
           
protected  String id
           
protected  String namespace
           
 
Constructor Summary
TldExtensionTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.TldExtensionTypeImpl instance.
TldExtensionTypeImpl(TldExtensionTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.TldExtensionTypeImpl instance by copying a given instance.
 
Method Summary
 TldExtensionTypeImpl clone()
          Creates and returns a copy of this object.
 List<ExtensibleType> getExtensionElement()
          Gets the value of the extensionElement property.
 String getId()
          Gets the value of the id property.
 String getNamespace()
          Gets the value of the namespace property.
 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 List<ExtensibleType> extensionElement

namespace

protected String namespace

id

protected String id
Constructor Detail

TldExtensionTypeImpl

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


TldExtensionTypeImpl

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

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

getExtensionElement

public List<ExtensibleType> getExtensionElement()
Description copied from interface: TldExtensionType
Gets the value of the extensionElement property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the extensionElement property.

For example, to add a new item, do as follows:

    getExtensionElement().add(newItem);
 

Objects of the following type(s) are allowed in the list ExtensibleType

Specified by:
getExtensionElement in interface TldExtensionType

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.