oasis.names.tc.dss._1_0.core.schema
Class UpdatedSignatureType

java.lang.Object
  extended by oasis.names.tc.dss._1_0.core.schema.UpdatedSignatureType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2023-09-11T04:15:30+02:00",
           comments="JAXB RI v2.3.6")
public class UpdatedSignatureType
extends Object
implements Serializable

Java class for UpdatedSignatureType complex type.

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

 <complexType name="UpdatedSignatureType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}SignatureObject"/>
       </sequence>
       <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
UpdatedSignatureType()
           
 
Method Summary
 SignatureObject getSignatureObject()
          Gets the value of the signatureObject property.
 String getType()
          Gets the value of the type property.
 void setSignatureObject(SignatureObject value)
          Sets the value of the signatureObject property.
 void setType(String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdatedSignatureType

public UpdatedSignatureType()
Method Detail

getSignatureObject

public SignatureObject getSignatureObject()
Gets the value of the signatureObject property.

Returns:
possible object is SignatureObject

setSignatureObject

public void setSignatureObject(SignatureObject value)
Sets the value of the signatureObject property.

Parameters:
value - allowed object is SignatureObject

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String



Connector Packaging TECHNICAL 3.25.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.