edu.byu.deg.osmx.binding
Interface Method

All Superinterfaces:
javax.xml.bind.Element, MethodType
All Known Implementing Classes:
MethodImpl

public interface Method
extends javax.xml.bind.Element, MethodType

Java content class for Method element declaration.

The following schema fragment specifies the expected content contained within this java content object.

 <element name="Method">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <all>
           <element name="ReturnType" type="{http://www.deg.byu.edu/xml/osmx.xsd}TypeSpecification" minOccurs="0"/>
           <element ref="{http://www.deg.byu.edu/xml/osmx.xsd}ParameterList" minOccurs="0"/>
           <element ref="{http://www.deg.byu.edu/xml/osmx.xsd}KeywordPhraseList" minOccurs="0"/>
         </all>
         <attribute name="hint" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="language" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Methods inherited from interface edu.byu.deg.osmx.binding.MethodType
getHint, getKeywordPhraseList, getLanguage, getName, getParameterList, getReturnType, isSetHint, isSetKeywordPhraseList, isSetLanguage, isSetName, isSetParameterList, isSetReturnType, setHint, setKeywordPhraseList, setLanguage, setName, setParameterList, setReturnType, unsetHint, unsetKeywordPhraseList, unsetLanguage, unsetName, unsetParameterList, unsetReturnType