Class AlgorithmValidityType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.AlgorithmValidityType
Java class for AlgorithmValidityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlgorithmValidityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Algorithm" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="Parameters" type="{urn:oasis:names:tc:dss:1.0:core:schema}AnyType" minOccurs="0"/>
<element name="Suitability" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}VerificationResultType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected AnyTypeprotected VerificationResultType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the algorithm property.Gets the value of the parameters property.Gets the value of the suitability property.voidsetAlgorithm(String value) Sets the value of the algorithm property.voidsetParameters(AnyType value) Sets the value of the parameters property.voidSets the value of the suitability property.
-
Field Details
-
algorithm
-
parameters
-
suitability
-
-
Constructor Details
-
AlgorithmValidityType
public AlgorithmValidityType()
-
-
Method Details
-
getAlgorithm
Gets the value of the algorithm property.- Returns:
- possible object is
String
-
setAlgorithm
Sets the value of the algorithm property.- Parameters:
value- allowed object isString
-
getParameters
Gets the value of the parameters property.- Returns:
- possible object is
AnyType
-
setParameters
Sets the value of the parameters property.- Parameters:
value- allowed object isAnyType
-
getSuitability
Gets the value of the suitability property.- Returns:
- possible object is
VerificationResultType
-
setSuitability
Sets the value of the suitability property.- Parameters:
value- allowed object isVerificationResultType
-