Class VerifyUnderSignaturePolicyType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.signaturepolicy.schema_.VerifyUnderSignaturePolicyType
Java class for VerifyUnderSignaturePolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VerifyUnderSignaturePolicyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DefaultPolicy" type="{urn:oasis:names:tc:dss-x:1.0:profiles:SignaturePolicy:schema#}SignaturePolicyDetailsType" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:dss-x:1.0:profiles:SignaturePolicy:schema#}ExplicitPolicies" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SignaturePolicyDetailsTypeprotected PolicySignaturePairsType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the defaultPolicy property.Gets the value of the explicitPolicies property.voidSets the value of the defaultPolicy property.voidSets the value of the explicitPolicies property.
-
Field Details
-
defaultPolicy
-
explicitPolicies
-
-
Constructor Details
-
VerifyUnderSignaturePolicyType
public VerifyUnderSignaturePolicyType()
-
-
Method Details
-
getDefaultPolicy
Gets the value of the defaultPolicy property.- Returns:
- possible object is
SignaturePolicyDetailsType
-
setDefaultPolicy
Sets the value of the defaultPolicy property.- Parameters:
value- allowed object isSignaturePolicyDetailsType
-
getExplicitPolicies
Gets the value of the explicitPolicies property.- Returns:
- possible object is
PolicySignaturePairsType
-
setExplicitPolicies
Sets the value of the explicitPolicies property.- Parameters:
value- allowed object isPolicySignaturePairsType
-