net.opengis.iso19139.gmd.v_20070417
Class EXGeographicBoundingBoxType

java.lang.Object
  extended by net.opengis.iso19139.gco.v_20070417.AbstractObjectType
      extended by net.opengis.iso19139.gmd.v_20070417.AbstractEXGeographicExtentType
          extended by net.opengis.iso19139.gmd.v_20070417.EXGeographicBoundingBoxType
All Implemented Interfaces:
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

public class EXGeographicBoundingBoxType
extends AbstractEXGeographicExtentType
implements 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

Geographic area of the entire dataset referenced to WGS 84

Java class for EX_GeographicBoundingBox_Type complex type.

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

 <complexType name="EX_GeographicBoundingBox_Type">
   <complexContent>
     <extension base="{http://www.isotc211.org/2005/gmd}AbstractEX_GeographicExtent_Type">
       <sequence>
         <element name="westBoundLongitude" type="{http://www.isotc211.org/2005/gco}Decimal_PropertyType"/>
         <element name="eastBoundLongitude" type="{http://www.isotc211.org/2005/gco}Decimal_PropertyType"/>
         <element name="southBoundLatitude" type="{http://www.isotc211.org/2005/gco}Decimal_PropertyType"/>
         <element name="northBoundLatitude" type="{http://www.isotc211.org/2005/gco}Decimal_PropertyType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  DecimalPropertyType eastBoundLongitude
           
protected  DecimalPropertyType northBoundLatitude
           
protected  DecimalPropertyType southBoundLatitude
           
protected  DecimalPropertyType westBoundLongitude
           
 
Fields inherited from class net.opengis.iso19139.gmd.v_20070417.AbstractEXGeographicExtentType
extentTypeCode
 
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
 
Constructor Summary
EXGeographicBoundingBoxType()
           
 
Method Summary
 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)
           
 DecimalPropertyType getEastBoundLongitude()
          Gets the value of the eastBoundLongitude property.
 DecimalPropertyType getNorthBoundLatitude()
          Gets the value of the northBoundLatitude property.
 DecimalPropertyType getSouthBoundLatitude()
          Gets the value of the southBoundLatitude property.
 DecimalPropertyType getWestBoundLongitude()
          Gets the value of the westBoundLongitude property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isSetEastBoundLongitude()
           
 boolean isSetNorthBoundLatitude()
           
 boolean isSetSouthBoundLatitude()
           
 boolean isSetWestBoundLongitude()
           
 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 setEastBoundLongitude(DecimalPropertyType value)
          Sets the value of the eastBoundLongitude property.
 void setNorthBoundLatitude(DecimalPropertyType value)
          Sets the value of the northBoundLatitude property.
 void setSouthBoundLatitude(DecimalPropertyType value)
          Sets the value of the southBoundLatitude property.
 void setWestBoundLongitude(DecimalPropertyType value)
          Sets the value of the westBoundLongitude property.
 String toString()
           
 EXGeographicBoundingBoxType withEastBoundLongitude(DecimalPropertyType value)
           
 EXGeographicBoundingBoxType withExtentTypeCode(BooleanPropertyType value)
           
 EXGeographicBoundingBoxType withId(String value)
           
 EXGeographicBoundingBoxType withNorthBoundLatitude(DecimalPropertyType value)
           
 EXGeographicBoundingBoxType withSouthBoundLatitude(DecimalPropertyType value)
           
 EXGeographicBoundingBoxType withUuid(String value)
           
 EXGeographicBoundingBoxType withWestBoundLongitude(DecimalPropertyType value)
           
 
Methods inherited from class net.opengis.iso19139.gmd.v_20070417.AbstractEXGeographicExtentType
getExtentTypeCode, isSetExtentTypeCode, setExtentTypeCode
 
Methods inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
getId, getUuid, isSetId, isSetUuid, setId, setUuid
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

westBoundLongitude

protected DecimalPropertyType westBoundLongitude

