Class UpdatedSignatureType
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.jaxb.UpdatedSignatureType
-
public class UpdatedSignatureType extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected SignatureObjectsignatureObjectprotected java.lang.Stringtype
-
Constructor Summary
Constructors Constructor Description UpdatedSignatureType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SignatureObjectgetSignatureObject()Gets the value of the signatureObject property.java.lang.StringgetType()Gets the value of the type property.voidsetSignatureObject(SignatureObject value)Sets the value of the signatureObject property.voidsetType(java.lang.String value)Sets the value of the type property.
-
-
-
Field Detail
-
signatureObject
protected SignatureObject signatureObject
-
type
protected java.lang.String type
-
-
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 isSignatureObject
-
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
-