public class TertiaryLeafFilter extends Filter
Java class for TertiaryLeafFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TertiaryLeafFilter">
<complexContent>
<extension base="{xmlapi_1.0}Filter">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="first" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="second" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
first |
protected java.lang.String |
name |
protected java.lang.String |
second |
| Constructor and Description |
|---|
TertiaryLeafFilter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFirst()
Gets the value of the first property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getSecond()
Gets the value of the second property.
|
void |
setFirst(java.lang.String value)
Sets the value of the first property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setSecond(java.lang.String value)
Sets the value of the second property.
|
protected java.lang.String name
protected java.lang.String first
protected java.lang.String second
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFirst()
Stringpublic void setFirst(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSecond()
Stringpublic void setSecond(java.lang.String value)
value - allowed object is
String