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 StringgetContent()Gets the value of the content property.FloatgetDt()Gets the value of the dt property.LonggetId()Gets the value of the id property.floatgetStartTime()Gets the value of the startTime property.voidsetContent(String value)Sets the value of the content property.voidsetDt(Float value)Sets the value of the dt property.voidsetId(Long value)Sets the value of the id property.voidsetStartTime(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
-
-