public class MaapiSchemas.CSSchema extends Object
MaapiSchemas.findCSSchema(int)
and
MaapiSchemas.findCSSchema(String)
Constructor and Description |
---|
CSSchema()
Constructor for CSSchema
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getModule()
Get module name
|
Hashtable<String,MaapiSchemas.CSNamedType> |
getNamedTypes()
Get a Hashtable of all named types, the Hashtable has the type names
as keys represented as strings and the types as values represented as
CSType objects.
|
String |
getNS()
Get Namespace string.
|
int |
getNSHash()
Get Namespace hashvalue
|
String |
getPrefix()
Get Namespace prefix string
|
String |
getRevision()
Get schema revision
|
MaapiSchemas.CSNode |
getRootNode()
Get first Schema root node.
|
String |
getURI()
Get Schema uri string
|
int |
hashCode() |
boolean |
isDynamic()
Check if Schema is dynamically lalala
|
String |
toString()
Informative string representation of a CSSchema instance
|
public int getNSHash()
public String getNS()
public String getURI()
public String getPrefix()
public String getRevision()
public String getModule()
public MaapiSchemas.CSNode getRootNode()
public Hashtable<String,MaapiSchemas.CSNamedType> getNamedTypes()
public boolean isDynamic()
public String toString()