net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee
Interface TldDeferredMethodType

All Known Implementing Classes:
TldDeferredMethodTypeImpl

public interface TldDeferredMethodType

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>
 


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

Method Detail

getMethodSignature

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

Returns:
possible object is String

setMethodSignature

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

Parameters:
value - allowed object is String

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.