public interface XmlElementsGroup
Modifier and Type | Interface and Description |
---|---|
static class |
XmlElementsGroup.Type |
Modifier and Type | Method and Description |
---|---|
XmlElementsGroup.Type |
getGroupType() |
XmlElementDescriptor |
getLeafDescriptor() |
int |
getMaxOccurs() |
int |
getMinOccurs() |
XmlElementsGroup |
getParentGroup() |
java.util.List<XmlElementsGroup> |
getSubGroups() |
int getMinOccurs()
int getMaxOccurs()
Integer.MAX_VALUE
)XmlElementsGroup.Type getGroupType()
XmlElementsGroup getParentGroup()
java.util.List<XmlElementsGroup> getSubGroups()
XmlElementDescriptor getLeafDescriptor()