net.opengis.cat.csw.x202
Interface GetRecordByIdType

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

public interface GetRecordByIdType
extends RequestBaseType

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


Nested Class Summary
static class GetRecordByIdType.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
 void addId(String id)
          Appends the value as the last "Id" element
 ElementSetNameType addNewElementSetName()
          Appends and returns a new empty "ElementSetName" element
 org.apache.xmlbeans.XmlAnyURI addNewId()
          Appends and returns a new empty value (as xml) as the last "Id" element
 ElementSetNameType getElementSetName()
          Gets the "ElementSetName" element
 String[] getIdArray()
          Gets array of all "Id" elements
 String getIdArray(int i)
          Gets ith "Id" element
 String getOutputFormat()
          Gets the "outputFormat" attribute
 String getOutputSchema()
          Gets the "outputSchema" attribute
 void insertId(int i, String id)
          Inserts the value as the ith "Id" element
 org.apache.xmlbeans.XmlAnyURI insertNewId(int i)
          Inserts and returns a new empty value (as xml) as the ith "Id" element
 boolean isSetElementSetName()
          True if has "ElementSetName" element
 boolean isSetOutputFormat()
          True if has "outputFormat" attribute
 boolean isSetOutputSchema()
          True if has "outputSchema" attribute
 void removeId(int i)
          Removes the ith "Id" element
 void setElementSetName(ElementSetNameType elementSetName)
          Sets the "ElementSetName" element
 void setIdArray(int i, String id)
          Sets ith "Id" element
 void setIdArray(String[] idArray)
          Sets array of all "Id" element
 void setOutputFormat(String outputFormat)
          Sets the "outputFormat" attribute
 void setOutputSchema(String outputSchema)
          Sets the "outputSchema" attribute
 int sizeOfIdArray()
          Returns number of "Id" element
 void unsetElementSetName()
          Unsets the "ElementSetName" element
 void unsetOutputFormat()
          Unsets the "outputFormat" attribute
 void unsetOutputSchema()
          Unsets the "outputSchema" attribute
 org.apache.xmlbeans.XmlAnyURI[] xgetIdArray()
          Gets (as xml) array of all "Id" elements
 org.apache.xmlbeans.XmlAnyURI xgetIdArray(int i)
          Gets (as xml) ith "Id" element
 org.apache.xmlbeans.XmlString xgetOutputFormat()
          Gets (as xml) the "outputFormat" attribute
 org.apache.xmlbeans.XmlAnyURI xgetOutputSchema()
          Gets (as xml) the "outputSchema" attribute
 void xsetIdArray(int i, org.apache.xmlbeans.XmlAnyURI id)
          Sets (as xml) ith "Id" element
 void xsetIdArray(org.apache.xmlbeans.XmlAnyURI[] idArray)
          Sets (as xml) array of all "Id" element
 void xsetOutputFormat(org.apache.xmlbeans.XmlString outputFormat)
          Sets (as xml) the "outputFormat" attribute
 void xsetOutputSchema(org.apache.xmlbeans.XmlAnyURI outputSchema)
          Sets (as xml) the "outputSchema" attribute
 
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

getIdArray

String[] getIdArray()
Gets array of all "Id" elements


getIdArray

String getIdArray(int i)
Gets ith "Id" element


xgetIdArray

org.apache.xmlbeans.XmlAnyURI[] xgetIdArray()
Gets (as xml) array of all "Id" elements


xgetIdArray

org.apache.xmlbeans.XmlAnyURI xgetIdArray(int i)
Gets (as xml) ith "Id" element


sizeOfIdArray

int sizeOfIdArray()
Returns number of "Id" element


setIdArray

void setIdArray(String[] idArray)
Sets array of all "Id" element


setIdArray

void setIdArray(int i,
                String id)
Sets ith "Id" element


xsetIdArray

void xsetIdArray(org.apache.xmlbeans.XmlAnyURI[] idArray)
Sets (as xml) array of all "Id" element


xsetIdArray

void xsetIdArray(int i,
                 org.apache.xmlbeans.XmlAnyURI id)
Sets (as xml) ith "Id" element


insertId

void insertId(int i,
              String id)
Inserts the value as the ith "Id" element


addId

void addId(String id)
Appends the value as the last "Id" element


insertNewId

org.apache.xmlbeans.XmlAnyURI insertNewId(int i)
Inserts and returns a new empty value (as xml) as the ith "Id" element


addNewId

org.apache.xmlbeans.XmlAnyURI addNewId()
Appends and returns a new empty value (as xml) as the last "Id" element


removeId

void removeId(int i)
Removes the ith "Id" element


getElementSetName

ElementSetNameType getElementSetName()
Gets the "ElementSetName" element


isSetElementSetName

boolean isSetElementSetName()
True if has "ElementSetName" element


setElementSetName

void setElementSetName(ElementSetNameType elementSetName)
Sets the "ElementSetName" element


addNewElementSetName

ElementSetNameType addNewElementSetName()
Appends and returns a new empty "ElementSetName" element


unsetElementSetName

void unsetElementSetName()
Unsets the "ElementSetName" 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


getOutputSchema

String getOutputSchema()
Gets the "outputSchema" attribute


xgetOutputSchema

org.apache.xmlbeans.XmlAnyURI xgetOutputSchema()
Gets (as xml) the "outputSchema" attribute


isSetOutputSchema

boolean isSetOutputSchema()
True if has "outputSchema" attribute


setOutputSchema

void setOutputSchema(String outputSchema)
Sets the "outputSchema" attribute


xsetOutputSchema

void xsetOutputSchema(org.apache.xmlbeans.XmlAnyURI outputSchema)
Sets (as xml) the "outputSchema" attribute


unsetOutputSchema

void unsetOutputSchema()
Unsets the "outputSchema" attribute



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