|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Mapping
Java content class for Mapping 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 8)
<complexType name="Mapping">
<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 |
|---|
OrOperation getOr()
OrOperationvoid setOr(OrOperation value)
value - allowed object is
OrOperationAndOperation getAnd()
AndOperationvoid setAnd(AndOperation value)
value - allowed object is
AndOperationContainsOperation getContains()
ContainsOperationvoid setContains(ContainsOperation value)
value - allowed object is
ContainsOperationMatchesOperation getMatches()
MatchesOperationvoid setMatches(MatchesOperation value)
value - allowed object is
MatchesOperationNotOperation getNot()
NotOperationvoid setNot(NotOperation value)
value - allowed object is
NotOperationSubdomainOperation getSubdomainOf()
SubdomainOperationvoid setSubdomainOf(SubdomainOperation value)
value - allowed object is
SubdomainOperationExistsOperation getExists()
ExistsOperationvoid setExists(ExistsOperation value)
value - allowed object is
ExistsOperationEqualsOperation getEquals()
EqualsOperationvoid setEquals(EqualsOperation value)
value - allowed object is
EqualsOperation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||