|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GetRecordByIdType
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
String[] getIdArray()
String getIdArray(int i)
org.apache.xmlbeans.XmlAnyURI[] xgetIdArray()
org.apache.xmlbeans.XmlAnyURI xgetIdArray(int i)
int sizeOfIdArray()
void setIdArray(String[] idArray)
void setIdArray(int i, String id)
void xsetIdArray(org.apache.xmlbeans.XmlAnyURI[] idArray)
void xsetIdArray(int i, org.apache.xmlbeans.XmlAnyURI id)
void insertId(int i, String id)
void addId(String id)
org.apache.xmlbeans.XmlAnyURI insertNewId(int i)
org.apache.xmlbeans.XmlAnyURI addNewId()
void removeId(int i)
ElementSetNameType getElementSetName()
boolean isSetElementSetName()
void setElementSetName(ElementSetNameType elementSetName)
ElementSetNameType addNewElementSetName()
void unsetElementSetName()
String getOutputFormat()
org.apache.xmlbeans.XmlString xgetOutputFormat()
boolean isSetOutputFormat()
void setOutputFormat(String outputFormat)
void xsetOutputFormat(org.apache.xmlbeans.XmlString outputFormat)
void unsetOutputFormat()
String getOutputSchema()
org.apache.xmlbeans.XmlAnyURI xgetOutputSchema()
boolean isSetOutputSchema()
void setOutputSchema(String outputSchema)
void xsetOutputSchema(org.apache.xmlbeans.XmlAnyURI outputSchema)
void unsetOutputSchema()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |