Class VerificationReportType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.VerificationReportType
Java class for VerificationReportType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VerificationReportType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:tc:dss:1.0:core:schema}VerificationTimeInfo" minOccurs="0"/>
<element name="VerifierIdentity" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}IdentifierType" minOccurs="0"/>
<element name="IndividualReport" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}IndividualReportType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<IndividualReportType>protected VerificationTimeInfoTypeprotected IdentifierType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the individualReport property.Gets the value of the verificationTimeInfo property.Gets the value of the verifierIdentity property.voidSets the value of the verificationTimeInfo property.voidSets the value of the verifierIdentity property.
-
Field Details
-
verificationTimeInfo
-
verifierIdentity
-
individualReport
-
-
Constructor Details
-
VerificationReportType
public VerificationReportType()
-
-
Method Details
-
getVerificationTimeInfo
Gets the value of the verificationTimeInfo property.- Returns:
- possible object is
VerificationTimeInfoType
-
setVerificationTimeInfo
Sets the value of the verificationTimeInfo property.- Parameters:
value- allowed object isVerificationTimeInfoType
-
getVerifierIdentity
Gets the value of the verifierIdentity property.- Returns:
- possible object is
IdentifierType
-
setVerifierIdentity
Sets the value of the verifierIdentity property.- Parameters:
value- allowed object isIdentifierType
-
getIndividualReport
Gets the value of the individualReport property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the individualReport property.For example, to add a new item, do as follows:
getIndividualReport().add(newItem);Objects of the following type(s) are allowed in the list
IndividualReportType
-