|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UnNamedDomainType
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
AllowedValuesDocument.AllowedValues getAllowedValues()
boolean isSetAllowedValues()
void setAllowedValues(AllowedValuesDocument.AllowedValues allowedValues)
AllowedValuesDocument.AllowedValues addNewAllowedValues()
void unsetAllowedValues()
AnyValueDocument.AnyValue getAnyValue()
boolean isSetAnyValue()
void setAnyValue(AnyValueDocument.AnyValue anyValue)
AnyValueDocument.AnyValue addNewAnyValue()
void unsetAnyValue()
NoValuesDocument.NoValues getNoValues()
boolean isSetNoValues()
void setNoValues(NoValuesDocument.NoValues noValues)
NoValuesDocument.NoValues addNewNoValues()
void unsetNoValues()
ValuesReferenceDocument.ValuesReference getValuesReference()
boolean isSetValuesReference()
void setValuesReference(ValuesReferenceDocument.ValuesReference valuesReference)
ValuesReferenceDocument.ValuesReference addNewValuesReference()
void unsetValuesReference()
ValueType getDefaultValue()
boolean isSetDefaultValue()
void setDefaultValue(ValueType defaultValue)
ValueType addNewDefaultValue()
void unsetDefaultValue()
DomainMetadataType getMeaning()
boolean isSetMeaning()
void setMeaning(DomainMetadataType meaning)
DomainMetadataType addNewMeaning()
void unsetMeaning()
DomainMetadataType getDataType()
boolean isSetDataType()
void setDataType(DomainMetadataType dataType)
DomainMetadataType addNewDataType()
void unsetDataType()
DomainMetadataType getUOM()
boolean isSetUOM()
void setUOM(DomainMetadataType uom)
DomainMetadataType addNewUOM()
void unsetUOM()
DomainMetadataType getReferenceSystem()
boolean isSetReferenceSystem()
void setReferenceSystem(DomainMetadataType referenceSystem)
DomainMetadataType addNewReferenceSystem()
void unsetReferenceSystem()
MetadataType[] getMetadataArray()
MetadataType getMetadataArray(int i)
int sizeOfMetadataArray()
void setMetadataArray(MetadataType[] metadataArray)
void setMetadataArray(int i,
MetadataType metadata)
MetadataType insertNewMetadata(int i)
MetadataType addNewMetadata()
void removeMetadata(int i)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||