org.cafesip.jiplet.config.jip
Interface NotOperation


public interface NotOperation

Java content class for NotOperation 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 47)

 <complexType name="NotOperation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="and" type="{}AndOperation"/>
         <element name="or" type="{}OrOperation"/>
         <element name="not" type="{}NotOperation"/>
         <element name="equals" type="{}EqualsOperation"/>
         <element name="contains" type="{}ContainsOperation"/>
         <element name="exists" type="{}ExistsOperation"/>
         <element name="matches" type="{}MatchesOperation"/>
         <element name="subdomain-of" type="{}SubdomainOperation"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 AndOperation getAnd()
          Gets the value of the and property.
 ContainsOperation getContains()
          Gets the value of the contains property.
 EqualsOperation getEquals()
          Gets the value of the equals property.
 ExistsOperation getExists()
          Gets the value of the exists property.
 MatchesOperation getMatches()
          Gets the value of the matches property.
 NotOperation getNot()
          Gets the value of the not property.
 OrOperation getOr()
          Gets the value of the or property.
 SubdomainOperation getSubdomainOf()
          Gets the value of the subdomainOf property.
 void setAnd(AndOperation value)
          Sets the value of the and property.
 void setContains(ContainsOperation value)
          Sets the value of the contains property.
 void setEquals(EqualsOperation value)
          Sets the value of the equals property.
 void setExists(ExistsOperation value)
          Sets the value of the exists property.
 void setMatches(MatchesOperation value)
          Sets the value of the matches property.
 void setNot(NotOperation value)
          Sets the value of the not property.
 void setOr(OrOperation value)
          Sets the value of the or property.
 void setSubdomainOf(SubdomainOperation value)
          Sets the value of the subdomainOf property.
 

Method Detail

getOr

OrOperation getOr()
Gets the value of the or property.

Returns:
possible object is OrOperation

setOr

void setOr(OrOperation value)
Sets the value of the or property.

Parameters:
value - allowed object is OrOperation

getAnd

AndOperation getAnd()
Gets the value of the and property.

Returns:
possible object is AndOperation

setAnd

void setAnd(AndOperation value)
Sets the value of the and property.

Parameters:
value - allowed object is AndOperation

getContains

ContainsOperation getContains()
Gets the value of the contains property.

Returns:
possible object is ContainsOperation

setContains

void setContains(ContainsOperation value)
Sets the value of the contains property.

Parameters:
value - allowed object is ContainsOperation

getMatches

MatchesOperation getMatches()
Gets the value of the matches property.

Returns:
possible object is MatchesOperation

setMatches

void setMatches(MatchesOperation value)
Sets the value of the matches property.

Parameters:
value - allowed object is MatchesOperation

getNot

NotOperation getNot()
Gets the value of the not property.

Returns:
possible object is NotOperation

setNot

void setNot(NotOperation value)
Sets the value of the not property.

Parameters:
value - allowed object is NotOperation

getSubdomainOf

SubdomainOperation getSubdomainOf()
Gets the value of the subdomainOf property.

Returns:
possible object is SubdomainOperation

setSubdomainOf

void setSubdomainOf(SubdomainOperation value)
Sets the value of the subdomainOf property.

Parameters:
value - allowed object is SubdomainOperation

getExists

ExistsOperation getExists()
Gets the value of the exists property.

Returns:
possible object is ExistsOperation

setExists

void setExists(ExistsOperation value)
Sets the value of the exists property.

Parameters:
value - allowed object is ExistsOperation

getEquals

EqualsOperation getEquals()
Gets the value of the equals property.

Returns:
possible object is EqualsOperation

setEquals

void setEquals(EqualsOperation value)
Sets the value of the equals property.

Parameters:
value - allowed object is EqualsOperation


http://www.cafesip.org