org.apache.ode.bpel.compiler.wsdl
Class XMLSchemaType
java.lang.Object
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
XMLSchemaType
public XMLSchemaType(java.lang.String xmlSchema)
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: