public class ValidValues extends Object
Java class for validValues complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="validValues"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tModekKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="validationClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
tModekKey |
protected String |
validationClass |
Constructor and Description |
---|
ValidValues() |
Modifier and Type | Method and Description |
---|---|
String |
getTModekKey()
Gets the value of the tModekKey property.
|
String |
getValidationClass()
Gets the value of the validationClass property.
|
void |
setTModekKey(String value)
Sets the value of the tModekKey property.
|
void |
setValidationClass(String value)
Sets the value of the validationClass property.
|
public String getTModekKey()
String
public void setTModekKey(String value)
value
- allowed object is
String
public String getValidationClass()
String
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.