org.apache.ws.jaxme.xs.xml
Interface XsEAppinfo

All Superinterfaces:
XsObject
All Known Implementing Classes:
JAXBAppinfoImpl, JaxMeSchemaReader.JaxMeAppinfoImpl, JaxMeSGFactory.JaxMeAppinfoImpl, XsEAppinfoImpl

public interface XsEAppinfo
extends XsObject

Interface of xs:appinfo, as specified by the following:

  <xs:element name="appinfo" id="appinfo">
    <xs:annotation>
      <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-appinfo"/>
    </xs:annotation>
    <xs:complexType mixed="true">
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:any processContents="lax"/>
      </xs:sequence>
      <xs:attribute name="source" type="xs:anyURI"/>
    </xs:complexType>
  </xs:element>
 

Author:
Jochen Wiedmann

Method Summary
 java.lang.Object[] getChilds()
           
 XsAnyURI getSource()
           
 void setSource(XsAnyURI pSource)
           
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsObject
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate
 

Method Detail

setSource

void setSource(XsAnyURI pSource)

getSource

XsAnyURI getSource()

getChilds

java.lang.Object[] getChilds()