net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl
Class TagFileTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.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  List<DescriptionType> description
           
protected  List<DisplayNameType> displayName
           
protected  XsdStringTypeImpl example
           
protected  List<IconType> icon
           
protected  String id
           
protected  TldCanonicalNameTypeImpl name
           
protected  PathTypeImpl path
           
protected  List<TldExtensionType> tagExtension
           
 
Constructor Summary
TagFileTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.TagFileTypeImpl instance.
TagFileTypeImpl(TagFileTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.TagFileTypeImpl instance by copying a given instance.
 
Method Summary
 TagFileTypeImpl 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.
protected static void copyDisplayName(List<DisplayNameType> source, List<DisplayNameType> target)
          Copies all values of property DisplayName.
protected static void copyIcon(List<IconType> source, List<IconType> target)
          Copies all values of property Icon.
protected static void copyTagExtension(List<TldExtensionType> source, List<TldExtensionType> target)
          Copies all values of property TagExtension.
 List<DescriptionType> getDescription()
          Gets the value of the description property.
 List<DisplayNameType> getDisplayName()
          Gets the value of the displayName 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.
 PathType getPath()
          Gets the value of the path property.
 List<TldExtensionType> getTagExtension()
          Gets the value of the tagExtension 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 setPath(PathType value)
          Sets the value of the path property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected List<DescriptionType> description

displayName

protected List<DisplayNameType> displayName

icon

protected List<IconType> icon

name

protected TldCanonicalNameTypeImpl name

path

protected PathTypeImpl path

example

protected XsdStringTypeImpl example

tagExtension

protected List<TldExtensionType> tagExtension

id

protected String id
Constructor Detail

TagFileTypeImpl

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


TagFileTypeImpl

public TagFileTypeImpl(TagFileTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.TagFileTypeImpl instance by copying a given instance.

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

getDescription

public List<DescriptionType> getDescription()
Description copied from interface: TagFileType
Gets the value of the description property.

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

Specified by:
getDescription in interface TagFileType

getDisplayName

public List<DisplayNameType> getDisplayName()
Description copied from interface: TagFileType
Gets the value of the displayName property.

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

Specified by:
getDisplayName in interface TagFileType

getIcon

public List<IconType> getIcon()
Description copied from interface: TagFileType
Gets the value of the icon property.

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

Specified by:
getIcon in interface TagFileType

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 List<TldExtensionType> getTagExtension()
Description copied from interface: TagFileType
Gets the value of the tagExtension property.

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

Specified by:
getTagExtension in interface TagFileType

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

protected static void copyDescription(List<DescriptionType> source,
                                      List<DescriptionType> target)
Copies all values of property Description.

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

copyDisplayName

protected static void copyDisplayName(List<DisplayNameType> source,
                                      List<DisplayNameType> target)
Copies all values of property DisplayName.

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

copyIcon

protected static void copyIcon(List<IconType> source,
                               List<IconType> target)
Copies all values of property Icon.

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

copyTagExtension

protected static void copyTagExtension(List<TldExtensionType> source,
                                       List<TldExtensionType> target)
Copies all values of property TagExtension.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target 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.