public class XSDSequence extends XSDSequenceCell
| Constructor and Description |
|---|
XSDSequence(char type) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSequenceCell(XSDSequenceCell element) |
List<XSDSequenceCell> |
getSequenceCells() |
char |
getType() |
getMaxOccurs, getMinOccurs, setMaxOccurs, setMinOccurspublic char getType()
public void addSequenceCell(XSDSequenceCell element)
public List<XSDSequenceCell> getSequenceCells()