Package org.cxml
Class ItemIndicator
- java.lang.Object
-
- org.cxml.ItemIndicator
-
public class ItemIndicator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ItemIndicator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDomain()Gets the value of the domain property.java.lang.StringgetValue1()Gets the value of the value1 property.voidsetDomain(java.lang.String value)Sets the value of the domain property.voidsetValue1(java.lang.String value)Sets the value of the value1 property.
-
-
-
Method Detail
-
getDomain
public java.lang.String getDomain()
Gets the value of the domain property.- Returns:
- possible object is
String
-
setDomain
public void setDomain(java.lang.String value)
Sets the value of the domain 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
-
-