net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee
Class TldDeferredValueType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee.TldDeferredValueType
All Implemented Interfaces:
Serializable, Cloneable

public class TldDeferredValueType
extends Object
implements Serializable, Cloneable

Defines information about how to provide the value for a tag handler attribute that accepts a javax.el.ValueExpression. The deferred-value element has one optional subelement: type the expected type of the attribute

Java class for tld-deferred-valueType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tld-deferred-valueType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="type" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  FullyQualifiedClassType type
           
 
Constructor Summary
TldDeferredValueType()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee.TldDeferredValueType instance.
TldDeferredValueType(TldDeferredValueType o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee.TldDeferredValueType instance by copying a given instance.
 
Method Summary
 TldDeferredValueType clone()
          Creates and returns a copy of this object.
 String getId()
          Gets the value of the id property.
 FullyQualifiedClassType getType()
          Gets the value of the type property.
 void setId(String value)
          Sets the value of the id 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

type

protected FullyQualifiedClassType type

id

protected String id
Constructor Detail

TldDeferredValueType

public TldDeferredValueType()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee.TldDeferredValueType instance.


TldDeferredValueType

public TldDeferredValueType(TldDeferredValueType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee.TldDeferredValueType instance by copying a given instance.

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

getType

public FullyQualifiedClassType getType()
Gets the value of the type property.

Returns:
possible object is FullyQualifiedClassType

setType

public void setType(FullyQualifiedClassType value)
Sets the value of the type property.

Parameters:
value - allowed object is FullyQualifiedClassType

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

clone

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