public class AmlType extends Object
Java class for amlType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="amlType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="latitude" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="longitude" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="radius" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="confidenceLevel" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="positioningMethod" type="{urn:ietf:params:xml:ns:gridgears:aml}positioningMethodType"/>
<element name="imsi" type="{urn:ietf:params:xml:ns:gridgears:aml}numberType"/>
<element name="imei" type="{urn:ietf:params:xml:ns:gridgears:aml}numberType"/>
<element name="mcc" type="{urn:ietf:params:xml:ns:gridgears:aml}numberType"/>
<element name="mnc" type="{urn:ietf:params:xml:ns:gridgears:aml}numberType"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
confidenceLevel |
protected String |
imei |
protected String |
imsi |
protected double |
latitude |
protected double |
longitude |
protected String |
mcc |
protected String |
mnc |
protected PositioningMethodType |
positioningMethod |
protected int |
radius |
protected XMLGregorianCalendar |
timestamp |
| Constructor and Description |
|---|
AmlType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getConfidenceLevel()
Gets the value of the confidenceLevel property.
|
String |
getImei()
Gets the value of the imei property.
|
String |
getImsi()
Gets the value of the imsi property.
|
double |
getLatitude()
Gets the value of the latitude property.
|
double |
getLongitude()
Gets the value of the longitude property.
|
String |
getMcc()
Gets the value of the mcc property.
|
String |
getMnc()
Gets the value of the mnc property.
|
PositioningMethodType |
getPositioningMethod()
Gets the value of the positioningMethod property.
|
int |
getRadius()
Gets the value of the radius property.
|
XMLGregorianCalendar |
getTimestamp()
Gets the value of the timestamp property.
|
void |
setConfidenceLevel(int value)
Sets the value of the confidenceLevel property.
|
void |
setImei(String value)
Sets the value of the imei property.
|
void |
setImsi(String value)
Sets the value of the imsi property.
|
void |
setLatitude(double value)
Sets the value of the latitude property.
|
void |
setLongitude(double value)
Sets the value of the longitude property.
|
void |
setMcc(String value)
Sets the value of the mcc property.
|
void |
setMnc(String value)
Sets the value of the mnc property.
|
void |
setPositioningMethod(PositioningMethodType value)
Sets the value of the positioningMethod property.
|
void |
setRadius(int value)
Sets the value of the radius property.
|
void |
setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.
|
protected double latitude
protected double longitude
protected int radius
protected XMLGregorianCalendar timestamp
protected int confidenceLevel
protected PositioningMethodType positioningMethod
protected String imsi
protected String imei
protected String mcc
protected String mnc
public double getLatitude()
public void setLatitude(double value)
public double getLongitude()
public void setLongitude(double value)
public int getRadius()
public void setRadius(int value)
public XMLGregorianCalendar getTimestamp()
XMLGregorianCalendarpublic void setTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic int getConfidenceLevel()
public void setConfidenceLevel(int value)
public PositioningMethodType getPositioningMethod()
PositioningMethodTypepublic void setPositioningMethod(PositioningMethodType value)
value - allowed object is
PositioningMethodTypepublic String getImsi()
Stringpublic void setImsi(String value)
value - allowed object is
Stringpublic String getImei()
Stringpublic void setImei(String value)
value - allowed object is
Stringpublic String getMcc()
Stringpublic void setMcc(String value)
value - allowed object is
Stringpublic String getMnc()
StringCopyright © 2018. All rights reserved.