public class DescribeRecordType extends RequestBaseType
Java class for DescribeRecordType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescribeRecordType">
<complexContent>
<extension base="{http://www.opengis.net/cat/csw/2.0.2}RequestBaseType">
<sequence>
<element name="TypeName" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="outputFormat" type="{http://www.w3.org/2001/XMLSchema}string" default="application/xml" />
<attribute name="schemaLanguage" type="{http://www.w3.org/2001/XMLSchema}anyURI" default="http://www.w3.org/XML/Schema" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
outputFormat |
protected String |
schemaLanguage |
protected List<QName> |
typeName |
service, version| Constructor and Description |
|---|
DescribeRecordType()
Default no-arg constructor
|
DescribeRecordType(String service,
String version,
List<QName> typeName,
String outputFormat,
String schemaLanguage)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getOutputFormat()
Gets the value of the outputFormat property.
|
String |
getSchemaLanguage()
Gets the value of the schemaLanguage property.
|
List<QName> |
getTypeName()
Gets the value of the typeName property.
|
void |
setOutputFormat(String value)
Sets the value of the outputFormat property.
|
void |
setSchemaLanguage(String value)
Sets the value of the schemaLanguage property.
|
getService, getVersion, setService, setVersionprotected String outputFormat
protected String schemaLanguage
public List<QName> getTypeName()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the typeName property.
For example, to add a new item, do as follows:
getTypeName().add(newItem);
Objects of the following type(s) are allowed in the list
QName
public String getOutputFormat()
Stringpublic void setOutputFormat(String value)
value - allowed object is
Stringpublic String getSchemaLanguage()
StringCopyright © 2016. All rights reserved.