org.apache.openejb.jee
Class TldDeferredValue

java.lang.Object
  extended by org.apache.openejb.jee.TldDeferredValue

public class TldDeferredValue
extends Object

web-jsptaglibrary_2_1.xsd

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>
 


Field Summary
protected  String id
           
protected  String type
           
 
Constructor Summary
TldDeferredValue()
           
 
Method Summary
 String getId()
           
 String getType()
           
 void setId(String value)
           
 void setType(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected String type

id

protected String id
Constructor Detail

TldDeferredValue

public TldDeferredValue()
Method Detail

getType

public String getType()

setType

public void setType(String value)

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.