|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.TldExtensionType
public class TldExtensionType
The tld-extensionType is used to indicate extensions to a specific TLD element. It is used by elements to designate an extension block that is targeted to a specific extension designated by a set of extension elements that are declared by a namespace. The namespace identifies the extension to the tool that processes the extension. The type of the extension-element is abstract. Therefore, a concrete type must be specified by the TLD using xsi:type attribute for each extension-element.
Java class for tld-extensionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tld-extensionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="extension-element" type="{http://java.sun.com/xml/ns/javaee}extensibleType" maxOccurs="unbounded"/>
</sequence>
<attribute name="namespace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<ExtensibleType> |
extensionElement
|
protected String |
id
|
protected String |
namespace
|
| Constructor Summary | |
|---|---|
TldExtensionType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.TldExtensionType instance. |
|
TldExtensionType(TldExtensionType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.TldExtensionType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
TldExtensionType |
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 |
|---|
protected List<ExtensibleType> extensionElement
protected String namespace
protected String id
| Constructor Detail |
|---|
public TldExtensionType()
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.TldExtensionType instance.
public TldExtensionType(TldExtensionType o)
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.javaee.TldExtensionType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<ExtensibleType> getExtensionElement()
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
public String getNamespace()
Stringpublic void setNamespace(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic TldExtensionType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||