|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.TagTypeImpl
public class TagTypeImpl
| Field Summary | |
|---|---|
protected TldAttributeType[] |
attribute
|
protected BodyContentTypeImpl |
bodyContent
|
protected DescriptionType[] |
description
|
protected DisplayNameType[] |
displayName
|
protected GenericBooleanTypeImpl |
dynamicAttributes
|
protected XsdStringTypeImpl |
example
|
protected IconType[] |
icon
|
protected String |
id
|
protected TldCanonicalNameTypeImpl |
name
|
protected FullyQualifiedClassTypeImpl |
tagClass
|
protected TldExtensionType[] |
tagExtension
|
protected FullyQualifiedClassTypeImpl |
teiClass
|
protected VariableType[] |
variable
|
| Constructor Summary | |
|---|---|
TagTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.TagTypeImpl instance. |
|
TagTypeImpl(TagTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.TagTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
TagTypeImpl |
clone()
Creates and returns a copy of this object. |
protected void |
copyAttribute(TldAttributeType[] source)
Copies all values of property Attribute. |
protected void |
copyDescription(DescriptionType[] source)
Copies all values of property Description. |
protected void |
copyDisplayName(DisplayNameType[] source)
Copies all values of property DisplayName. |
protected void |
copyIcon(IconType[] source)
Copies all values of property Icon. |
protected void |
copyTagExtension(TldExtensionType[] source)
Copies all values of property TagExtension. |
protected void |
copyVariable(VariableType[] source)
Copies all values of property Variable. |
TldAttributeType[] |
getAttribute()
|
TldAttributeType |
getAttribute(int idx)
|
int |
getAttributeLength()
|
BodyContentType |
getBodyContent()
Gets the value of the bodyContent property. |
DescriptionType[] |
getDescription()
|
DescriptionType |
getDescription(int idx)
|
int |
getDescriptionLength()
|
DisplayNameType[] |
getDisplayName()
|
DisplayNameType |
getDisplayName(int idx)
|
int |
getDisplayNameLength()
|
GenericBooleanType |
getDynamicAttributes()
Gets the value of the dynamicAttributes property. |
XsdStringType |
getExample()
Gets the value of the example property. |
IconType[] |
getIcon()
|
IconType |
getIcon(int idx)
|
int |
getIconLength()
|
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. |
TldExtensionType[] |
getTagExtension()
|
TldExtensionType |
getTagExtension(int idx)
|
int |
getTagExtensionLength()
|
FullyQualifiedClassType |
getTeiClass()
Gets the value of the teiClass property. |
VariableType[] |
getVariable()
|
VariableType |
getVariable(int idx)
|
int |
getVariableLength()
|
TldAttributeType |
setAttribute(int idx,
TldAttributeType value)
|
void |
setAttribute(TldAttributeType[] values)
|
void |
setBodyContent(BodyContentType value)
Sets the value of the bodyContent property. |
void |
setDescription(DescriptionType[] values)
|
DescriptionType |
setDescription(int idx,
DescriptionType value)
|
void |
setDisplayName(DisplayNameType[] values)
|
DisplayNameType |
setDisplayName(int idx,
DisplayNameType value)
|
void |
setDynamicAttributes(GenericBooleanType value)
Sets the value of the dynamicAttributes property. |
void |
setExample(XsdStringType value)
Sets the value of the example property. |
void |
setIcon(IconType[] values)
|
IconType |
setIcon(int idx,
IconType value)
|
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. |
TldExtensionType |
setTagExtension(int idx,
TldExtensionType value)
|
void |
setTagExtension(TldExtensionType[] values)
|
void |
setTeiClass(FullyQualifiedClassType value)
Sets the value of the teiClass property. |
VariableType |
setVariable(int idx,
VariableType value)
|
void |
setVariable(VariableType[] values)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DescriptionType[] description
protected DisplayNameType[] displayName
protected IconType[] icon
protected TldCanonicalNameTypeImpl name
protected FullyQualifiedClassTypeImpl tagClass
protected FullyQualifiedClassTypeImpl teiClass
protected BodyContentTypeImpl bodyContent
protected VariableType[] variable
protected TldAttributeType[] attribute
protected GenericBooleanTypeImpl dynamicAttributes
protected XsdStringTypeImpl example
protected TldExtensionType[] tagExtension
protected String id
| Constructor Detail |
|---|
public TagTypeImpl()
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.TagTypeImpl instance.
public TagTypeImpl(TagTypeImpl o)
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.TagTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DescriptionType[] getDescription()
getDescription in interface TagTypeDescriptionTypepublic DescriptionType getDescription(int idx)
getDescription in interface TagTypeDescriptionTypepublic int getDescriptionLength()
getDescriptionLength in interface TagTypepublic void setDescription(DescriptionType[] values)
setDescription in interface TagTypevalues - allowed objects are
DescriptionType
public DescriptionType setDescription(int idx,
DescriptionType value)
setDescription in interface TagTypevalue - allowed object is
DescriptionTypepublic DisplayNameType[] getDisplayName()
getDisplayName in interface TagTypeDisplayNameTypepublic DisplayNameType getDisplayName(int idx)
getDisplayName in interface TagTypeDisplayNameTypepublic int getDisplayNameLength()
getDisplayNameLength in interface TagTypepublic void setDisplayName(DisplayNameType[] values)
setDisplayName in interface TagTypevalues - allowed objects are
DisplayNameType
public DisplayNameType setDisplayName(int idx,
DisplayNameType value)
setDisplayName in interface TagTypevalue - allowed object is
DisplayNameTypepublic IconType[] getIcon()
getIcon in interface TagTypeIconTypepublic IconType getIcon(int idx)
getIcon in interface TagTypeIconTypepublic int getIconLength()
getIconLength in interface TagTypepublic void setIcon(IconType[] values)
setIcon in interface TagTypevalues - allowed objects are
IconType
public IconType setIcon(int idx,
IconType value)
setIcon in interface TagTypevalue - allowed object is
IconTypepublic 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 VariableType[] getVariable()
getVariable in interface TagTypeVariableTypepublic VariableType getVariable(int idx)
getVariable in interface TagTypeVariableTypepublic int getVariableLength()
getVariableLength in interface TagTypepublic void setVariable(VariableType[] values)
setVariable in interface TagTypevalues - allowed objects are
VariableType
public VariableType setVariable(int idx,
VariableType value)
setVariable in interface TagTypevalue - allowed object is
VariableTypepublic TldAttributeType[] getAttribute()
getAttribute in interface TagTypeTldAttributeTypepublic TldAttributeType getAttribute(int idx)
getAttribute in interface TagTypeTldAttributeTypepublic int getAttributeLength()
getAttributeLength in interface TagTypepublic void setAttribute(TldAttributeType[] values)
setAttribute in interface TagTypevalues - allowed objects are
TldAttributeType
public TldAttributeType setAttribute(int idx,
TldAttributeType value)
setAttribute in interface TagTypevalue - allowed object is
TldAttributeTypepublic 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 TldExtensionType[] getTagExtension()
getTagExtension in interface TagTypeTldExtensionTypepublic TldExtensionType getTagExtension(int idx)
getTagExtension in interface TagTypeTldExtensionTypepublic int getTagExtensionLength()
getTagExtensionLength in interface TagTypepublic void setTagExtension(TldExtensionType[] values)
setTagExtension in interface TagTypevalues - allowed objects are
TldExtensionType
public TldExtensionType setTagExtension(int idx,
TldExtensionType value)
setTagExtension in interface TagTypevalue - allowed object is
TldExtensionTypepublic String getId()
TagType
getId in interface TagTypeStringpublic void setId(String value)
TagType
setId in interface TagTypevalue - allowed object is
Stringprotected void copyDescription(DescriptionType[] source)
Description.
source - The source to copy from.
NullPointerException - if source is null.protected void copyDisplayName(DisplayNameType[] source)
DisplayName.
source - The source to copy from.
NullPointerException - if source is null.protected void copyIcon(IconType[] source)
Icon.
source - The source to copy from.
NullPointerException - if source is null.protected void copyVariable(VariableType[] source)
Variable.
source - The source to copy from.
NullPointerException - if source is null.protected void copyAttribute(TldAttributeType[] source)
Attribute.
source - The source to copy from.
NullPointerException - if source is null.protected void copyTagExtension(TldExtensionType[] source)
TagExtension.
source - The source to copy from.
NullPointerException - if source is null.public TagTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||