org.apache.ws.jaxme.xs

Interface XSAppinfo

public interface XSAppinfo extends XSObject

Interface of an appinfo element.

Author: Jochen Wiedmann

Method Summary
Object[]getChilds()

Returns the appinfos content.

XsAnyURIgetSource()

Returns the appinfos source element or null, if no such attribute is defined.

StringgetText()

Merges the String elements returned by {@link #getChilds()} into a single String.

Method Detail

getChilds

public Object[] getChilds()

Returns the appinfos content. The objects in the array are either of:

See Also: getText

getSource

public XsAnyURI getSource()

Returns the appinfos source element or null, if no such attribute is defined.

getText

public String getText()

Merges the String elements returned by {@link #getChilds()} into a single String.

See Also: getChilds