org.apache.cxf.transport.jms.wsdl
Class JndiContextParameterType

java.lang.Object
  extended by org.apache.cxf.transport.jms.wsdl.JndiContextParameterType
All Implemented Interfaces:
javax.wsdl.extensions.ExtensibilityElement

public class JndiContextParameterType
extends java.lang.Object
implements javax.wsdl.extensions.ExtensibilityElement

Java class for jndiContextParameterType complex type.

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

 <complexType name="jndiContextParameterType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="value" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <minLength value="1"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.namespace.QName elementType
           
protected  java.lang.String name
           
protected  java.lang.Boolean required
           
protected  java.lang.String value
           
 
Constructor Summary
JndiContextParameterType()
           
 
Method Summary
 javax.xml.namespace.QName getElementType()
           
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.Boolean getRequired()
           
 java.lang.String getValue()
          Gets the value of the value property.
 void setElementType(javax.xml.namespace.QName type)
           
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setRequired(java.lang.Boolean required)
           
 void setValue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

value

protected java.lang.String value

elementType

protected javax.xml.namespace.QName elementType

required

protected java.lang.Boolean required
Constructor Detail

JndiContextParameterType

public JndiContextParameterType()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getValue

public java.lang.String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(java.lang.String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getElementType

public javax.xml.namespace.QName getElementType()
Specified by:
getElementType in interface javax.wsdl.extensions.ExtensibilityElement

setElementType

public void setElementType(javax.xml.namespace.QName type)
Specified by:
setElementType in interface javax.wsdl.extensions.ExtensibilityElement

getRequired

public java.lang.Boolean getRequired()
Specified by:
getRequired in interface javax.wsdl.extensions.ExtensibilityElement

setRequired

public void setRequired(java.lang.Boolean required)
Specified by:
setRequired in interface javax.wsdl.extensions.ExtensibilityElement


Apache CXF