Package eu.europa.esig.dss.policy.jaxb
Class Algo
- java.lang.Object
-
- eu.europa.esig.dss.policy.jaxb.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 Summary
Constructors Constructor Description Algo()
-
Method Summary
Modifier and Type Method Description StringgetDate()Gets the value of the date property.IntegergetSize()Gets the value of the size property.StringgetValue()Gets the value of the value property.voidsetDate(String value)Sets the value of the date property.voidsetSize(Integer value)Sets the value of the size property.voidsetValue(String value)Sets the value of the value property.
-
-
-
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 isString
-
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 isInteger
-
getDate
public String getDate()
Gets the value of the date property.- Returns:
- possible object is
String
-
-