net.opengis.cat.csw.x202
Interface DescribeRecordType

All Superinterfaces:
RequestBaseType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
DescribeRecordTypeImpl

public interface DescribeRecordType
extends RequestBaseType

An XML DescribeRecordType(@http://www.opengis.net/cat/csw/2.0.2). This is a complex type.


Nested Class Summary
static class DescribeRecordType.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
 org.apache.xmlbeans.XmlQName addNewTypeName()
          Appends and returns a new empty value (as xml) as the last "TypeName" element
 void addTypeName(QName typeName)
          Appends the value as the last "TypeName" element
 String getOutputFormat()
          Gets the "outputFormat" attribute
 String getSchemaLanguage()
          Gets the "schemaLanguage" attribute
 QName[] getTypeNameArray()
          Gets array of all "TypeName" elements
 QName getTypeNameArray(int i)
          Gets ith "TypeName" element
 org.apache.xmlbeans.XmlQName insertNewTypeName(int i)
          Inserts and returns a new empty value (as xml) as the ith "TypeName" element
 void insertTypeName(int i, QName typeName)
          Inserts the value as the ith "TypeName" element
 boolean isSetOutputFormat()
          True if has "outputFormat" attribute
 boolean isSetSchemaLanguage()
          True if has "schemaLanguage" attribute
 void removeTypeName(int i)
          Removes the ith "TypeName" element
 void setOutputFormat(String outputFormat)
          Sets the "outputFormat" attribute
 void setSchemaLanguage(String schemaLanguage)
          Sets the "schemaLanguage" attribute
 void setTypeNameArray(int i, QName typeName)
          Sets ith "TypeName" element
 void setTypeNameArray(QName[] typeNameArray)
          Sets array of all "TypeName" element
 int sizeOfTypeNameArray()
          Returns number of "TypeName" element
 void unsetOutputFormat()
          Unsets the "outputFormat" attribute
 void unsetSchemaLanguage()
          Unsets the "schemaLanguage" attribute
 org.apache.xmlbeans.XmlString xgetOutputFormat()
          Gets (as xml) the "outputFormat" attribute
 org.apache.xmlbeans.XmlAnyURI xgetSchemaLanguage()
          Gets (as xml) the "schemaLanguage" attribute
 org.apache.xmlbeans.XmlQName[] xgetTypeNameArray()
          Gets (as xml) array of all "TypeName" elements
 org.apache.xmlbeans.XmlQName xgetTypeNameArray(int i)
          Gets (as xml) ith "TypeName" element
 void xsetOutputFormat(org.apache.xmlbeans.XmlString outputFormat)
          Sets (as xml) the "outputFormat" attribute
 void xsetSchemaLanguage(org.apache.xmlbeans.XmlAnyURI schemaLanguage)
          Sets (as xml) the "schemaLanguage" attribute
 void xsetTypeNameArray(int i, org.apache.xmlbeans.XmlQName typeName)
          Sets (as xml) ith "TypeName" element
 void xsetTypeNameArray(org.apache.xmlbeans.XmlQName[] typeNameArray)
          Sets (as xml) array of all "TypeName" element
 
Methods inherited from interface net.opengis.cat.csw.x202.RequestBaseType
getService, getVersion, setService, setVersion, xgetService, xgetVersion, xsetService, xsetVersion
 
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

getTypeNameArray

QName[] getTypeNameArray()
Gets array of all "TypeName" elements


getTypeNameArray

QName getTypeNameArray(int i)
Gets ith "TypeName" element


xgetTypeNameArray

org.apache.xmlbeans.XmlQName[] xgetTypeNameArray()
Gets (as xml) array of all "TypeName" elements


xgetTypeNameArray

org.apache.xmlbeans.XmlQName xgetTypeNameArray(int i)
Gets (as xml) ith "TypeName" element


sizeOfTypeNameArray

int sizeOfTypeNameArray()
Returns number of "TypeName" element


setTypeNameArray

void setTypeNameArray(QName[] typeNameArray)
Sets array of all "TypeName" element


setTypeNameArray

void setTypeNameArray(int i,
                      QName typeName)
Sets ith "TypeName" element


xsetTypeNameArray

void xsetTypeNameArray(org.apache.xmlbeans.XmlQName[] typeNameArray)
Sets (as xml) array of all "TypeName" element


xsetTypeNameArray

void xsetTypeNameArray(int i,
                       org.apache.xmlbeans.XmlQName typeName)
Sets (as xml) ith "TypeName" element


insertTypeName

void insertTypeName(int i,
                    QName typeName)
Inserts the value as the ith "TypeName" element


addTypeName

void addTypeName(QName typeName)
Appends the value as the last "TypeName" element


insertNewTypeName

org.apache.xmlbeans.XmlQName insertNewTypeName(int i)
Inserts and returns a new empty value (as xml) as the ith "TypeName" element


addNewTypeName

org.apache.xmlbeans.XmlQName addNewTypeName()
Appends and returns a new empty value (as xml) as the last "TypeName" element


removeTypeName

void removeTypeName(int i)
Removes the ith "TypeName" element


getOutputFormat

String getOutputFormat()
Gets the "outputFormat" attribute


xgetOutputFormat

org.apache.xmlbeans.XmlString xgetOutputFormat()
Gets (as xml) the "outputFormat" attribute


isSetOutputFormat

boolean isSetOutputFormat()
True if has "outputFormat" attribute


setOutputFormat

void setOutputFormat(String outputFormat)
Sets the "outputFormat" attribute


xsetOutputFormat

void xsetOutputFormat(org.apache.xmlbeans.XmlString outputFormat)
Sets (as xml) the "outputFormat" attribute


unsetOutputFormat

void unsetOutputFormat()
Unsets the "outputFormat" attribute


getSchemaLanguage

String getSchemaLanguage()
Gets the "schemaLanguage" attribute


xgetSchemaLanguage

org.apache.xmlbeans.XmlAnyURI xgetSchemaLanguage()
Gets (as xml) the "schemaLanguage" attribute


isSetSchemaLanguage

boolean isSetSchemaLanguage()
True if has "schemaLanguage" attribute


setSchemaLanguage

void setSchemaLanguage(String schemaLanguage)
Sets the "schemaLanguage" attribute


xsetSchemaLanguage

void xsetSchemaLanguage(org.apache.xmlbeans.XmlAnyURI schemaLanguage)
Sets (as xml) the "schemaLanguage" attribute


unsetSchemaLanguage

void unsetSchemaLanguage()
Unsets the "schemaLanguage" attribute



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