public class MaapiSchemas.CSCase extends Object
Constructor and Description |
---|
CSCase()
Constructor for CSCase class
|
Modifier and Type | Method and Description |
---|---|
List<MaapiSchemas.CSChoice> |
getChoices()
get List of choices defined in this Case.
|
List<MaapiSchemas.CSNode> |
getNodes()
get List of the nodes defined in this Case.
|
String |
getNS()
get namespace represented as string
|
int |
getNSHash()
get namespace represented as hash value
|
MaapiSchemas.CSChoice |
getParentChoice()
get the parent choice defining this case.
|
List<MaapiSchemas.CSCase> |
getSiblings()
get List of sibling cases for this case.
|
String |
getTag()
get case tag represented as string
|
int |
getTagHash()
get case tag represented as hash value
|
String |
toString()
Informative string representation of a CSCase instance
|
public int getTagHash()
public String getTag()
public int getNSHash()
public String getNS()
public List<MaapiSchemas.CSNode> getNodes()
public List<MaapiSchemas.CSChoice> getChoices()
public MaapiSchemas.CSChoice getParentChoice()
public List<MaapiSchemas.CSCase> getSiblings()