Package | Description |
---|---|
org.apache.xerces.impl.xs | |
org.apache.xerces.xs | |
org.jboss.ws.metadata.wsdl.xmlschema | |
org.jboss.ws.metadata.wsdl.xsd |
Modifier and Type | Class and Description |
---|---|
class |
XSParticleDecl
Store schema particle declaration.
|
Modifier and Type | Method and Description |
---|---|
XSParticle |
XSComplexTypeDecl.getParticle()
A particle for mixed or element-only content model, otherwise
null |
Modifier and Type | Method and Description |
---|---|
XSParticle |
XSComplexTypeDefinition.getParticle()
A particle for a mixed or element-only content model, otherwise
null . |
Modifier and Type | Class and Description |
---|---|
class |
JBossXSParticle |
Modifier and Type | Method and Description |
---|---|
XSParticle |
JBossXSComplexTypeDefinition.getParticle()
A particle for a mixed or element-only content model, otherwise
null . |
Modifier and Type | Method and Description |
---|---|
void |
JBossXSComplexTypeDefinition.setParticle(XSParticle xspart)
A particle for a mixed or element-only content model, otherwise
null . |
String |
WSSchemaUtils.write(XSElementDeclaration xsel,
XSParticle xsp)
Return a string for the element declaration
|
Modifier and Type | Method and Description |
---|---|
JBossXSComplexTypeDefinition |
WSSchemaUtils.createXSComplexTypeDefinition(String name,
XSTypeDefinition baseType,
List<XSParticle> xsparts,
String typens) |
Modifier and Type | Method and Description |
---|---|
boolean |
SchemaUtils.isArrayType(XSParticle xsparticle)
Checks if the XS Particle is of array type
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.