Class SigningType


  • public class SigningType
    extends Object

    Java class for SigningType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="SigningType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="type" use="required" type="{http://oxalis.network/xsd/certvalidator/1.0}SigningEnum" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SigningType

        public SigningType()
    • Method Detail

      • getType

        public SigningEnum getType()
        Gets the value of the type property.
        Returns:
        possible object is SigningEnum
      • setType

        public void setType​(SigningEnum value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is SigningEnum