public class Field
extends java.lang.Object
Java class for field complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="field"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="field-name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="field-type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="max-length" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
コンストラクタと説明 |
---|
Field() |
修飾子とタイプ | メソッドと説明 |
---|---|
java.lang.String |
getFieldName()
Gets the value of the fieldName property.
|
java.lang.String |
getFieldType()
Gets the value of the fieldType property.
|
int |
getMaxLength()
Gets the value of the maxLength property.
|
void |
setFieldName(java.lang.String value)
Sets the value of the fieldName property.
|
void |
setFieldType(java.lang.String value)
Sets the value of the fieldType property.
|
void |
setMaxLength(int value)
Sets the value of the maxLength property.
|
public java.lang.String getFieldName()
String
public void setFieldName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFieldType()
String
public void setFieldType(java.lang.String value)
value
- allowed object is
String
public int getMaxLength()
public void setMaxLength(int value)