|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AndOperation
Java content class for AndOperation 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 21)
<complexType name="AndOperation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="and" type="{}AndOperation" maxOccurs="unbounded" minOccurs="0"/>
<element name="or" type="{}OrOperation" maxOccurs="unbounded" minOccurs="0"/>
<element name="not" type="{}NotOperation" maxOccurs="unbounded" minOccurs="0"/>
<element name="equals" type="{}EqualsOperation" maxOccurs="unbounded" minOccurs="0"/>
<element name="contains" type="{}ContainsOperation" maxOccurs="unbounded" minOccurs="0"/>
<element name="exists" type="{}ExistsOperation" maxOccurs="unbounded" minOccurs="0"/>
<element name="matches" type="{}MatchesOperation" maxOccurs="unbounded" minOccurs="0"/>
<element name="subdomain-of" type="{}SubdomainOperation" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
java.util.List |
getAnd()
Gets the value of the And property. |
java.util.List |
getContains()
Gets the value of the Contains property. |
java.util.List |
getEquals()
Gets the value of the Equals property. |
java.util.List |
getExists()
Gets the value of the Exists property. |
java.util.List |
getMatches()
Gets the value of the Matches property. |
java.util.List |
getNot()
Gets the value of the Not property. |
java.util.List |
getOr()
Gets the value of the Or property. |
java.util.List |
getSubdomainOf()
Gets the value of the SubdomainOf property. |
| Method Detail |
|---|
java.util.List getOr()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the Or property.
For example, to add a new item, do as follows:
getOr().add(newItem);
Objects of the following type(s) are allowed in the list
OrOperation
java.util.List getAnd()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the And property.
For example, to add a new item, do as follows:
getAnd().add(newItem);
Objects of the following type(s) are allowed in the list
AndOperation
java.util.List getContains()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the Contains property.
For example, to add a new item, do as follows:
getContains().add(newItem);
Objects of the following type(s) are allowed in the list
ContainsOperation
java.util.List getMatches()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the Matches property.
For example, to add a new item, do as follows:
getMatches().add(newItem);
Objects of the following type(s) are allowed in the list
MatchesOperation
java.util.List getNot()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the Not property.
For example, to add a new item, do as follows:
getNot().add(newItem);
Objects of the following type(s) are allowed in the list
NotOperation
java.util.List getSubdomainOf()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the SubdomainOf property.
For example, to add a new item, do as follows:
getSubdomainOf().add(newItem);
Objects of the following type(s) are allowed in the list
SubdomainOperation
java.util.List getExists()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the Exists property.
For example, to add a new item, do as follows:
getExists().add(newItem);
Objects of the following type(s) are allowed in the list
ExistsOperation
java.util.List getEquals()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the Equals property.
For example, to add a new item, do as follows:
getEquals().add(newItem);
Objects of the following type(s) are allowed in the list
EqualsOperation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||