|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.TldAttributeType
public class TldAttributeType
The attribute element defines an attribute for the nesting tag. The attribute element may have several subelements defining: description a description of the attribute name the name of the attribute required whether the attribute is required or optional rtexprvalue whether the attribute is a runtime attribute type the type of the attributes fragment whether this attribute is a fragment deferred-value present if this attribute is to be parsed as a javax.el.ValueExpression deferred-method present if this attribute is to be parsed as a javax.el.MethodExpression
Java class for tld-attributeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tld-attributeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://java.sun.com/xml/ns/javaee}descriptionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="name" type="{http://java.sun.com/xml/ns/javaee}java-identifierType"/>
<element name="required" type="{http://java.sun.com/xml/ns/javaee}generic-booleanType" minOccurs="0"/>
<choice>
<sequence>
<sequence minOccurs="0">
<element name="rtexprvalue" type="{http://java.sun.com/xml/ns/javaee}generic-booleanType"/>
<element name="type" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/>
</sequence>
<choice>
<element name="deferred-value" type="{http://java.sun.com/xml/ns/javaee}tld-deferred-valueType" minOccurs="0"/>
<element name="deferred-method" type="{http://java.sun.com/xml/ns/javaee}tld-deferred-methodType" minOccurs="0"/>
</choice>
</sequence>
<element name="fragment" type="{http://java.sun.com/xml/ns/javaee}generic-booleanType" minOccurs="0"/>
</choice>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected TldDeferredMethodType |
deferredMethod
|
protected TldDeferredValueType |
deferredValue
|
protected List<DescriptionType> |
description
|
protected GenericBooleanType |
fragment
|
protected String |
id
|
protected JavaIdentifierType |
name
|
protected GenericBooleanType |
required
|
protected GenericBooleanType |
rtexprvalue
|
protected FullyQualifiedClassType |
type
|
| Constructor Summary | |
|---|---|
TldAttributeType()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.TldAttributeType instance. |
|
TldAttributeType(TldAttributeType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.TldAttributeType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
TldAttributeType |
clone()
Creates and returns a copy of this object. |
TldDeferredMethodType |
getDeferredMethod()
Gets the value of the deferredMethod property. |
TldDeferredValueType |
getDeferredValue()
Gets the value of the deferredValue property. |
List<DescriptionType> |
getDescription()
Gets the value of the description property. |
GenericBooleanType |
getFragment()
Gets the value of the fragment property. |
String |
getId()
Gets the value of the id property. |
JavaIdentifierType |
getName()
Gets the value of the name property. |
GenericBooleanType |
getRequired()
Gets the value of the required property. |
GenericBooleanType |
getRtexprvalue()
Gets the value of the rtexprvalue property. |
FullyQualifiedClassType |
getType()
Gets the value of the type property. |
void |
setDeferredMethod(TldDeferredMethodType value)
Sets the value of the deferredMethod property. |
void |
setDeferredValue(TldDeferredValueType value)
Sets the value of the deferredValue property. |
void |
setFragment(GenericBooleanType value)
Sets the value of the fragment property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setName(JavaIdentifierType value)
Sets the value of the name property. |
void |
setRequired(GenericBooleanType value)
Sets the value of the required property. |
void |
setRtexprvalue(GenericBooleanType value)
Sets the value of the rtexprvalue property. |
void |
setType(FullyQualifiedClassType value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<DescriptionType> description
protected JavaIdentifierType name
protected GenericBooleanType required
protected GenericBooleanType rtexprvalue
protected FullyQualifiedClassType type
protected TldDeferredValueType deferredValue
protected TldDeferredMethodType deferredMethod
protected GenericBooleanType fragment
protected String id
| Constructor Detail |
|---|
public TldAttributeType()
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.TldAttributeType instance.
public TldAttributeType(TldAttributeType o)
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.TldAttributeType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
public JavaIdentifierType getName()
JavaIdentifierTypepublic void setName(JavaIdentifierType value)
value - allowed object is
JavaIdentifierTypepublic GenericBooleanType getRequired()
GenericBooleanTypepublic void setRequired(GenericBooleanType value)
value - allowed object is
GenericBooleanTypepublic GenericBooleanType getRtexprvalue()
GenericBooleanTypepublic void setRtexprvalue(GenericBooleanType value)
value - allowed object is
GenericBooleanTypepublic FullyQualifiedClassType getType()
FullyQualifiedClassTypepublic void setType(FullyQualifiedClassType value)
value - allowed object is
FullyQualifiedClassTypepublic TldDeferredValueType getDeferredValue()
TldDeferredValueTypepublic void setDeferredValue(TldDeferredValueType value)
value - allowed object is
TldDeferredValueTypepublic TldDeferredMethodType getDeferredMethod()
TldDeferredMethodTypepublic void setDeferredMethod(TldDeferredMethodType value)
value - allowed object is
TldDeferredMethodTypepublic GenericBooleanType getFragment()
GenericBooleanTypepublic void setFragment(GenericBooleanType value)
value - allowed object is
GenericBooleanTypepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic TldAttributeType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||