|
||||||||||
| 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.novalueclass.javaee.impl.TagTypeImpl
public class TagTypeImpl
| Field Summary | |
|---|---|
protected List<TldAttributeType> |
attribute
|
protected BodyContentTypeImpl |
bodyContent
|
protected List<DescriptionType> |
description
|
protected List<DisplayNameType> |
displayName
|
protected GenericBooleanTypeImpl |
dynamicAttributes
|
protected XsdStringTypeImpl |
example
|
protected List<IconType> |
icon
|
protected String |
id
|
protected TldCanonicalNameTypeImpl |
name
|
protected FullyQualifiedClassTypeImpl |
tagClass
|
protected List<TldExtensionType> |
tagExtension
|
protected FullyQualifiedClassTypeImpl |
teiClass
|
protected List<VariableType> |
variable
|
| Constructor Summary | |
|---|---|
TagTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.TagTypeImpl instance. |
|
TagTypeImpl(TagTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.TagTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
TagTypeImpl |
clone()
Creates and returns a copy of this object. |
List<TldAttributeType> |
getAttribute()
Gets the value of the attribute property. |
BodyContentType |
getBodyContent()
Gets the value of the bodyContent property. |
List<DescriptionType> |
getDescription()
Gets the value of the description property. |
List<DisplayNameType> |
getDisplayName()
Gets the value of the displayName property. |
GenericBooleanType |
getDynamicAttributes()
Gets the value of the dynamicAttributes property. |
XsdStringType |
getExample()
Gets the value of the example property. |
List<IconType> |
getIcon()
Gets the value of the icon property. |
String |
getId()
Gets the value of the id property. |
TldCanonicalNameType |
getName()
Gets the value of the name property. |
FullyQualifiedClassType |
getTagClass()
Gets the value of the tagClass property. |
List<TldExtensionType> |
getTagExtension()
Gets the value of the tagExtension property. |
FullyQualifiedClassType |
getTeiClass()
Gets the value of the teiClass property. |
List<VariableType> |
getVariable()
Gets the value of the variable property. |
void |
setBodyContent(BodyContentType value)
Sets the value of the bodyContent property. |
void |
setDynamicAttributes(GenericBooleanType value)
Sets the value of the dynamicAttributes property. |
void |
setExample(XsdStringType value)
Sets the value of the example property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setName(TldCanonicalNameType value)
Sets the value of the name property. |
void |
setTagClass(FullyQualifiedClassType value)
Sets the value of the tagClass property. |
void |
setTeiClass(FullyQualifiedClassType value)
Sets the value of the teiClass 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 List<DisplayNameType> displayName
protected List<IconType> icon
protected TldCanonicalNameTypeImpl name
protected FullyQualifiedClassTypeImpl tagClass
protected FullyQualifiedClassTypeImpl teiClass
protected BodyContentTypeImpl bodyContent
protected List<VariableType> variable
protected List<TldAttributeType> attribute
protected GenericBooleanTypeImpl dynamicAttributes
protected XsdStringTypeImpl example
protected List<TldExtensionType> tagExtension
protected String id
| Constructor Detail |
|---|
public TagTypeImpl()
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.TagTypeImpl instance.
public TagTypeImpl(TagTypeImpl o)
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.TagTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
TagType
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 TagTypepublic List<DisplayNameType> getDisplayName()
TagType
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 displayName property.
For example, to add a new item, do as follows:
getDisplayName().add(newItem);
Objects of the following type(s) are allowed in the list
DisplayNameType
getDisplayName in interface TagTypepublic List<IconType> getIcon()
TagType
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 icon property.
For example, to add a new item, do as follows:
getIcon().add(newItem);
Objects of the following type(s) are allowed in the list
IconType
getIcon in interface TagTypepublic TldCanonicalNameType getName()
TagType
getName in interface TagTypeTldCanonicalNameTypepublic void setName(TldCanonicalNameType value)
TagType
setName in interface TagTypevalue - allowed object is
TldCanonicalNameTypepublic FullyQualifiedClassType getTagClass()
TagType
getTagClass in interface TagTypeFullyQualifiedClassTypepublic void setTagClass(FullyQualifiedClassType value)
TagType
setTagClass in interface TagTypevalue - allowed object is
FullyQualifiedClassTypepublic FullyQualifiedClassType getTeiClass()
TagType
getTeiClass in interface TagTypeFullyQualifiedClassTypepublic void setTeiClass(FullyQualifiedClassType value)
TagType
setTeiClass in interface TagTypevalue - allowed object is
FullyQualifiedClassTypepublic BodyContentType getBodyContent()
TagType
getBodyContent in interface TagTypeBodyContentTypepublic void setBodyContent(BodyContentType value)
TagType
setBodyContent in interface TagTypevalue - allowed object is
BodyContentTypepublic List<VariableType> getVariable()
TagType
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 variable property.
For example, to add a new item, do as follows:
getVariable().add(newItem);
Objects of the following type(s) are allowed in the list
VariableType
getVariable in interface TagTypepublic List<TldAttributeType> getAttribute()
TagType
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 attribute property.
For example, to add a new item, do as follows:
getAttribute().add(newItem);
Objects of the following type(s) are allowed in the list
TldAttributeType
getAttribute in interface TagTypepublic GenericBooleanType getDynamicAttributes()
TagType
getDynamicAttributes in interface TagTypeGenericBooleanTypepublic void setDynamicAttributes(GenericBooleanType value)
TagType
setDynamicAttributes in interface TagTypevalue - allowed object is
GenericBooleanTypepublic XsdStringType getExample()
TagType
getExample in interface TagTypeXsdStringTypepublic void setExample(XsdStringType value)
TagType
setExample in interface TagTypevalue - allowed object is
XsdStringTypepublic List<TldExtensionType> getTagExtension()
TagType
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 tagExtension property.
For example, to add a new item, do as follows:
getTagExtension().add(newItem);
Objects of the following type(s) are allowed in the list
TldExtensionType
getTagExtension in interface TagTypepublic String getId()
TagType
getId in interface TagTypeStringpublic void setId(String value)
TagType
setId in interface TagTypevalue - allowed object is
Stringpublic TagTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||