|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Specifies the field value type and constraints Java content class for FieldType complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/development/Projects/conv-t/etc/fileStructure/DocumentStructure.xsd line 288)
<complexType name="FieldType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="typeName" type="{http://www.ebi.ac.uk/ADFConverter}fieldTypeName"/>
<element name="constraints" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="constraint" type="{http://www.ebi.ac.uk/ADFConverter}ConstraintType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
static interface |
FieldType.ConstraintsType
Java content class for anonymous complex type. |
| Method Summary | |
FieldType.ConstraintsType |
getConstraints()
Gets the value of the constraints property. |
java.lang.String |
getTypeName()
Gets the value of the typeName property. |
void |
setConstraints(FieldType.ConstraintsType value)
Sets the value of the constraints property. |
void |
setTypeName(java.lang.String value)
Sets the value of the typeName property. |
| Method Detail |
public FieldType.ConstraintsType getConstraints()
FieldType.ConstraintsTypepublic java.lang.String getTypeName()
Stringpublic void setConstraints(FieldType.ConstraintsType value)
value - allowed object is
FieldType.ConstraintsTypepublic void setTypeName(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||