public class BriefRecordType extends AbstractRecordType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
Java class for BriefRecordType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BriefRecordType">
<complexContent>
<extension base="{http://www.opengis.net/cat/csw/2.0.2}AbstractRecordType">
<sequence>
<element ref="{http://purl.org/dc/elements/1.1/}identifier" maxOccurs="unbounded"/>
<element ref="{http://purl.org/dc/elements/1.1/}title" maxOccurs="unbounded"/>
<element ref="{http://purl.org/dc/elements/1.1/}type" minOccurs="0"/>
<element ref="{http://www.opengis.net/ows}BoundingBox" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<net.opengis.ows.v_1_0_0.BoundingBoxType>> |
boundingBox |
protected List<JAXBElement<SimpleLiteral>> |
identifier |
protected List<JAXBElement<SimpleLiteral>> |
title |
protected SimpleLiteral |
type |
| Constructor and Description |
|---|
BriefRecordType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
List<JAXBElement<net.opengis.ows.v_1_0_0.BoundingBoxType>> |
getBoundingBox()
Gets the value of the boundingBox property.
|
List<JAXBElement<SimpleLiteral>> |
getIdentifier()
Gets the value of the identifier property.
|
List<JAXBElement<SimpleLiteral>> |
getTitle()
Gets the value of the title property.
|
SimpleLiteral |
getType()
Gets the value of the type property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
boolean |
isSetBoundingBox() |
boolean |
isSetIdentifier() |
boolean |
isSetTitle() |
boolean |
isSetType() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy) |
void |
mergeFrom(Object left,
Object right) |
void |
setBoundingBox(List<JAXBElement<net.opengis.ows.v_1_0_0.BoundingBoxType>> value) |
void |
setIdentifier(List<JAXBElement<SimpleLiteral>> value) |
void |
setTitle(List<JAXBElement<SimpleLiteral>> value) |
void |
setType(SimpleLiteral value)
Sets the value of the type property.
|
String |
toString() |
void |
unsetBoundingBox() |
void |
unsetIdentifier() |
void |
unsetTitle() |
protected List<JAXBElement<SimpleLiteral>> identifier
protected List<JAXBElement<SimpleLiteral>> title
protected SimpleLiteral type
protected List<JAXBElement<net.opengis.ows.v_1_0_0.BoundingBoxType>> boundingBox
public List<JAXBElement<SimpleLiteral>> getIdentifier()
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 identifier property.
For example, to add a new item, do as follows:
getIdentifier().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<SimpleLiteral>
JAXBElement<SimpleLiteral>
public boolean isSetIdentifier()
public void unsetIdentifier()
public List<JAXBElement<SimpleLiteral>> getTitle()
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 title property.
For example, to add a new item, do as follows:
getTitle().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<SimpleLiteral>
JAXBElement<SimpleLiteral>
public boolean isSetTitle()
public void unsetTitle()
public SimpleLiteral getType()
SimpleLiteralpublic void setType(SimpleLiteral value)
value - allowed object is
SimpleLiteralpublic boolean isSetType()
public List<JAXBElement<net.opengis.ows.v_1_0_0.BoundingBoxType>> getBoundingBox()
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 boundingBox property.
For example, to add a new item, do as follows:
getBoundingBox().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<BoundingBoxType>
public boolean isSetBoundingBox()
public void unsetBoundingBox()
public String toString()
toString in class AbstractRecordTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractRecordTypepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractRecordTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractRecordTypepublic boolean equals(Object object)
equals in class AbstractRecordTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractRecordTypepublic int hashCode()
hashCode in class AbstractRecordTypepublic Object clone()
clone in class AbstractRecordTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractRecordTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractRecordTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrompublic void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractRecordTypepublic void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractRecordTypepublic void setIdentifier(List<JAXBElement<SimpleLiteral>> value)
public void setTitle(List<JAXBElement<SimpleLiteral>> value)
public void setBoundingBox(List<JAXBElement<net.opengis.ows.v_1_0_0.BoundingBoxType>> value)
This work is licensed under a Creative Commons Attribution 4.0 International License.