xml.input
Interface Input

All Superinterfaces:
javax.xml.bind.Element, InputType

public interface Input
extends javax.xml.bind.Element, InputType

Java content class for input element declaration.

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

 <element name="input">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="value">
             <complexType>
               <simpleContent>
                 <extension base="<http://www.w3.org/2001/XMLSchema>string">
                   <attribute name="name" use="required" type="{}name" />
                 </extension>
               </simpleContent>
             </complexType>
           </element>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Nested Class Summary
 
Nested classes inherited from class xml.input.InputType
InputType.ValueType
 
Methods inherited from interface xml.input.InputType
getValue, setValue