public static interface ConstraintDocument.Constraint
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
ConstraintDocument.Constraint.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
ConstraintDocument.Constraint.IsBetween
An XML IsBetween(@http://52north.org/sir/0.3.2).
|
static interface |
ConstraintDocument.Constraint.IsEqualTo
An XML IsEqualTo(@http://52north.org/sir/0.3.2).
|
static interface |
ConstraintDocument.Constraint.IsNotEqualTo
An XML IsNotEqualTo(@http://52north.org/sir/0.3.2).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
ConstraintDocument.Constraint.IsBetween |
addNewIsBetween()
Appends and returns a new empty "IsBetween" element
|
ConstraintDocument.Constraint.IsBetween |
getIsBetween()
Gets the "IsBetween" element
|
Object |
getIsEqualTo()
Gets the "IsEqualTo" element
|
double |
getIsGreaterThan()
Gets the "IsGreaterThan" element
|
double |
getIsGreaterThanOrEqualTo()
Gets the "IsGreaterThanOrEqualTo" element
|
double |
getIsLessThan()
Gets the "IsLessThan" element
|
double |
getIsLessThanOrEqualTo()
Gets the "IsLessThanOrEqualTo" element
|
Object |
getIsNotEqualTo()
Gets the "IsNotEqualTo" element
|
boolean |
isSetIsBetween()
True if has "IsBetween" element
|
boolean |
isSetIsEqualTo()
True if has "IsEqualTo" element
|
boolean |
isSetIsGreaterThan()
True if has "IsGreaterThan" element
|
boolean |
isSetIsGreaterThanOrEqualTo()
True if has "IsGreaterThanOrEqualTo" element
|
boolean |
isSetIsLessThan()
True if has "IsLessThan" element
|
boolean |
isSetIsLessThanOrEqualTo()
True if has "IsLessThanOrEqualTo" element
|
boolean |
isSetIsNotEqualTo()
True if has "IsNotEqualTo" element
|
void |
setIsBetween(ConstraintDocument.Constraint.IsBetween isBetween)
Sets the "IsBetween" element
|
void |
setIsEqualTo(Object isEqualTo)
Sets the "IsEqualTo" element
|
void |
setIsGreaterThan(double isGreaterThan)
Sets the "IsGreaterThan" element
|
void |
setIsGreaterThanOrEqualTo(double isGreaterThanOrEqualTo)
Sets the "IsGreaterThanOrEqualTo" element
|
void |
setIsLessThan(double isLessThan)
Sets the "IsLessThan" element
|
void |
setIsLessThanOrEqualTo(double isLessThanOrEqualTo)
Sets the "IsLessThanOrEqualTo" element
|
void |
setIsNotEqualTo(Object isNotEqualTo)
Sets the "IsNotEqualTo" element
|
void |
unsetIsBetween()
Unsets the "IsBetween" element
|
void |
unsetIsEqualTo()
Unsets the "IsEqualTo" element
|
void |
unsetIsGreaterThan()
Unsets the "IsGreaterThan" element
|
void |
unsetIsGreaterThanOrEqualTo()
Unsets the "IsGreaterThanOrEqualTo" element
|
void |
unsetIsLessThan()
Unsets the "IsLessThan" element
|
void |
unsetIsLessThanOrEqualTo()
Unsets the "IsLessThanOrEqualTo" element
|
void |
unsetIsNotEqualTo()
Unsets the "IsNotEqualTo" element
|
ConstraintDocument.Constraint.IsEqualTo |
xgetIsEqualTo()
Gets (as xml) the "IsEqualTo" element
|
org.apache.xmlbeans.XmlDouble |
xgetIsGreaterThan()
Gets (as xml) the "IsGreaterThan" element
|
org.apache.xmlbeans.XmlDouble |
xgetIsGreaterThanOrEqualTo()
Gets (as xml) the "IsGreaterThanOrEqualTo" element
|
org.apache.xmlbeans.XmlDouble |
xgetIsLessThan()
Gets (as xml) the "IsLessThan" element
|
org.apache.xmlbeans.XmlDouble |
xgetIsLessThanOrEqualTo()
Gets (as xml) the "IsLessThanOrEqualTo" element
|
ConstraintDocument.Constraint.IsNotEqualTo |
xgetIsNotEqualTo()
Gets (as xml) the "IsNotEqualTo" element
|
void |
xsetIsEqualTo(ConstraintDocument.Constraint.IsEqualTo isEqualTo)
Sets (as xml) the "IsEqualTo" element
|
void |
xsetIsGreaterThan(org.apache.xmlbeans.XmlDouble isGreaterThan)
Sets (as xml) the "IsGreaterThan" element
|
void |
xsetIsGreaterThanOrEqualTo(org.apache.xmlbeans.XmlDouble isGreaterThanOrEqualTo)
Sets (as xml) the "IsGreaterThanOrEqualTo" element
|
void |
xsetIsLessThan(org.apache.xmlbeans.XmlDouble isLessThan)
Sets (as xml) the "IsLessThan" element
|
void |
xsetIsLessThanOrEqualTo(org.apache.xmlbeans.XmlDouble isLessThanOrEqualTo)
Sets (as xml) the "IsLessThanOrEqualTo" element
|
void |
xsetIsNotEqualTo(ConstraintDocument.Constraint.IsNotEqualTo isNotEqualTo)
Sets (as xml) the "IsNotEqualTo" element
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextObject getIsEqualTo()
ConstraintDocument.Constraint.IsEqualTo xgetIsEqualTo()
boolean isSetIsEqualTo()
void setIsEqualTo(Object isEqualTo)
void xsetIsEqualTo(ConstraintDocument.Constraint.IsEqualTo isEqualTo)
void unsetIsEqualTo()
Object getIsNotEqualTo()
ConstraintDocument.Constraint.IsNotEqualTo xgetIsNotEqualTo()
boolean isSetIsNotEqualTo()
void setIsNotEqualTo(Object isNotEqualTo)
void xsetIsNotEqualTo(ConstraintDocument.Constraint.IsNotEqualTo isNotEqualTo)
void unsetIsNotEqualTo()
double getIsGreaterThan()
org.apache.xmlbeans.XmlDouble xgetIsGreaterThan()
boolean isSetIsGreaterThan()
void setIsGreaterThan(double isGreaterThan)
void xsetIsGreaterThan(org.apache.xmlbeans.XmlDouble isGreaterThan)
void unsetIsGreaterThan()
double getIsLessThan()
org.apache.xmlbeans.XmlDouble xgetIsLessThan()
boolean isSetIsLessThan()
void setIsLessThan(double isLessThan)
void xsetIsLessThan(org.apache.xmlbeans.XmlDouble isLessThan)
void unsetIsLessThan()
double getIsGreaterThanOrEqualTo()
org.apache.xmlbeans.XmlDouble xgetIsGreaterThanOrEqualTo()
boolean isSetIsGreaterThanOrEqualTo()
void setIsGreaterThanOrEqualTo(double isGreaterThanOrEqualTo)
void xsetIsGreaterThanOrEqualTo(org.apache.xmlbeans.XmlDouble isGreaterThanOrEqualTo)
void unsetIsGreaterThanOrEqualTo()
double getIsLessThanOrEqualTo()
org.apache.xmlbeans.XmlDouble xgetIsLessThanOrEqualTo()
boolean isSetIsLessThanOrEqualTo()
void setIsLessThanOrEqualTo(double isLessThanOrEqualTo)
void xsetIsLessThanOrEqualTo(org.apache.xmlbeans.XmlDouble isLessThanOrEqualTo)
void unsetIsLessThanOrEqualTo()
ConstraintDocument.Constraint.IsBetween getIsBetween()
boolean isSetIsBetween()
void setIsBetween(ConstraintDocument.Constraint.IsBetween isBetween)
ConstraintDocument.Constraint.IsBetween addNewIsBetween()
void unsetIsBetween()
Copyright © 2017 52north.org. All rights reserved.