Class VerifiedUnderSignaturePolicyType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.signaturepolicy.schema_.VerifiedUnderSignaturePolicyType
Java class for VerifiedUnderSignaturePolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VerifiedUnderSignaturePolicyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:tc:dss-x:1.0:profiles:SignaturePolicy:schema#}SignaturePolicy"/>
<element ref="{urn:oasis:names:tc:dss-x:1.0:profiles:SignaturePolicy:schema#}SignatureIdentifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SignedObjectIdentifierTypeprotected SignaturePolicyDetailsType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the signatureIdentifier property.Gets the value of the signaturePolicy property.voidSets the value of the signatureIdentifier property.voidSets the value of the signaturePolicy property.
-
Field Details
-
signaturePolicy
-
signatureIdentifier
-
-
Constructor Details
-
VerifiedUnderSignaturePolicyType
public VerifiedUnderSignaturePolicyType()
-
-
Method Details
-
getSignaturePolicy
Gets the value of the signaturePolicy property.- Returns:
- possible object is
SignaturePolicyDetailsType
-
setSignaturePolicy
Sets the value of the signaturePolicy property.- Parameters:
value- allowed object isSignaturePolicyDetailsType
-
getSignatureIdentifier
Gets the value of the signatureIdentifier property.- Returns:
- possible object is
SignedObjectIdentifierType
-
setSignatureIdentifier
Sets the value of the signatureIdentifier property.- Parameters:
value- allowed object isSignedObjectIdentifierType
-