org.apache.ws.jaxme.xs.impl
Class XSAppinfoImpl

java.lang.Object
  extended by org.apache.ws.jaxme.xs.impl.XSObjectImpl
      extended by org.apache.ws.jaxme.xs.impl.XSAppinfoImpl
All Implemented Interfaces:
XSAppinfo, XSObject

public class XSAppinfoImpl
extends XSObjectImpl
implements XSAppinfo

Author:
Jochen Wiedmann

Constructor Summary
protected XSAppinfoImpl(XSObject pParent, XsEAppinfo pBaseObject)
          Creates a new instance of XSAppinfoImpl.
 
Method Summary
 java.lang.Object[] getChilds()
          Returns the appinfos content.
 XsAnyURI getSource()
          Returns the appinfos source element or null, if no such attribute is defined.
 java.lang.String getText()
          Merges the String elements returned by XSAppinfo.getChilds() into a single String.
 
Methods inherited from class org.apache.ws.jaxme.xs.impl.XSObjectImpl
getLocator, getParentObject, getXsObject, getXSSchema, isTopLevelObject, validate, validateAllIn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.ws.jaxme.xs.XSObject
getLocator, getParentObject, getXSSchema, isTopLevelObject, validate
 

Constructor Detail

XSAppinfoImpl

protected XSAppinfoImpl(XSObject pParent,
                        XsEAppinfo pBaseObject)

Creates a new instance of XSAppinfoImpl.

Method Detail

getSource

public XsAnyURI getSource()
Description copied from interface: XSAppinfo

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

Specified by:
getSource in interface XSAppinfo

getChilds

public java.lang.Object[] getChilds()
Description copied from interface: XSAppinfo

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

Specified by:
getChilds in interface XSAppinfo
See Also:
XSAppinfo.getText()

getText

public java.lang.String getText()
Description copied from interface: XSAppinfo

Merges the String elements returned by XSAppinfo.getChilds() into a single String.

Specified by:
getText in interface XSAppinfo
See Also:
XSAppinfo.getChilds()