org.apache.ws.jaxme.xs
public final class XSElementOrAttrRef extends Object
See Also: XSElement
| Constructor Summary | |
|---|---|
| XSElementOrAttrRef(XSElement element) | |
| XSElementOrAttrRef(XSAttribute attribute) | |
| Method Summary | |
|---|---|
| boolean | equals(Object o) |
| XSAttribute | getAttribute()
Fetches the attribute that this reference refers to. |
| XSElement | getElement()
Fetches the element that this reference refers to. |
| int | hashCode() |
| boolean | isAttributeRef()
Returns true if this reference points at an attribute. |