Class KeySelector


  • public class KeySelector
    extends java.lang.Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyInfo"/>
             <element name="Other" type="{urn:oasis:names:tc:dss:1.0:core:schema}AnyType"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • KeySelector

        public KeySelector()
    • Method Detail

      • getKeyInfo

        public KeyInfoType getKeyInfo()
        Gets the value of the keyInfo property.
        Returns:
        possible object is KeyInfoType
      • setKeyInfo

        public void setKeyInfo​(KeyInfoType value)
        Sets the value of the keyInfo property.
        Parameters:
        value - allowed object is KeyInfoType
      • getOther

        public AnyType getOther()
        Gets the value of the other property.
        Returns:
        possible object is AnyType
      • setOther

        public void setOther​(AnyType value)
        Sets the value of the other property.
        Parameters:
        value - allowed object is AnyType