org.apache.ws.jaxme.xs
public interface XSAppinfo extends XSObject
Interface of an appinfo element.
Method Summary | |
---|---|
Object[] | getChilds() Returns the appinfos content. |
XsAnyURI | getSource() Returns the appinfos source element or null, if no such attribute is defined. |
String | getText() Merges the String elements returned by {@link #getChilds()} into a single String. |
Returns the appinfos content. The objects in the array are either of:
See Also: getText
Returns the appinfos source element or null, if no such attribute is defined.
Merges the String elements returned by {@link #getChilds()} into a single String.
See Also: getChilds