Class Algo

  • All Implemented Interfaces:
    Serializable

    public class Algo
    extends Object
    implements Serializable

    Java class for Algo complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="Algo">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>string">
           <attribute name="Size" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="Date" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </simpleContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Algo

        public Algo()
    • Method Detail

      • getValue

        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getSize

        public Integer getSize()
        Gets the value of the size property.
        Returns:
        possible object is Integer
      • setSize

        public void setSize​(Integer value)
        Sets the value of the size property.
        Parameters:
        value - allowed object is Integer
      • getDate

        public String getDate()
        Gets the value of the date property.
        Returns:
        possible object is String
      • setDate

        public void setDate​(String value)
        Sets the value of the date property.
        Parameters:
        value - allowed object is String