|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContainsOperation
Java content class for ContainsOperation complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/Users/beckie/workspace/jiplet/conf/mapping_2.0.xsd line 69)
<complexType name="ContainsOperation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="var" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="ignore-case" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
java.lang.String |
getIgnoreCase()
Gets the value of the ignoreCase property. |
java.lang.String |
getValue()
Gets the value of the value property. |
java.lang.String |
getVar()
Gets the value of the var property. |
void |
setIgnoreCase(java.lang.String value)
Sets the value of the ignoreCase property. |
void |
setValue(java.lang.String value)
Sets the value of the value property. |
void |
setVar(java.lang.String value)
Sets the value of the var property. |
| Method Detail |
|---|
java.lang.String getValue()
Stringvoid setValue(java.lang.String value)
value - allowed object is
Stringjava.lang.String getIgnoreCase()
Stringvoid setIgnoreCase(java.lang.String value)
value - allowed object is
Stringjava.lang.String getVar()
Stringvoid setVar(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||