Method Summary |
|
public List | getAttributes() Returns the list of attributes for this element. |
public List | getChildren() Returns a list of children for this element. |
public int | getMaxOccurs() Returns the max occurances for this element. |
public int | getMinOccurs() Returns the min occurances for this element. |
public String | getName() |
public boolean | isComplex() Is this element complex. |
public boolean | isSequence() Returns if this element is a sequence or not. |
public boolean | isSimpleAndNoAttributes() Is this element a simple type with no attributes. |
public void | setAttributes(List attributes) Sets the list of elements for this element. |
public void | setChildren(List children) Set the list of children for this element. |
public void | setComplex(boolean isComplex) Sets if this element is complex or not. |
public void | setMaxOccurs(int min) Sets the max occurances for this element. |
public void | setMinOccurs(int min) Sets the min occurances for this element. |
public void | setName(String name) sets the name of this element. |
public void | setSequence(boolean isSequence) Sets if this element is a sequence. |