Package eu.europa.esig.dss.policy.jaxb
Class Algo
java.lang.Object
eu.europa.esig.dss.policy.jaxb.Algo
- All Implemented Interfaces:
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:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDate()
Gets the value of the date property.getSize()
Gets the value of the size property.getValue()
Gets the value of the value property.void
Sets the value of the date property.void
Sets the value of the size property.void
Sets the value of the value property.
-
Field Details
-
value
-
size
-
date
-
-
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
-