|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DescribeRecordType
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
QName[] getTypeNameArray()
QName getTypeNameArray(int i)
org.apache.xmlbeans.XmlQName[] xgetTypeNameArray()
org.apache.xmlbeans.XmlQName xgetTypeNameArray(int i)
int sizeOfTypeNameArray()
void setTypeNameArray(QName[] typeNameArray)
void setTypeNameArray(int i, QName typeName)
void xsetTypeNameArray(org.apache.xmlbeans.XmlQName[] typeNameArray)
void xsetTypeNameArray(int i, org.apache.xmlbeans.XmlQName typeName)
void insertTypeName(int i, QName typeName)
void addTypeName(QName typeName)
org.apache.xmlbeans.XmlQName insertNewTypeName(int i)
org.apache.xmlbeans.XmlQName addNewTypeName()
void removeTypeName(int i)
String getOutputFormat()
org.apache.xmlbeans.XmlString xgetOutputFormat()
boolean isSetOutputFormat()
void setOutputFormat(String outputFormat)
void xsetOutputFormat(org.apache.xmlbeans.XmlString outputFormat)
void unsetOutputFormat()
String getSchemaLanguage()
org.apache.xmlbeans.XmlAnyURI xgetSchemaLanguage()
boolean isSetSchemaLanguage()
void setSchemaLanguage(String schemaLanguage)
void xsetSchemaLanguage(org.apache.xmlbeans.XmlAnyURI schemaLanguage)
void unsetSchemaLanguage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |