xml.input
Interface InputType
- All Known Subinterfaces:
- Input
- public interface InputType
Java content class for annonymous complex type.
The following schema fragment specifies the expected content contained within this java content object.
<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>
Nested Class Summary |
static interface |
InputType.ValueType
Java content class for annonymous complex type. |
getValue
public InputType.ValueType getValue()
setValue
public void setValue(InputType.ValueType value)