public static class SqlDefinition.Validate extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="values" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="column" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SqlDefinition.Validate.Values
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
column |
protected String |
value |
protected SqlDefinition.Validate.Values |
values |
| Constructor and Description |
|---|
Validate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumn()
Gets the value of the column property.
|
String |
getValue()
Gets the value of the value property.
|
SqlDefinition.Validate.Values |
getValues()
Gets the value of the values property.
|
void |
setColumn(String value)
Sets the value of the column property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setValues(SqlDefinition.Validate.Values value)
Sets the value of the values property.
|
protected SqlDefinition.Validate.Values values
protected String column
protected String value
public SqlDefinition.Validate.Values getValues()
SqlDefinition.Validate.Valuespublic void setValues(SqlDefinition.Validate.Values value)
value - allowed object is
SqlDefinition.Validate.Valuespublic String getColumn()
Stringpublic void setColumn(String value)
value - allowed object is
Stringpublic String getValue()
StringCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.