Package jaxb

Class 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 Detail

      • Profile

        public Profile()
    • 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 is String
      • 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 is Float
      • getDt

        public Float getDt()
        Gets the value of the dt property.
        Returns:
        possible object is Float
      • setDt

        public void setDt​(Float value)
        Sets the value of the dt property.
        Parameters:
        value - allowed object is Float
      • getId

        public Long getId()
        Gets the value of the id property.
        Returns:
        possible object is Long
      • setId

        public void setId​(Long value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is Long