| Package | Description |
|---|---|
| org.apache.ws.commons.schema |
| Modifier and Type | Method and Description |
|---|---|
XmlSchemaSimpleType |
XmlSchemaSimpleTypeRestriction.getBaseType() |
XmlSchemaSimpleType |
XmlSchemaSimpleContentRestriction.getBaseType() |
XmlSchemaSimpleType |
XmlSchemaSimpleTypeList.getItemType() |
XmlSchemaSimpleType |
XmlSchemaAttribute.getSchemaType() |
| Modifier and Type | Method and Description |
|---|---|
List<XmlSchemaSimpleType> |
XmlSchemaSimpleTypeUnion.getBaseTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSchemaSimpleTypeRestriction.setBaseType(XmlSchemaSimpleType baseType) |
void |
XmlSchemaSimpleContentRestriction.setBaseType(XmlSchemaSimpleType baseType) |
void |
XmlSchemaSimpleTypeList.setItemType(XmlSchemaSimpleType itemType) |
void |
XmlSchemaAttribute.setSchemaType(XmlSchemaSimpleType schemaType) |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.