org.apache.ode.bpel.compiler.wsdl
Class XMLSchemaType

java.lang.Object
  extended by org.apache.ode.bpel.compiler.wsdl.XMLSchemaType
All Implemented Interfaces:
java.io.Serializable, javax.wsdl.extensions.ExtensibilityElement

public class XMLSchemaType
extends java.lang.Object
implements javax.wsdl.extensions.ExtensibilityElement, java.io.Serializable

Extensibility element that contains the xml-schema text as a string.

See Also:
Serialized Form

Field Summary
static javax.xml.namespace.QName qname
          For compatibility with some older classes.
static javax.xml.namespace.QName QNAME
          WSDL QNAME identifier
 
Constructor Summary
XMLSchemaType(java.lang.String xmlSchema)
           
 
Method Summary
 javax.xml.namespace.QName getElementType()
           
 java.lang.Boolean getRequired()
           
 java.lang.String getXMLSchema()
          Returns the schema content as string.
 void setElementType(javax.xml.namespace.QName arg0)
           
 void setRequired(java.lang.Boolean arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QNAME

public static final javax.xml.namespace.QName QNAME
WSDL QNAME identifier


qname

public static final javax.xml.namespace.QName qname
For compatibility with some older classes.

Constructor Detail

XMLSchemaType

public XMLSchemaType(java.lang.String xmlSchema)
Method Detail

setElementType

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

getElementType

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

setRequired

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

getRequired

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

getXMLSchema

public java.lang.String getXMLSchema()
Returns the schema content as string.

Returns: