|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.TldExtensionTypeImpl
public class TldExtensionTypeImpl
| Field Summary | |
|---|---|
protected List<ExtensibleType> |
extensionElement
|
protected String |
id
|
protected String |
namespace
|
| Constructor Summary | |
|---|---|
TldExtensionTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.TldExtensionTypeImpl instance. |
|
TldExtensionTypeImpl(TldExtensionTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.TldExtensionTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
TldExtensionTypeImpl |
clone()
Creates and returns a copy of this object. |
protected static void |
copyExtensionElement(List<ExtensibleType> source,
List<ExtensibleType> target)
Copies all values of property ExtensionElement. |
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 |
|---|
protected List<ExtensibleType> extensionElement
protected String namespace
protected String id
| Constructor Detail |
|---|
public TldExtensionTypeImpl()
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.TldExtensionTypeImpl instance.
public TldExtensionTypeImpl(TldExtensionTypeImpl o)
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.TldExtensionTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<ExtensibleType> getExtensionElement()
TldExtensionType
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
getExtensionElement in interface TldExtensionTypepublic String getNamespace()
TldExtensionType
getNamespace in interface TldExtensionTypeStringpublic void setNamespace(String value)
TldExtensionType
setNamespace in interface TldExtensionTypevalue - allowed object is
Stringpublic String getId()
TldExtensionType
getId in interface TldExtensionTypeStringpublic void setId(String value)
TldExtensionType
setId in interface TldExtensionTypevalue - allowed object is
String
protected static void copyExtensionElement(List<ExtensibleType> source,
List<ExtensibleType> target)
ExtensionElement.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public TldExtensionTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||