net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl
Class TagFileTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.TagFileTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, TagFileType

public class TagFileTypeImpl
extends Object
implements Serializable, Cloneable, TagFileType

See Also:
Serialized Form

Field Summary
protected  DescriptionType[] description
           
protected  DisplayNameType[] displayName
           
protected  XsdStringTypeImpl example
           
protected  IconType[] icon
           
protected  String id
           
protected  TldCanonicalNameTypeImpl name
           
protected  PathTypeImpl path
           
protected  TldExtensionType[] tagExtension
           
 
Constructor Summary
TagFileTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.TagFileTypeImpl instance.
TagFileTypeImpl(TagFileTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.TagFileTypeImpl instance by copying a given instance.
 
Method Summary
 TagFileTypeImpl clone()
          Creates and returns a copy of this object.
 void copyDescription(DescriptionType[] source)
          Copies all values of property Description.
 void copyDisplayName(DisplayNameType[] source)
          Copies all values of property DisplayName.
 void copyIcon(IconType[] source)
          Copies all values of property Icon.
 void copyTagExtension(TldExtensionType[] source)
          Copies all values of property TagExtension.
 DescriptionType[] getDescription()
           
 DescriptionType getDescription(int idx)
           
 int getDescriptionLength()
           
 DisplayNameType[] getDisplayName()
           
 DisplayNameType getDisplayName(int idx)
           
 int getDisplayNameLength()
           
 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.
 PathType getPath()
          Gets the value of the path property.
 TldExtensionType[] getTagExtension()
           
 TldExtensionType getTagExtension(int idx)
           
 int getTagExtensionLength()
           
 void setDescription(DescriptionType[] values)
           
 DescriptionType setDescription(int idx, DescriptionType value)
           
 void setDisplayName(DisplayNameType[] values)
           
 DisplayNameType setDisplayName(int idx, DisplayNameType value)
           
 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 setPath(PathType value)
          Sets the value of the path property.
 TldExtensionType setTagExtension(int idx, TldExtensionType value)
           
 void setTagExtension(TldExtensionType[] 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

path

protected PathTypeImpl path

example

protected XsdStringTypeImpl example

tagExtension

protected TldExtensionType[] tagExtension

id

protected String id
Constructor Detail

TagFileTypeImpl

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


TagFileTypeImpl

public TagFileTypeImpl(TagFileTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.TagFileTypeImpl 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 TagFileType
Returns:
array of DescriptionType

getDescription

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

getDescriptionLength

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

setDescription

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

setDescription

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

getDisplayName

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

getDisplayName

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

getDisplayNameLength

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

setDisplayName

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

setDisplayName

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

getIcon

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

getIcon

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

getIconLength

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

setIcon

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

setIcon

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

getName

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

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

setName

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

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

getPath

public PathType getPath()
Description copied from interface: TagFileType
Gets the value of the path property.

Specified by:
getPath in interface TagFileType
Returns:
possible object is PathType

setPath

public void setPath(PathType value)
Description copied from interface: TagFileType
Sets the value of the path property.

Specified by:
setPath in interface TagFileType
Parameters:
value - allowed object is PathType

getExample

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

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

setExample

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

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

getTagExtension

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

getTagExtension

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

getTagExtensionLength

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

setTagExtension

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

setTagExtension

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

getId

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

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

setId

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

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

copyDescription

public void copyDescription(DescriptionType[] source)
Copies all values of property Description.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyDisplayName

public void copyDisplayName(DisplayNameType[] source)
Copies all values of property DisplayName.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyIcon

public void copyIcon(IconType[] source)
Copies all values of property Icon.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyTagExtension

public void copyTagExtension(TldExtensionType[] source)
Copies all values of property TagExtension.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

public TagFileTypeImpl 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.