Package | Description |
---|---|
org.apache.xerces.impl.xs | |
org.apache.xerces.xs | |
org.jboss.ws.metadata.wsdl | |
org.jboss.ws.metadata.wsdl.xmlschema |
Modifier and Type | Class and Description |
---|---|
class |
XSComplexTypeDecl
The XML representation for a complexType
schema component is a <complexType> element information item
|
Modifier and Type | Method and Description |
---|---|
XSComplexTypeDefinition |
XSElementDecl.getEnclosingCTDefinition()
Locally scoped declarations are available for use only within the
complex type definition identified by the
scope
property. |
XSComplexTypeDefinition |
XSAttributeDecl.getEnclosingCTDefinition()
Locally scoped declarations are available for use only within the
complex type definition identified by the
scope
property. |
Modifier and Type | Method and Description |
---|---|
XSComplexTypeDefinition |
XSElementDeclaration.getEnclosingCTDefinition()
The complex type definition for locally scoped declarations (see
scope ), otherwise null if no such
definition exists. |
XSComplexTypeDefinition |
XSAttributeDeclaration.getEnclosingCTDefinition()
The complex type definition for locally scoped declarations (see
scope ), otherwise null if no such
definition exists. |
Modifier and Type | Method and Description |
---|---|
boolean |
WSDLUtils.isBaseTypeIgnorable(XSTypeDefinition baseType,
XSComplexTypeDefinition t)
For the given complex type, check if its base type is the regular xsd type (xsd:anyType)
which can be ignored
|
Modifier and Type | Class and Description |
---|---|
class |
JBossXSComplexTypeDefinition |
Modifier and Type | Field and Description |
---|---|
protected XSComplexTypeDefinition |
JBossXSElementDeclaration.enclosingCTDefinition |
Modifier and Type | Method and Description |
---|---|
XSComplexTypeDefinition |
JBossXSElementDeclaration.getEnclosingCTDefinition() |
XSComplexTypeDefinition |
WSSchemaUtils.getExceptionType(String exname,
String ns)
Generate a complex type for a custom exception
|
Modifier and Type | Method and Description |
---|---|
void |
JBossXSElementDeclaration.setEnclosingCTDefinition(XSComplexTypeDefinition enclosingCTDefinition) |
Constructor and Description |
---|
JBossXSComplexTypeDefinition(XSComplexTypeDefinition xc) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.