Package org.cxml
Class SearchAttribute
- java.lang.Object
-
- org.cxml.SearchAttribute
-
public class SearchAttribute extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SearchAttribute()
-
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.StringgetType()Gets the value of the type property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetType(java.lang.String value)Sets the value of the type 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
-
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
-