Class AttributeCertificateValidityType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.AttributeCertificateValidityType
Java class for AttributeCertificateValidityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeCertificateValidityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AttributeCertificateIdentifier" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}AttrCertIDType"/>
<element name="AttributeCertificateValue" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="AttributeCertificateContent" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}AttributeCertificateContentType" minOccurs="0"/>
<element name="SignatureOK" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}SignatureValidityType"/>
<element name="CertificatePathValidity" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}CertificatePathValidityType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AttributeCertificateContentTypeprotected AttrCertIDTypeprotected byte[]protected CertificatePathValidityTypeprotected SignatureValidityType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attributeCertificateContent property.Gets the value of the attributeCertificateIdentifier property.byte[]Gets the value of the attributeCertificateValue property.Gets the value of the certificatePathValidity property.Gets the value of the signatureOK property.voidSets the value of the attributeCertificateContent property.voidSets the value of the attributeCertificateIdentifier property.voidsetAttributeCertificateValue(byte[] value) Sets the value of the attributeCertificateValue property.voidSets the value of the certificatePathValidity property.voidSets the value of the signatureOK property.
-
Field Details
-
attributeCertificateIdentifier
-
attributeCertificateValue
protected byte[] attributeCertificateValue -
attributeCertificateContent
-
signatureOK
-
certificatePathValidity
-
-
Constructor Details
-
AttributeCertificateValidityType
public AttributeCertificateValidityType()
-
-
Method Details
-
getAttributeCertificateIdentifier
Gets the value of the attributeCertificateIdentifier property.- Returns:
- possible object is
AttrCertIDType
-
setAttributeCertificateIdentifier
Sets the value of the attributeCertificateIdentifier property.- Parameters:
value- allowed object isAttrCertIDType
-
getAttributeCertificateValue
public byte[] getAttributeCertificateValue()Gets the value of the attributeCertificateValue property.- Returns:
- possible object is byte[]
-
setAttributeCertificateValue
public void setAttributeCertificateValue(byte[] value) Sets the value of the attributeCertificateValue property.- Parameters:
value- allowed object is byte[]
-
getAttributeCertificateContent
Gets the value of the attributeCertificateContent property.- Returns:
- possible object is
AttributeCertificateContentType
-
setAttributeCertificateContent
Sets the value of the attributeCertificateContent property.- Parameters:
value- allowed object isAttributeCertificateContentType
-
getSignatureOK
Gets the value of the signatureOK property.- Returns:
- possible object is
SignatureValidityType
-
setSignatureOK
Sets the value of the signatureOK property.- Parameters:
value- allowed object isSignatureValidityType
-
getCertificatePathValidity
Gets the value of the certificatePathValidity property.- Returns:
- possible object is
CertificatePathValidityType
-
setCertificatePathValidity
Sets the value of the certificatePathValidity property.- Parameters:
value- allowed object isCertificatePathValidityType
-