Class BoundingShapeType

java.lang.Object
nl.b3p.topnl.top100nl.BoundingShapeType

public class BoundingShapeType extends Object
Java class for BoundingShapeType complex type.

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

 <complexType name="BoundingShapeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element ref="{http://www.opengis.net/gml/3.2}Envelope"/>
           <element ref="{http://www.opengis.net/gml/3.2}Null"/>
         </choice>
       </sequence>
       <attribute name="nilReason" type="{http://www.opengis.net/gml/3.2}NilReasonType" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • BoundingShapeType

      public BoundingShapeType()
  • Method Details

    • getEnvelope

      public EnvelopeType getEnvelope()
      Gets the value of the envelope property.
      Returns:
      possible object is EnvelopeType
    • setEnvelope

      public void setEnvelope(EnvelopeType value)
      Sets the value of the envelope property.
      Parameters:
      value - allowed object is EnvelopeType
    • getNull

      public List<String> getNull()
      Gets the value of the null 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 null property.

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

          getNull().add(newItem);
       

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

    • getNilReason

      public List<String> getNilReason()
      Gets the value of the nilReason 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 nilReason property.

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

          getNilReason().add(newItem);
       

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