public class GetRecordByIdResponseType extends Object
Java class for GetRecordByIdResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetRecordByIdResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element ref="{http://www.opengis.net/cat/csw/2.0.2}AbstractRecord" maxOccurs="unbounded" minOccurs="0"/>
<any processContents='skip' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends AbstractRecordType>> |
abstractRecord |
protected List<Element> |
any |
| Constructor and Description |
|---|
GetRecordByIdResponseType()
Default no-arg constructor
|
GetRecordByIdResponseType(List<JAXBElement<? extends AbstractRecordType>> abstractRecord,
List<Element> any)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<? extends AbstractRecordType>> |
getAbstractRecord()
Gets the value of the abstractRecord property.
|
List<Element> |
getAny()
Gets the value of the any property.
|
protected List<JAXBElement<? extends AbstractRecordType>> abstractRecord
public GetRecordByIdResponseType()
public GetRecordByIdResponseType(List<JAXBElement<? extends AbstractRecordType>> abstractRecord, List<Element> any)
public List<JAXBElement<? extends AbstractRecordType>> getAbstractRecord()
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 abstractRecord property.
For example, to add a new item, do as follows:
getAbstractRecord().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractRecord
SummaryRecord
BriefRecord
DCMIRecord
Record
public List<Element> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
Copyright © 2016. All rights reserved.