|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XsEDocumentation
Interface of xs:documentation, as specified
by the following:
<xs:element name="documentation" id="documentation">
<xs:annotation>
<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-documentation"/>
</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:attribute ref="xml:lang"/>
</xs:complexType>
</xs:element>
| Method Summary | |
|---|---|
XmlLang |
getLang()
|
XsAnyURI |
getSource()
|
java.lang.String |
getText()
Returns the embedded text. |
void |
setLang(XmlLang pLang)
|
void |
setSource(XsAnyURI pSource)
|
| Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsObject |
|---|
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate |
| Method Detail |
|---|
void setLang(XmlLang pLang)
XmlLang getLang()
void setSource(XsAnyURI pSource)
XsAnyURI getSource()
java.lang.String getText()
Returns the embedded text.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||