public class MaapiSchemas.CSChoice extends Object
Constructor and Description |
---|
CSChoice()
Constructor for CSChoice class
|
Modifier and Type | Method and Description |
---|---|
MaapiSchemas.CSCase |
getCaseParent()
If this choice is defined as a case for another choice this method
returns the case, otherwise null is returned.
|
List<MaapiSchemas.CSCase> |
getCases()
get List of cases for this choice.
|
MaapiSchemas.CSCase |
getDefaultCase()
get default case for the choice.
|
int |
getMinOccurs()
get MinOccurs for the choice
|
String |
getNS()
get namespace represented as string
|
int |
getNSHash()
get namespace represented as hash value
|
MaapiSchemas.CSNode |
getParentNode()
get parent node for the choice.
|
List<MaapiSchemas.CSChoice> |
getSiblings()
get List of sibling choices with the same parent node.
|
String |
getTag()
get choice tag represented as string
|
int |
getTagHash()
get choice tag represented as hash value
|
String |
toString()
Informative string representation of a CSChoice instance
|
public int getTagHash()
public String getTag()
public int getNSHash()
public String getNS()
public int getMinOccurs()
public MaapiSchemas.CSCase getDefaultCase()
public MaapiSchemas.CSNode getParentNode()
public List<MaapiSchemas.CSCase> getCases()
public MaapiSchemas.CSCase getCaseParent()
public List<MaapiSchemas.CSChoice> getSiblings()