Serializable
, SchemaType
, SimpleType
, XQType
public final class AnySimpleType extends Object implements SimpleType
Modifier and Type | Field | Description |
---|---|---|
static SimpleType |
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 SimpleType INSTANCE
public int getTypeId()
getTypeId
in interface SchemaType
public SchemaType getBaseType()
getBaseType
in interface SchemaType
public DerivationProcess getDerivationProcess()
getDerivationProcess
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.