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
-
setValue
-
getSize
-
setSize
-
getDate
-
setDate
-