net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl
Class TagTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.TagTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, TagType

public class TagTypeImpl
extends Object
implements Serializable, Cloneable, TagType

See Also:
Serialized Form

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.pkg.indexed.novalueclass.javaee.impl.TagTypeImpl instance.
TagTypeImpl(TagTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.TagTypeImpl instance by copying a given instance.
 
Method Summary
 TagTypeImpl clone()
          Creates and returns a copy of this object.
 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

description

protected DescriptionType[] description

displayName

protected DisplayNameType[] displayName

icon

protected IconType[] icon

name

protected TldCanonicalNameTypeImpl name

tagClass

protected FullyQualifiedClassTypeImpl tagClass

teiClass

protected FullyQualifiedClassTypeImpl teiClass

bodyContent

protected BodyContentTypeImpl bodyContent

variable

protected VariableType[] variable

attribute

protected TldAttributeType[] attribute

dynamicAttributes

protected GenericBooleanTypeImpl dynamicAttributes

example

protected XsdStringTypeImpl example

tagExtension

protected TldExtensionType[] tagExtension

id

protected String id
Constructor Detail

TagTypeImpl

public TagTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.TagTypeImpl instance.


TagTypeImpl

public TagTypeImpl(TagTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.TagTypeImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getDescription

public DescriptionType[] getDescription()
Specified by:
getDescription in interface TagType
Returns:
array of DescriptionType

getDescription

public DescriptionType getDescription(int idx)
Specified by:
getDescription in interface TagType
Returns:
one of DescriptionType

getDescriptionLength

public int getDescriptionLength()
Specified by:
getDescriptionLength in interface TagType

setDescription

public void setDescription(DescriptionType[] values)
Specified by:
setDescription in interface TagType
Parameters:
values - allowed objects are DescriptionType

setDescription

public DescriptionType setDescription(int idx,
                                      DescriptionType value)
Specified by:
setDescription in interface TagType
value - allowed object is DescriptionType

getDisplayName

public DisplayNameType[] getDisplayName()
Specified by:
getDisplayName in interface TagType
Returns:
array of DisplayNameType

getDisplayName

public DisplayNameType getDisplayName(int idx)
Specified by:
getDisplayName in interface TagType
Returns:
one of DisplayNameType

getDisplayNameLength

public int getDisplayNameLength()
Specified by:
getDisplayNameLength in interface TagType

setDisplayName

public void setDisplayName(DisplayNameType[] values)
Specified by:
setDisplayName in interface TagType
Parameters:
values - allowed objects are DisplayNameType

setDisplayName

public DisplayNameType setDisplayName(int idx,
                                      DisplayNameType value)
Specified by:
setDisplayName in interface TagType
value - allowed object is DisplayNameType

getIcon

public IconType[] getIcon()
Specified by:
getIcon in interface TagType
Returns:
array of IconType

getIcon

public IconType getIcon(int idx)
Specified by:
getIcon in interface TagType
Returns:
one of IconType

getIconLength

public int getIconLength()
Specified by:
getIconLength in interface TagType

setIcon

public void setIcon(IconType[] values)
Specified by:
setIcon in interface TagType
Parameters:
values - allowed objects are IconType

setIcon

public IconType setIcon(int idx,
                        IconType value)
Specified by:
setIcon in interface TagType
value - allowed object is IconType

getName

public TldCanonicalNameType getName()
Description copied from interface: TagType
Gets the value of the name property.

Specified by:
getName in interface TagType
Returns:
possible object is TldCanonicalNameType

setName

public void setName(TldCanonicalNameType value)
Description copied from interface: TagType
Sets the value of the name property.

Specified by:
setName in interface TagType
Parameters:
value - allowed object is TldCanonicalNameType

getTagClass

public FullyQualifiedClassType getTagClass()
Description copied from interface: TagType
Gets the value of the tagClass property.

Specified by:
getTagClass in interface TagType
Returns:
possible object is FullyQualifiedClassType

setTagClass

public void setTagClass(FullyQualifiedClassType value)
Description copied from interface: TagType
Sets the value of the tagClass property.

Specified by:
setTagClass in interface TagType
Parameters:
value - allowed object is FullyQualifiedClassType

getTeiClass

public FullyQualifiedClassType getTeiClass()
Description copied from interface: TagType
Gets the value of the teiClass property.

Specified by:
getTeiClass in interface TagType
Returns:
possible object is FullyQualifiedClassType

setTeiClass

public void setTeiClass(FullyQualifiedClassType value)
Description copied from interface: TagType
Sets the value of the teiClass property.

Specified by:
setTeiClass in interface TagType
Parameters:
value - allowed object is FullyQualifiedClassType

getBodyContent

public BodyContentType getBodyContent()
Description copied from interface: TagType
Gets the value of the bodyContent property.

Specified by:
getBodyContent in interface TagType
Returns:
possible object is BodyContentType

setBodyContent

public void setBodyContent(BodyContentType value)
Description copied from interface: TagType
Sets the value of the bodyContent property.

Specified by:
setBodyContent in interface TagType
Parameters:
value - allowed object is BodyContentType

getVariable

public VariableType[] getVariable()
Specified by:
getVariable in interface TagType
Returns:
array of VariableType

getVariable

public VariableType getVariable(int idx)
Specified by:
getVariable in interface TagType
Returns:
one of VariableType

getVariableLength

public int getVariableLength()
Specified by:
getVariableLength in interface TagType

setVariable

public void setVariable(VariableType[] values)
Specified by:
setVariable in interface TagType
Parameters:
values - allowed objects are VariableType

setVariable

public VariableType setVariable(int idx,
                                VariableType value)
Specified by:
setVariable in interface TagType
value - allowed object is VariableType

getAttribute

public TldAttributeType[] getAttribute()
Specified by:
getAttribute in interface TagType
Returns:
array of TldAttributeType

getAttribute

public TldAttributeType getAttribute(int idx)
Specified by:
getAttribute in interface TagType
Returns:
one of TldAttributeType

getAttributeLength

public int getAttributeLength()
Specified by:
getAttributeLength in interface TagType

setAttribute

public void setAttribute(TldAttributeType[] values)
Specified by:
setAttribute in interface TagType
Parameters:
values - allowed objects are TldAttributeType

setAttribute

public TldAttributeType setAttribute(int idx,
                                     TldAttributeType value)
Specified by:
setAttribute in interface TagType
value - allowed object is TldAttributeType

getDynamicAttributes

public GenericBooleanType getDynamicAttributes()
Description copied from interface: TagType
Gets the value of the dynamicAttributes property.

Specified by:
getDynamicAttributes in interface TagType
Returns:
possible object is GenericBooleanType

setDynamicAttributes

public void setDynamicAttributes(GenericBooleanType value)
Description copied from interface: TagType
Sets the value of the dynamicAttributes property.

Specified by:
setDynamicAttributes in interface TagType
Parameters:
value - allowed object is GenericBooleanType

getExample

public XsdStringType getExample()
Description copied from interface: TagType
Gets the value of the example property.

Specified by:
getExample in interface TagType
Returns:
possible object is XsdStringType

setExample

public void setExample(XsdStringType value)
Description copied from interface: TagType
Sets the value of the example property.

Specified by:
setExample in interface TagType
Parameters:
value - allowed object is XsdStringType

getTagExtension

public TldExtensionType[] getTagExtension()
Specified by:
getTagExtension in interface TagType
Returns:
array of TldExtensionType

getTagExtension

public TldExtensionType getTagExtension(int idx)
Specified by:
getTagExtension in interface TagType
Returns:
one of TldExtensionType

getTagExtensionLength

public int getTagExtensionLength()
Specified by:
getTagExtensionLength in interface TagType

setTagExtension

public void setTagExtension(TldExtensionType[] values)
Specified by:
setTagExtension in interface TagType
Parameters:
values - allowed objects are TldExtensionType

setTagExtension

public TldExtensionType setTagExtension(int idx,
                                        TldExtensionType value)
Specified by:
setTagExtension in interface TagType
value - allowed object is TldExtensionType

getId

public String getId()
Description copied from interface: TagType
Gets the value of the id property.

Specified by:
getId in interface TagType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: TagType
Sets the value of the id property.

Specified by:
setId in interface TagType
Parameters:
value - allowed object is String

clone

public TagTypeImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.