public class LatLongBoundingBoxType extends Object implements Serializable
| Constructor and Description |
|---|
LatLongBoundingBoxType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMaxx()
Returns the value of field 'maxx'.
|
String |
getMaxy()
Returns the value of field 'maxy'.
|
String |
getMinx()
Returns the value of field 'minx'.
|
String |
getMiny()
Returns the value of field 'miny'.
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
void |
setMaxx(String maxx)
Sets the value of field 'maxx'.
|
void |
setMaxy(String maxy)
Sets the value of field 'maxy'.
|
void |
setMinx(String minx)
Sets the value of field 'minx'.
|
void |
setMiny(String miny)
Sets the value of field 'miny'.
|
static LatLongBoundingBoxType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public String getMaxx()
public String getMaxy()
public String getMinx()
public String getMiny()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler - IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void setMaxx(String maxx)
maxx - the value of field 'maxx'.public void setMaxy(String maxy)
maxy - the value of field 'maxy'.public void setMinx(String minx)
minx - the value of field 'minx'.public void setMiny(String miny)
miny - the value of field 'miny'.public static LatLongBoundingBoxType unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationExceptionCopyright © 2020 B3Partners B.V.. All rights reserved.