public class InsertResultType extends Object
Java class for InsertResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InsertResultType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/cat/csw/2.0.2}BriefRecord" maxOccurs="unbounded"/>
</sequence>
<attribute name="handleRef" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<BriefRecord> |
briefRecord |
protected String |
handleRef |
| Constructor and Description |
|---|
InsertResultType()
Default no-arg constructor
|
InsertResultType(List<BriefRecord> briefRecord,
String handleRef)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<BriefRecord> |
getBriefRecord()
Gets the value of the briefRecord property.
|
String |
getHandleRef()
Gets the value of the handleRef property.
|
void |
setHandleRef(String value)
Sets the value of the handleRef property.
|
protected List<BriefRecord> briefRecord
protected String handleRef
public InsertResultType()
public InsertResultType(List<BriefRecord> briefRecord, String handleRef)
public List<BriefRecord> getBriefRecord()
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 briefRecord property.
For example, to add a new item, do as follows:
getBriefRecord().add(newItem);
Objects of the following type(s) are allowed in the list
BriefRecord
public String getHandleRef()
StringCopyright © 2020 B3Partners B.V.. All rights reserved.