net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee
Class TldDeferredMethodType

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

public class TldDeferredMethodType
extends Object
implements Serializable, Cloneable

Defines information about how to provide the value for a tag handler attribute that accepts a javax.el.MethodExpression. The deferred-method element has one optional subelement: method-signature Provides the signature, as in the Java Language Specifies, that is expected for the method being identified by the expression.

Java class for tld-deferred-methodType complex type.

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

 <complexType name="tld-deferred-methodType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="method-signature" type="{http://java.sun.com/xml/ns/javaee}string" 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  String methodSignature
           
 
Constructor Summary
TldDeferredMethodType()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.TldDeferredMethodType instance.
TldDeferredMethodType(TldDeferredMethodType o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.TldDeferredMethodType instance by copying a given instance.
 
Method Summary
 TldDeferredMethodType clone()
          Creates and returns a copy of this object.
 String getId()
          Gets the value of the id property.
 String getMethodSignature()
          Gets the value of the methodSignature property.
 void setId(String value)
          Sets the value of the id property.
 void setMethodSignature(String value)
          Sets the value of the methodSignature property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodSignature

protected String methodSignature

id

protected String id
Constructor Detail

TldDeferredMethodType

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


TldDeferredMethodType

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

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

getMethodSignature

public String getMethodSignature()
Gets the value of the methodSignature property.

Returns:
possible object is String

setMethodSignature

public void setMethodSignature(String value)
Sets the value of the methodSignature property.

Parameters:
value - allowed object is String

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