Class IndividualReportType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.IndividualReportType
Java class for IndividualReportType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IndividualReportType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SignedObjectIdentifier" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}SignedObjectIdentifierType"/>
<element ref="{urn:oasis:names:tc:dss:1.0:core:schema}Result"/>
<element name="Details" type="{urn:oasis:names:tc:dss:1.0:core:schema}AnyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AnyTypeprotected Resultprotected SignedObjectIdentifierType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the details property.Gets the value of the result property.Gets the value of the signedObjectIdentifier property.voidsetDetails(AnyType value) Sets the value of the details property.voidSets the value of the result property.voidSets the value of the signedObjectIdentifier property.
-
Field Details
-
signedObjectIdentifier
-
result
-
details
-
-
Constructor Details
-
IndividualReportType
public IndividualReportType()
-
-
Method Details
-
getSignedObjectIdentifier
Gets the value of the signedObjectIdentifier property.- Returns:
- possible object is
SignedObjectIdentifierType
-
setSignedObjectIdentifier
Sets the value of the signedObjectIdentifier property.- Parameters:
value- allowed object isSignedObjectIdentifierType
-
getResult
Gets the value of the result property.- Returns:
- possible object is
Result
-
setResult
Sets the value of the result property.- Parameters:
value- allowed object isResult
-
getDetails
Gets the value of the details property.- Returns:
- possible object is
AnyType
-
setDetails
Sets the value of the details property.- Parameters:
value- allowed object isAnyType
-