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