public class FollowBeaconCommandType extends Object
Java class for followBeaconCommandType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="followBeaconCommandType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}Beacon" minOccurs="0"/> <element ref="{}TimeOut" minOccurs="0"/> </sequence> <attGroup ref="{}CommonAttributes"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected StringElementType |
beacon |
protected String |
description |
protected String |
id |
protected PositiveScalarElementType |
timeOut |
protected Double |
timeStamp |
Constructor and Description |
---|
FollowBeaconCommandType() |
Modifier and Type | Method and Description |
---|---|
StringElementType |
getBeacon()
Gets the value of the beacon property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
PositiveScalarElementType |
getTimeOut()
Gets the value of the timeOut property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setBeacon(StringElementType value)
Sets the value of the beacon property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setTimeOut(PositiveScalarElementType value)
Sets the value of the timeOut property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
protected StringElementType beacon
protected PositiveScalarElementType timeOut
protected Double timeStamp
protected String description
protected String id
public StringElementType getBeacon()
StringElementType
public void setBeacon(StringElementType value)
value
- allowed object is
StringElementType
public PositiveScalarElementType getTimeOut()
PositiveScalarElementType
public void setTimeOut(PositiveScalarElementType value)
value
- allowed object is
PositiveScalarElementType
public Double getTimeStamp()
Double
public void setTimeStamp(Double value)
value
- allowed object is
Double
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String