|
||||||||||
| 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.TldAttributeTypeImpl
public class TldAttributeTypeImpl
| Field Summary | |
|---|---|
protected TldDeferredMethodTypeImpl |
deferredMethod
|
protected TldDeferredValueTypeImpl |
deferredValue
|
protected List<DescriptionType> |
description
|
protected GenericBooleanTypeImpl |
fragment
|
protected String |
id
|
protected JavaIdentifierTypeImpl |
name
|
protected GenericBooleanTypeImpl |
required
|
protected GenericBooleanTypeImpl |
rtexprvalue
|
protected FullyQualifiedClassTypeImpl |
type
|
| Constructor Summary | |
|---|---|
TldAttributeTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.TldAttributeTypeImpl instance. |
|
TldAttributeTypeImpl(TldAttributeTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.TldAttributeTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
TldAttributeTypeImpl |
clone()
Creates and returns a copy of this object. |
protected static void |
copyDescription(List<DescriptionType> source,
List<DescriptionType> target)
Copies all values of property Description. |
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 JavaIdentifierTypeImpl name
protected GenericBooleanTypeImpl required
protected GenericBooleanTypeImpl rtexprvalue
protected FullyQualifiedClassTypeImpl type
protected TldDeferredValueTypeImpl deferredValue
protected TldDeferredMethodTypeImpl deferredMethod
protected GenericBooleanTypeImpl fragment
protected String id
| Constructor Detail |
|---|
public TldAttributeTypeImpl()
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.TldAttributeTypeImpl instance.
public TldAttributeTypeImpl(TldAttributeTypeImpl o)
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.TldAttributeTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
TldAttributeType
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
getDescription in interface TldAttributeTypepublic JavaIdentifierType getName()
TldAttributeType
getName in interface TldAttributeTypeJavaIdentifierTypepublic void setName(JavaIdentifierType value)
TldAttributeType
setName in interface TldAttributeTypevalue - allowed object is
JavaIdentifierTypepublic GenericBooleanType getRequired()
TldAttributeType
getRequired in interface TldAttributeTypeGenericBooleanTypepublic void setRequired(GenericBooleanType value)
TldAttributeType
setRequired in interface TldAttributeTypevalue - allowed object is
GenericBooleanTypepublic GenericBooleanType getRtexprvalue()
TldAttributeType
getRtexprvalue in interface TldAttributeTypeGenericBooleanTypepublic void setRtexprvalue(GenericBooleanType value)
TldAttributeType
setRtexprvalue in interface TldAttributeTypevalue - allowed object is
GenericBooleanTypepublic FullyQualifiedClassType getType()
TldAttributeType
getType in interface TldAttributeTypeFullyQualifiedClassTypepublic void setType(FullyQualifiedClassType value)
TldAttributeType
setType in interface TldAttributeTypevalue - allowed object is
FullyQualifiedClassTypepublic TldDeferredValueType getDeferredValue()
TldAttributeType
getDeferredValue in interface TldAttributeTypeTldDeferredValueTypepublic void setDeferredValue(TldDeferredValueType value)
TldAttributeType
setDeferredValue in interface TldAttributeTypevalue - allowed object is
TldDeferredValueTypepublic TldDeferredMethodType getDeferredMethod()
TldAttributeType
getDeferredMethod in interface TldAttributeTypeTldDeferredMethodTypepublic void setDeferredMethod(TldDeferredMethodType value)
TldAttributeType
setDeferredMethod in interface TldAttributeTypevalue - allowed object is
TldDeferredMethodTypepublic GenericBooleanType getFragment()
TldAttributeType
getFragment in interface TldAttributeTypeGenericBooleanTypepublic void setFragment(GenericBooleanType value)
TldAttributeType
setFragment in interface TldAttributeTypevalue - allowed object is
GenericBooleanTypepublic String getId()
TldAttributeType
getId in interface TldAttributeTypeStringpublic void setId(String value)
TldAttributeType
setId in interface TldAttributeTypevalue - allowed object is
String
protected static void copyDescription(List<DescriptionType> source,
List<DescriptionType> target)
Description.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public TldAttributeTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||