public class GetRecordByIdType extends RequestBaseType
Java class for GetRecordByIdType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetRecordByIdType">
<complexContent>
<extension base="{http://www.opengis.net/cat/csw/2.0.2}RequestBaseType">
<sequence>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/>
<element ref="{http://www.opengis.net/cat/csw/2.0.2}ElementSetName" minOccurs="0"/>
</sequence>
<attribute name="outputFormat" type="{http://www.w3.org/2001/XMLSchema}string" default="application/xml" />
<attribute name="outputSchema" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ElementSetName |
elementSetName |
protected List<String> |
id |
protected String |
outputFormat |
protected String |
outputSchema |
service, version| Constructor and Description |
|---|
GetRecordByIdType()
Default no-arg constructor
|
GetRecordByIdType(String service,
String version,
List<String> id,
ElementSetName elementSetName,
String outputFormat,
String outputSchema)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
ElementSetName |
getElementSetName()
Gets the value of the elementSetName property.
|
List<String> |
getId()
Gets the value of the id property.
|
String |
getOutputFormat()
Gets the value of the outputFormat property.
|
String |
getOutputSchema()
Gets the value of the outputSchema property.
|
void |
setElementSetName(ElementSetName value)
Sets the value of the elementSetName property.
|
void |
setOutputFormat(String value)
Sets the value of the outputFormat property.
|
void |
setOutputSchema(String value)
Sets the value of the outputSchema property.
|
getService, getVersion, setService, setVersionprotected ElementSetName elementSetName
protected String outputFormat
protected String outputSchema
public List<String> getId()
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 id property.
For example, to add a new item, do as follows:
getId().add(newItem);
Objects of the following type(s) are allowed in the list
String
public ElementSetName getElementSetName()
ElementSetNamepublic void setElementSetName(ElementSetName value)
value - allowed object is
ElementSetNamepublic String getOutputFormat()
Stringpublic void setOutputFormat(String value)
value - allowed object is
Stringpublic String getOutputSchema()
StringCopyright © 2022 B3Partners B.V.. All rights reserved.