org.cafesip.jiplet.config.jip
Interface OrOperation


public interface OrOperation

Java content class for OrOperation 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 34)

 <complexType name="OrOperation">
   <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

getOr

java.util.List getOr()
Gets the value of the Or property.

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


getAnd

java.util.List getAnd()
Gets the value of the And property.

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


getContains

java.util.List getContains()
Gets the value of the Contains property.

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


getMatches

java.util.List getMatches()
Gets the value of the Matches property.

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


getNot

java.util.List getNot()
Gets the value of the Not property.

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


getSubdomainOf

java.util.List getSubdomainOf()
Gets the value of the SubdomainOf property.

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


getExists

java.util.List getExists()
Gets the value of the Exists property.

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


getEquals

java.util.List getEquals()
Gets the value of the Equals property.

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



http://www.cafesip.org