Class XmlOrphanToken

  • All Implemented Interfaces:
    Serializable

    public class XmlOrphanToken
    extends XmlAbstractToken
    implements Serializable

    Java class for OrphanToken complex type.

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

     <complexType name="OrphanToken">
       <complexContent>
         <extension base="{http://dss.esig.europa.eu/validation/diagnostic}AbstractToken">
           <sequence>
             <element name="Type" type="{http://dss.esig.europa.eu/validation/diagnostic}OrphanTokenType"/>
             <choice>
               <element name="Base64Encoded" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
               <element name="DigestAlgoAndValue" type="{http://dss.esig.europa.eu/validation/diagnostic}DigestAlgoAndValue"/>
             </choice>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • XmlOrphanToken

        public XmlOrphanToken()
    • Method Detail

      • getType

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

        public void setType​(OrphanTokenType value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • getBase64Encoded

        public byte[] getBase64Encoded()
        Gets the value of the base64Encoded property.
        Returns:
        possible object is byte[]
      • setBase64Encoded

        public void setBase64Encoded​(byte[] value)
        Sets the value of the base64Encoded property.
        Parameters:
        value - allowed object is byte[]