eastBoundLongitude

protected DecimalPropertyType eastBoundLongitude

southBoundLatitude

protected DecimalPropertyType southBoundLatitude

northBoundLatitude

protected DecimalPropertyType northBoundLatitude
Constructor Detail

EXGeographicBoundingBoxType

public EXGeographicBoundingBoxType()
Method Detail

getWestBoundLongitude

public DecimalPropertyType getWestBoundLongitude()
Gets the value of the westBoundLongitude property.

Returns:
possible object is DecimalPropertyType

setWestBoundLongitude

public void setWestBoundLongitude(DecimalPropertyType value)
Sets the value of the westBoundLongitude property.

Parameters:
value - allowed object is DecimalPropertyType

isSetWestBoundLongitude

public boolean isSetWestBoundLongitude()

getEastBoundLongitude

public DecimalPropertyType getEastBoundLongitude()
Gets the value of the eastBoundLongitude property.

Returns:
possible object is DecimalPropertyType

setEastBoundLongitude

public void setEastBoundLongitude(DecimalPropertyType value)
Sets the value of the eastBoundLongitude property.

Parameters:
value - allowed object is DecimalPropertyType

isSetEastBoundLongitude

public boolean isSetEastBoundLongitude()

getSouthBoundLatitude

public DecimalPropertyType getSouthBoundLatitude()
Gets the value of the southBoundLatitude property.

Returns:
possible object is DecimalPropertyType

setSouthBoundLatitude

public void setSouthBoundLatitude(DecimalPropertyType value)
Sets the value of the southBoundLatitude property.

Parameters:
value - allowed object is DecimalPropertyType

isSetSouthBoundLatitude

public boolean isSetSouthBoundLatitude()

getNorthBoundLatitude

public DecimalPropertyType getNorthBoundLatitude()
Gets the value of the northBoundLatitude property.

Returns:
possible object is DecimalPropertyType

setNorthBoundLatitude

public void setNorthBoundLatitude(DecimalPropertyType value)
Sets the value of the northBoundLatitude property.

Parameters:
value - allowed object is DecimalPropertyType

isSetNorthBoundLatitude

public boolean isSetNorthBoundLatitude()

toString

public String toString()
Overrides:
toString in class AbstractEXGeographicExtentType

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class AbstractEXGeographicExtentType

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
appendFields in class AbstractEXGeographicExtentType

equals

public 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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class AbstractEXGeographicExtentType

equals

public boolean equals(Object object)
Overrides:
equals in class AbstractEXGeographicExtentType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class AbstractEXGeographicExtentType

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractEXGeographicExtentType

clone

public Object clone()
Overrides:
clone in class AbstractEXGeographicExtentType

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractEXGeographicExtentType

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class AbstractEXGeographicExtentType

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AbstractEXGeographicExtentType

mergeFrom

public 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)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class AbstractEXGeographicExtentType

withWestBoundLongitude

public EXGeographicBoundingBoxType withWestBoundLongitude(DecimalPropertyType value)

withEastBoundLongitude

public EXGeographicBoundingBoxType withEastBoundLongitude(DecimalPropertyType value)

withSouthBoundLatitude

public EXGeographicBoundingBoxType withSouthBoundLatitude(DecimalPropertyType value)

withNorthBoundLatitude

public EXGeographicBoundingBoxType withNorthBoundLatitude(DecimalPropertyType value)

withExtentTypeCode

public EXGeographicBoundingBoxType withExtentTypeCode(BooleanPropertyType value)
Overrides:
withExtentTypeCode in class AbstractEXGeographicExtentType

withId

public EXGeographicBoundingBoxType withId(String value)
Overrides:
withId in class AbstractEXGeographicExtentType

withUuid

public EXGeographicBoundingBoxType withUuid(String value)
Overrides:
withUuid in class AbstractEXGeographicExtentType


Copyright © 2008-2015. All Rights Reserved.