|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.commons.schema.XmlSchemaObject
org.apache.ws.commons.schema.XmlSchemaAnnotated
org.apache.ws.commons.schema.XmlSchemaType
public class XmlSchemaType
The base class for all simple types and complex types.
Field Summary | |
---|---|
(package private) java.lang.Object |
baseSchemaType
|
(package private) XmlSchemaDatatype |
dataType
|
(package private) XmlSchemaDerivationMethod |
deriveBy
|
(package private) XmlSchemaDerivationMethod |
finalDerivation
|
(package private) XmlSchemaDerivationMethod |
finalResolved
|
(package private) boolean |
isMixed
|
(package private) java.lang.String |
name
|
(package private) XmlSchema |
schema
|
Fields inherited from class org.apache.ws.commons.schema.XmlSchemaAnnotated |
---|
annotation, id, unhandledAttributes |
Fields inherited from class org.apache.ws.commons.schema.XmlSchemaObject |
---|
lineNumber, linePosition, sourceURI |
Constructor Summary | |
---|---|
XmlSchemaType(XmlSchema schema)
Creates new XmlSchemaType |
Method Summary | |
---|---|
java.lang.Object |
getBaseSchemaType()
|
XmlSchemaDatatype |
getDataType()
|
XmlSchemaDerivationMethod |
getDeriveBy()
|
XmlSchemaDerivationMethod |
getFinal()
|
XmlSchemaDerivationMethod |
getFinalResolved()
|
java.lang.String |
getName()
|
javax.xml.namespace.QName |
getQName()
|
boolean |
isMixed()
|
void |
setFinal(XmlSchemaDerivationMethod finalDerivation)
|
void |
setMixed(boolean isMixed)
|
void |
setName(java.lang.String name)
|
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaAnnotated |
---|
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes |
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject |
---|
equals, getLineNumber, getLinePosition, getSourceURI, setLineNumber, setLinePosition, setSourceURI, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.lang.Object baseSchemaType
XmlSchemaDatatype dataType
XmlSchemaDerivationMethod deriveBy
XmlSchemaDerivationMethod finalDerivation
XmlSchemaDerivationMethod finalResolved
boolean isMixed
java.lang.String name
XmlSchema schema
Constructor Detail |
---|
public XmlSchemaType(XmlSchema schema)
Method Detail |
---|
public java.lang.Object getBaseSchemaType()
public XmlSchemaDatatype getDataType()
public XmlSchemaDerivationMethod getDeriveBy()
public XmlSchemaDerivationMethod getFinal()
public void setFinal(XmlSchemaDerivationMethod finalDerivation)
public XmlSchemaDerivationMethod getFinalResolved()
public boolean isMixed()
public void setMixed(boolean isMixed)
public java.lang.String getName()
public void setName(java.lang.String name)
public javax.xml.namespace.QName getQName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |