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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.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  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.prot.collections.novalueclass.javaee.impl.TagTypeImpl instance.
TagTypeImpl(TagTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.TagTypeImpl instance by copying a given instance.
 
Method Summary
 TagTypeImpl clone()
          Creates and returns a copy of this object.
protected static void copyAttribute(List<TldAttributeType> source, List<TldAttributeType> target)
          Copies all values of property Attribute.
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.
protected static void copyVariable(List<VariableType> source, List<VariableType> target)
          Copies all values of property Variable.
 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

description

protected List<DescriptionType> description

displayName

protected List<DisplayNameType> displayName

icon

protected List<IconType> icon

name

protected TldCanonicalNameTypeImpl name

tagClass

protected FullyQualifiedClassTypeImpl tagClass

teiClass

protected FullyQualifiedClassTypeImpl teiClass

bodyContent

protected BodyContentTypeImpl bodyContent

variable

protected List<VariableType> variable

attribute

protected List<TldAttributeType> attribute

dynamicAttributes

protected GenericBooleanTypeImpl dynamicAttributes

example

protected XsdStringTypeImpl example

tagExtension

protected List<TldExtensionType> tagExtension

id

protected String id
Constructor Detail

TagTypeImpl

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


TagTypeImpl

public TagTypeImpl(TagTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.TagTypeImpl 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: TagType
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 TagType

getDisplayName

public List<DisplayNameType> getDisplayName()
Description copied from interface: TagType
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 TagType

getIcon

public List<IconType> getIcon()
Description copied from interface: TagType
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 TagType

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 List<VariableType> getVariable()
Description copied from interface: TagType
Gets the value of the variable 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 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

Specified by:
getVariable in interface TagType

getAttribute

public List<TldAttributeType> getAttribute()
Description copied from interface: TagType
Gets the value of the attribute 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 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

Specified by:
getAttribute in interface TagType

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 List<TldExtensionType> getTagExtension()
Description copied from interface: TagType
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 TagType

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

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.

copyVariable

protected static void copyVariable(List<VariableType> source,
                                   List<VariableType> target)
Copies all values of property Variable.

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

copyAttribute

protected static void copyAttribute(List<TldAttributeType> source,
                                    List<TldAttributeType> target)
Copies all values of property Attribute.

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