java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.AlgorithmValidityType

public class AlgorithmValidityType extends Object

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 Details

  • Constructor Details

    • AlgorithmValidityType

      public AlgorithmValidityType()
  • Method Details

    • getAlgorithm

      public String getAlgorithm()
      Gets the value of the algorithm property.
      Returns:
      possible object is String
    • setAlgorithm

      public void setAlgorithm(String value)
      Sets the value of the algorithm property.
      Parameters:
      value - allowed object is String
    • getParameters

      public AnyType getParameters()
      Gets the value of the parameters property.
      Returns:
      possible object is AnyType
    • setParameters

      public void setParameters(AnyType value)
      Sets the value of the parameters property.
      Parameters:
      value - allowed object is AnyType
    • getSuitability

      public VerificationResultType getSuitability()
      Gets the value of the suitability property.
      Returns:
      possible object is VerificationResultType
    • setSuitability

      public void setSuitability(VerificationResultType value)
      Sets the value of the suitability property.
      Parameters:
      value - allowed object is VerificationResultType