Class RecordType


  • public class RecordType
    extends DCMIRecordType
    This type extends DCMIRecordType to add ows:BoundingBox; it may be used to specify a spatial envelope for the catalogued resource.

    Java class for RecordType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="RecordType">
       <complexContent>
         <extension base="{http://www.opengis.net/cat/csw/2.0.2}DCMIRecordType">
           <sequence>
             <element name="AnyText" type="{http://www.opengis.net/cat/csw/2.0.2}EmptyType" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.opengis.net/ows}BoundingBox" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • RecordType

        public RecordType()
        Default no-arg constructor
    • Method Detail

      • getAnyText

        public List<EmptyType> getAnyText()
        Gets the value of the anyText property.

        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 anyText property.

        For example, to add a new item, do as follows:

            getAnyText().add(newItem);
         

        Objects of the following type(s) are allowed in the list EmptyType

      • getBoundingBox

        public List<javax.xml.bind.JAXBElement<? extends BoundingBoxType>> getBoundingBox()
        Gets the value of the boundingBox property.

        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 WGS84BoundingBox BoundingBox