Package org.cxml
Class SearchDataElement
- java.lang.Object
-
- org.cxml.SearchDataElement
-
public class SearchDataElement extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SearchDataElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetValue1()Gets the value of the value1 property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetValue1(java.lang.String value)Sets the value of the value1 property.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getValue1
public java.lang.String getValue1()
Gets the value of the value1 property.- Returns:
- possible object is
String
-
setValue1
public void setValue1(java.lang.String value)
Sets the value of the value1 property.- Parameters:
value- allowed object isString
-
-