net.opengis.ows.x11
Interface UnNamedDomainType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
DomainType
All Known Implementing Classes:
DomainTypeImpl, UnNamedDomainTypeImpl

public interface UnNamedDomainType
extends org.apache.xmlbeans.XmlObject

An XML UnNamedDomainType(@http://www.opengis.net/ows/1.1). This is a complex type.


Nested Class Summary
static class UnNamedDomainType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 AllowedValuesDocument.AllowedValues addNewAllowedValues()
          Appends and returns a new empty "AllowedValues" element
 AnyValueDocument.AnyValue addNewAnyValue()
          Appends and returns a new empty "AnyValue" element
 DomainMetadataType addNewDataType()
          Appends and returns a new empty "DataType" element
 ValueType addNewDefaultValue()
          Appends and returns a new empty "DefaultValue" element
 DomainMetadataType addNewMeaning()
          Appends and returns a new empty "Meaning" element
 MetadataType addNewMetadata()
          Appends and returns a new empty value (as xml) as the last "Metadata" element
 NoValuesDocument.NoValues addNewNoValues()
          Appends and returns a new empty "NoValues" element
 DomainMetadataType addNewReferenceSystem()
          Appends and returns a new empty "ReferenceSystem" element
 DomainMetadataType addNewUOM()
          Appends and returns a new empty "UOM" element
 ValuesReferenceDocument.ValuesReference addNewValuesReference()
          Appends and returns a new empty "ValuesReference" element
 AllowedValuesDocument.AllowedValues getAllowedValues()
          Gets the "AllowedValues" element
 AnyValueDocument.AnyValue getAnyValue()
          Gets the "AnyValue" element
 DomainMetadataType getDataType()
          Gets the "DataType" element
 ValueType getDefaultValue()
          Gets the "DefaultValue" element
 DomainMetadataType getMeaning()
          Gets the "Meaning" element
 MetadataType[] getMetadataArray()
          Gets array of all "Metadata" elements
 MetadataType getMetadataArray(int i)
          Gets ith "Metadata" element
 NoValuesDocument.NoValues getNoValues()
          Gets the "NoValues" element
 DomainMetadataType getReferenceSystem()
          Gets the "ReferenceSystem" element
 DomainMetadataType getUOM()
          Gets the "UOM" element
 ValuesReferenceDocument.ValuesReference getValuesReference()
          Gets the "ValuesReference" element
 MetadataType insertNewMetadata(int i)
          Inserts and returns a new empty value (as xml) as the ith "Metadata" element
 boolean isSetAllowedValues()
          True if has "AllowedValues" element
 boolean isSetAnyValue()
          True if has "AnyValue" element
 boolean isSetDataType()
          True if has "DataType" element
 boolean isSetDefaultValue()
          True if has "DefaultValue" element
 boolean isSetMeaning()
          True if has "Meaning" element
 boolean isSetNoValues()
          True if has "NoValues" element
 boolean isSetReferenceSystem()
          True if has "ReferenceSystem" element
 boolean isSetUOM()
          True if has "UOM" element
 boolean isSetValuesReference()
          True if has "ValuesReference" element
 void removeMetadata(int i)
          Removes the ith "Metadata" element
 void setAllowedValues(AllowedValuesDocument.AllowedValues allowedValues)
          Sets the "AllowedValues" element
 void setAnyValue(AnyValueDocument.AnyValue anyValue)
          Sets the "AnyValue" element
 void setDataType(DomainMetadataType dataType)
          Sets the "DataType" element
 void setDefaultValue(ValueType defaultValue)
          Sets the "DefaultValue" element
 void setMeaning(DomainMetadataType meaning)
          Sets the "Meaning" element
 void setMetadataArray(int i, MetadataType metadata)
          Sets ith "Metadata" element
 void setMetadataArray(MetadataType[] metadataArray)
          Sets array of all "Metadata" element
 void setNoValues(NoValuesDocument.NoValues noValues)
          Sets the "NoValues" element
 void setReferenceSystem(DomainMetadataType referenceSystem)
          Sets the "ReferenceSystem" element
 void setUOM(DomainMetadataType uom)
          Sets the "UOM" element
 void setValuesReference(ValuesReferenceDocument.ValuesReference valuesReference)
          Sets the "ValuesReference" element
 int sizeOfMetadataArray()
          Returns number of "Metadata" element
 void unsetAllowedValues()
          Unsets the "AllowedValues" element
 void unsetAnyValue()
          Unsets the "AnyValue" element
 void unsetDataType()
          Unsets the "DataType" element
 void unsetDefaultValue()
          Unsets the "DefaultValue" element
 void unsetMeaning()
          Unsets the "Meaning" element
 void unsetNoValues()
          Unsets the "NoValues" element
 void unsetReferenceSystem()
          Unsets the "ReferenceSystem" element
 void unsetUOM()
          Unsets the "UOM" element
 void unsetValuesReference()
          Unsets the "ValuesReference" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, 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
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getAllowedValues

AllowedValuesDocument.AllowedValues getAllowedValues()
Gets the "AllowedValues" element


isSetAllowedValues

boolean isSetAllowedValues()
True if has "AllowedValues" element


setAllowedValues

void setAllowedValues(AllowedValuesDocument.AllowedValues allowedValues)
Sets the "AllowedValues" element


addNewAllowedValues

AllowedValuesDocument.AllowedValues addNewAllowedValues()
Appends and returns a new empty "AllowedValues" element


unsetAllowedValues

void unsetAllowedValues()
Unsets the "AllowedValues" element


getAnyValue

AnyValueDocument.AnyValue getAnyValue()
Gets the "AnyValue" element


isSetAnyValue

boolean isSetAnyValue()
True if has "AnyValue" element


setAnyValue

void setAnyValue(AnyValueDocument.AnyValue anyValue)
Sets the "AnyValue" element


addNewAnyValue

AnyValueDocument.AnyValue addNewAnyValue()
Appends and returns a new empty "AnyValue" element


unsetAnyValue

void unsetAnyValue()
Unsets the "AnyValue" element


getNoValues

NoValuesDocument.NoValues getNoValues()
Gets the "NoValues" element


isSetNoValues

boolean isSetNoValues()
True if has "NoValues" element


setNoValues

void setNoValues(NoValuesDocument.NoValues noValues)
Sets the "NoValues" element


addNewNoValues

NoValuesDocument.NoValues addNewNoValues()
Appends and returns a new empty "NoValues" element


unsetNoValues

void unsetNoValues()
Unsets the "NoValues" element


getValuesReference

ValuesReferenceDocument.ValuesReference getValuesReference()
Gets the "ValuesReference" element


isSetValuesReference

boolean isSetValuesReference()
True if has "ValuesReference" element


setValuesReference

void setValuesReference(ValuesReferenceDocument.ValuesReference valuesReference)
Sets the "ValuesReference" element


addNewValuesReference

ValuesReferenceDocument.ValuesReference addNewValuesReference()
Appends and returns a new empty "ValuesReference" element


unsetValuesReference

void unsetValuesReference()
Unsets the "ValuesReference" element


getDefaultValue

ValueType getDefaultValue()
Gets the "DefaultValue" element


isSetDefaultValue

boolean isSetDefaultValue()
True if has "DefaultValue" element


setDefaultValue

void setDefaultValue(ValueType defaultValue)
Sets the "DefaultValue" element


addNewDefaultValue

ValueType addNewDefaultValue()
Appends and returns a new empty "DefaultValue" element


unsetDefaultValue

void unsetDefaultValue()
Unsets the "DefaultValue" element


getMeaning

DomainMetadataType getMeaning()
Gets the "Meaning" element


isSetMeaning

boolean isSetMeaning()
True if has "Meaning" element


setMeaning

void setMeaning(DomainMetadataType meaning)
Sets the "Meaning" element


addNewMeaning

DomainMetadataType addNewMeaning()
Appends and returns a new empty "Meaning" element


unsetMeaning

void unsetMeaning()
Unsets the "Meaning" element


getDataType

DomainMetadataType getDataType()
Gets the "DataType" element


isSetDataType

boolean isSetDataType()
True if has "DataType" element


setDataType

void setDataType(DomainMetadataType dataType)
Sets the "DataType" element


addNewDataType

DomainMetadataType addNewDataType()
Appends and returns a new empty "DataType" element


unsetDataType

void unsetDataType()
Unsets the "DataType" element


getUOM

DomainMetadataType getUOM()
Gets the "UOM" element


isSetUOM

boolean isSetUOM()
True if has "UOM" element


setUOM

void setUOM(DomainMetadataType uom)
Sets the "UOM" element


addNewUOM

DomainMetadataType addNewUOM()
Appends and returns a new empty "UOM" element


unsetUOM

void unsetUOM()
Unsets the "UOM" element


getReferenceSystem

DomainMetadataType getReferenceSystem()
Gets the "ReferenceSystem" element


isSetReferenceSystem

boolean isSetReferenceSystem()
True if has "ReferenceSystem" element


setReferenceSystem

void setReferenceSystem(DomainMetadataType referenceSystem)
Sets the "ReferenceSystem" element


addNewReferenceSystem

DomainMetadataType addNewReferenceSystem()
Appends and returns a new empty "ReferenceSystem" element


unsetReferenceSystem

void unsetReferenceSystem()
Unsets the "ReferenceSystem" element


getMetadataArray

MetadataType[] getMetadataArray()
Gets array of all "Metadata" elements


getMetadataArray

MetadataType getMetadataArray(int i)
Gets ith "Metadata" element


sizeOfMetadataArray

int sizeOfMetadataArray()
Returns number of "Metadata" element


setMetadataArray

void setMetadataArray(MetadataType[] metadataArray)
Sets array of all "Metadata" element


setMetadataArray

void setMetadataArray(int i,
                      MetadataType metadata)
Sets ith "Metadata" element


insertNewMetadata

MetadataType insertNewMetadata(int i)
Inserts and returns a new empty value (as xml) as the ith "Metadata" element


addNewMetadata

MetadataType addNewMetadata()
Appends and returns a new empty value (as xml) as the last "Metadata" element


removeMetadata

void removeMetadata(int i)
Removes the ith "Metadata" element



Copyright © 2004-2012 52north.org. All Rights Reserved.