Class RevocationValuesType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.RevocationValuesType
Java class for RevocationValuesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RevocationValuesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CRLValues" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element name="VerifiedCRL" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}CRLValidityType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="OCSPValues" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element name="VerifiedOCSPResponse" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}OCSPValidityType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="OtherValues" type="{urn:oasis:names:tc:dss:1.0:core:schema}AnyType" minOccurs="0"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected RevocationValuesType.CRLValuesprotected Stringprotected RevocationValuesType.OCSPValuesprotected AnyType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the crlValues property.getId()Gets the value of the id property.Gets the value of the ocspValues property.Gets the value of the otherValues property.voidSets the value of the crlValues property.voidSets the value of the id property.voidSets the value of the ocspValues property.voidsetOtherValues(AnyType value) Sets the value of the otherValues property.
-
Field Details
-
crlValues
-
ocspValues
-
otherValues
-
id
-
-
Constructor Details
-
RevocationValuesType
public RevocationValuesType()
-
-
Method Details
-
getCRLValues
Gets the value of the crlValues property.- Returns:
- possible object is
RevocationValuesType.CRLValues
-
setCRLValues
Sets the value of the crlValues property.- Parameters:
value- allowed object isRevocationValuesType.CRLValues
-
getOCSPValues
Gets the value of the ocspValues property.- Returns:
- possible object is
RevocationValuesType.OCSPValues
-
setOCSPValues
Sets the value of the ocspValues property.- Parameters:
value- allowed object isRevocationValuesType.OCSPValues
-
getOtherValues
Gets the value of the otherValues property.- Returns:
- possible object is
AnyType
-
setOtherValues
Sets the value of the otherValues property.- Parameters:
value- allowed object isAnyType
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-