net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl
Class TldAttributeTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.TldAttributeTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, TldAttributeType

public class TldAttributeTypeImpl
extends Object
implements Serializable, Cloneable, TldAttributeType

See Also:
Serialized Form

Field Summary
protected  TldDeferredMethodTypeImpl deferredMethod
           
protected  TldDeferredValueTypeImpl deferredValue
           
protected  List<DescriptionType> description
           
protected  GenericBooleanTypeImpl fragment
           
protected  String id
           
protected  JavaIdentifierTypeImpl name
           
protected  GenericBooleanTypeImpl required
           
protected  GenericBooleanTypeImpl rtexprvalue
           
protected  FullyQualifiedClassTypeImpl type
           
 
Constructor Summary
TldAttributeTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.TldAttributeTypeImpl instance.
TldAttributeTypeImpl(TldAttributeTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.TldAttributeTypeImpl instance by copying a given instance.
 
Method Summary
 TldAttributeTypeImpl clone()
          Creates and returns a copy of this object.
 TldDeferredMethodType getDeferredMethod()
          Gets the value of the deferredMethod property.
 TldDeferredValueType getDeferredValue()
          Gets the value of the deferredValue property.
 List<DescriptionType> getDescription()
          Gets the value of the description property.
 GenericBooleanType getFragment()
          Gets the value of the fragment property.
 String getId()
          Gets the value of the id property.
 JavaIdentifierType getName()
          Gets the value of the name property.
 GenericBooleanType getRequired()
          Gets the value of the required property.
 GenericBooleanType getRtexprvalue()
          Gets the value of the rtexprvalue property.
 FullyQualifiedClassType getType()
          Gets the value of the type property.
 void setDeferredMethod(TldDeferredMethodType value)
          Sets the value of the deferredMethod property.
 void setDeferredValue(TldDeferredValueType value)
          Sets the value of the deferredValue property.
 void setFragment(GenericBooleanType value)
          Sets the value of the fragment property.
 void setId(String value)
          Sets the value of the id property.
 void setName(JavaIdentifierType value)
          Sets the value of the name property.
 void setRequired(GenericBooleanType value)
          Sets the value of the required property.
 void setRtexprvalue(GenericBooleanType value)
          Sets the value of the rtexprvalue property.
 void setType(FullyQualifiedClassType value)
          Sets the value of the type 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

name

protected JavaIdentifierTypeImpl name

required

protected GenericBooleanTypeImpl required

rtexprvalue

protected GenericBooleanTypeImpl rtexprvalue

type

protected FullyQualifiedClassTypeImpl type

deferredValue

protected TldDeferredValueTypeImpl deferredValue

deferredMethod

protected TldDeferredMethodTypeImpl deferredMethod

fragment

protected GenericBooleanTypeImpl fragment

id

protected String id
Constructor Detail

TldAttributeTypeImpl

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


TldAttributeTypeImpl

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

getName

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

Specified by:
getName in interface TldAttributeType
Returns:
possible object is JavaIdentifierType

setName

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

Specified by:
setName in interface TldAttributeType
Parameters:
value - allowed object is JavaIdentifierType

getRequired

public GenericBooleanType getRequired()
Description copied from interface: TldAttributeType
Gets the value of the required property.

Specified by:
getRequired in interface TldAttributeType
Returns:
possible object is GenericBooleanType

setRequired

public void setRequired(GenericBooleanType value)
Description copied from interface: TldAttributeType
Sets the value of the required property.

Specified by:
setRequired in interface TldAttributeType
Parameters:
value - allowed object is GenericBooleanType

getRtexprvalue

public GenericBooleanType getRtexprvalue()
Description copied from interface: TldAttributeType
Gets the value of the rtexprvalue property.

Specified by:
getRtexprvalue in interface TldAttributeType
Returns:
possible object is GenericBooleanType

setRtexprvalue

public void setRtexprvalue(GenericBooleanType value)
Description copied from interface: TldAttributeType
Sets the value of the rtexprvalue property.

Specified by:
setRtexprvalue in interface TldAttributeType
Parameters:
value - allowed object is GenericBooleanType

getType

public FullyQualifiedClassType getType()
Description copied from interface: TldAttributeType
Gets the value of the type property.

Specified by:
getType in interface TldAttributeType
Returns:
possible object is FullyQualifiedClassType

setType

public void setType(FullyQualifiedClassType value)
Description copied from interface: TldAttributeType
Sets the value of the type property.

Specified by:
setType in interface TldAttributeType
Parameters:
value - allowed object is FullyQualifiedClassType

getDeferredValue

public TldDeferredValueType getDeferredValue()
Description copied from interface: TldAttributeType
Gets the value of the deferredValue property.

Specified by:
getDeferredValue in interface TldAttributeType
Returns:
possible object is TldDeferredValueType

setDeferredValue

public void setDeferredValue(TldDeferredValueType value)
Description copied from interface: TldAttributeType
Sets the value of the deferredValue property.

Specified by:
setDeferredValue in interface TldAttributeType
Parameters:
value - allowed object is TldDeferredValueType

getDeferredMethod

public TldDeferredMethodType getDeferredMethod()
Description copied from interface: TldAttributeType
Gets the value of the deferredMethod property.

Specified by:
getDeferredMethod in interface TldAttributeType
Returns:
possible object is TldDeferredMethodType

setDeferredMethod

public void setDeferredMethod(TldDeferredMethodType value)
Description copied from interface: TldAttributeType
Sets the value of the deferredMethod property.

Specified by:
setDeferredMethod in interface TldAttributeType
Parameters:
value - allowed object is TldDeferredMethodType

getFragment

public GenericBooleanType getFragment()
Description copied from interface: TldAttributeType
Gets the value of the fragment property.

Specified by:
getFragment in interface TldAttributeType
Returns:
possible object is GenericBooleanType

setFragment

public void setFragment(GenericBooleanType value)
Description copied from interface: TldAttributeType
Sets the value of the fragment property.

Specified by:
setFragment in interface TldAttributeType
Parameters:
value - allowed object is GenericBooleanType

getId

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

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

setId

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

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

clone

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