Serializable
, ComplexType
, SchemaType
, XQType
public final class AnyType extends Object implements ComplexType
Modifier and Type | Field | Description |
---|---|---|
static SchemaType |
INSTANCE |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object other) |
|
SchemaType |
getBaseType() |
|
DerivationProcess |
getDerivationProcess() |
|
int |
getTypeId() |
|
int |
hashCode() |
|
boolean |
isAtomicType() |
|
boolean |
isComplexType() |
|
boolean |
isSimpleType() |
|
String |
toString() |
public static final SchemaType INSTANCE
public SchemaType getBaseType()
getBaseType
in interface SchemaType
public DerivationProcess getDerivationProcess()
getDerivationProcess
in interface SchemaType
public int getTypeId()
getTypeId
in interface SchemaType
public boolean isAtomicType()
isAtomicType
in interface SchemaType
public boolean isComplexType()
isComplexType
in interface SchemaType
public boolean isSimpleType()
isSimpleType
in interface SchemaType
Copyright © 2019 Apache Software Foundation. All rights reserved.