Package jaxb
Class Profile
- java.lang.Object
-
- jaxb.Profile
-
public class Profile extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="start_time" type="{http://www.w3.org/2001/XMLSchema}float" default="0" /> <attribute name="dt" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Profile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContent()
Gets the value of the content property.Float
getDt()
Gets the value of the dt property.Long
getId()
Gets the value of the id property.float
getStartTime()
Gets the value of the startTime property.void
setContent(String value)
Sets the value of the content property.void
setDt(Float value)
Sets the value of the dt property.void
setId(Long value)
Sets the value of the id property.void
setStartTime(Float value)
Sets the value of the startTime property.
-
-
-
Method Detail
-
getContent
public String getContent()
Gets the value of the content property.- Returns:
- possible object is
String
-
setContent
public void setContent(String value)
Sets the value of the content property.- Parameters:
value
- allowed object isString
-
getStartTime
public float getStartTime()
Gets the value of the startTime property.- Returns:
- possible object is
Float
-
setStartTime
public void setStartTime(Float value)
Sets the value of the startTime property.- Parameters:
value
- allowed object isFloat
-
setDt
public void setDt(Float value)
Sets the value of the dt property.- Parameters:
value
- allowed object isFloat
-
-