Class UpdatedSignatureType
java.lang.Object
oasis.names.tc.dss._1_0.core.schema.UpdatedSignatureType
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the signatureObject property.getType()Gets the value of the type property.voidSets the value of the signatureObject property.voidSets the value of the type property.
-
Field Details
-
signatureObject
-
type
-
-
Constructor Details
-
UpdatedSignatureType
public UpdatedSignatureType()
-
-
Method Details
-
getSignatureObject
Gets the value of the signatureObject property.- Returns:
- possible object is
SignatureObject
-
setSignatureObject
Sets the value of the signatureObject property.- Parameters:
value- allowed object isSignatureObject
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-