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
-
Field Summary
-
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.
-
Field Details
-
Constructor Details
-
Algo
public Algo()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getSize
Gets the value of the size property.- Returns:
- possible object is
Integer
-
setSize
Sets the value of the size property.- Parameters:
value- allowed object isInteger
-
getDate
Gets the value of the date property.- Returns:
- possible object is
String
-
setDate
Sets the value of the date property.- Parameters:
value- allowed object isString
-