Package net.opengis.sensorml.x20
Interface ConstraintSettingPropertyType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ConstraintSettingPropertyTypeImpl
public interface ConstraintSettingPropertyType extends org.apache.xmlbeans.XmlObjectAn XML ConstraintSettingPropertyType(@http://www.opengis.net/sensorml/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConstraintSettingPropertyType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AllowedTimesTypeaddNewAllowedTimes()Appends and returns a new empty "AllowedTimes" elementAllowedTokensTypeaddNewAllowedTokens()Appends and returns a new empty "AllowedTokens" elementAllowedValuesTypeaddNewAllowedValues()Appends and returns a new empty "AllowedValues" elementAllowedTimesTypegetAllowedTimes()Gets the "AllowedTimes" elementAllowedTokensTypegetAllowedTokens()Gets the "AllowedTokens" elementAllowedValuesTypegetAllowedValues()Gets the "AllowedValues" elementStringgetRef()Gets the "ref" attributebooleanisSetAllowedTimes()True if has "AllowedTimes" elementbooleanisSetAllowedTokens()True if has "AllowedTokens" elementbooleanisSetAllowedValues()True if has "AllowedValues" elementvoidsetAllowedTimes(AllowedTimesType allowedTimes)Sets the "AllowedTimes" elementvoidsetAllowedTokens(AllowedTokensType allowedTokens)Sets the "AllowedTokens" elementvoidsetAllowedValues(AllowedValuesType allowedValues)Sets the "AllowedValues" elementvoidsetRef(String ref)Sets the "ref" attributevoidunsetAllowedTimes()Unsets the "AllowedTimes" elementvoidunsetAllowedTokens()Unsets the "AllowedTokens" elementvoidunsetAllowedValues()Unsets the "AllowedValues" elementDataComponentPathPropertyTypexgetRef()Gets (as xml) the "ref" attributevoidxsetRef(DataComponentPathPropertyType ref)Sets (as xml) the "ref" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
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, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getAllowedTimes
AllowedTimesType getAllowedTimes()
Gets the "AllowedTimes" element
-
isSetAllowedTimes
boolean isSetAllowedTimes()
True if has "AllowedTimes" element
-
setAllowedTimes
void setAllowedTimes(AllowedTimesType allowedTimes)
Sets the "AllowedTimes" element
-
addNewAllowedTimes
AllowedTimesType addNewAllowedTimes()
Appends and returns a new empty "AllowedTimes" element
-
unsetAllowedTimes
void unsetAllowedTimes()
Unsets the "AllowedTimes" element
-
getAllowedTokens
AllowedTokensType getAllowedTokens()
Gets the "AllowedTokens" element
-
isSetAllowedTokens
boolean isSetAllowedTokens()
True if has "AllowedTokens" element
-
setAllowedTokens
void setAllowedTokens(AllowedTokensType allowedTokens)
Sets the "AllowedTokens" element
-
addNewAllowedTokens
AllowedTokensType addNewAllowedTokens()
Appends and returns a new empty "AllowedTokens" element
-
unsetAllowedTokens
void unsetAllowedTokens()
Unsets the "AllowedTokens" element
-
getAllowedValues
AllowedValuesType getAllowedValues()
Gets the "AllowedValues" element
-
isSetAllowedValues
boolean isSetAllowedValues()
True if has "AllowedValues" element
-
setAllowedValues
void setAllowedValues(AllowedValuesType allowedValues)
Sets the "AllowedValues" element
-
addNewAllowedValues
AllowedValuesType addNewAllowedValues()
Appends and returns a new empty "AllowedValues" element
-
unsetAllowedValues
void unsetAllowedValues()
Unsets the "AllowedValues" element
-
getRef
String getRef()
Gets the "ref" attribute
-
xgetRef
DataComponentPathPropertyType xgetRef()
Gets (as xml) the "ref" attribute
-
setRef
void setRef(String ref)
Sets the "ref" attribute
-
xsetRef
void xsetRef(DataComponentPathPropertyType ref)
Sets (as xml) the "ref" attribute
-
-