Class VerificationResultType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.VerificationResultType
Java class for VerificationResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VerificationResultType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ResultMajor" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="ResultMinor" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="ResultMessage" type="{urn:oasis:names:tc:dss:1.0:core:schema}InternationalStringType" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected InternationalStringTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAny()Gets the value of the any property.Gets the value of the resultMajor property.Gets the value of the resultMessage property.Gets the value of the resultMinor property.voidsetResultMajor(String value) Sets the value of the resultMajor property.voidSets the value of the resultMessage property.voidsetResultMinor(String value) Sets the value of the resultMinor property.
-
Field Details
-
resultMajor
-
resultMinor
-
resultMessage
-
any
-
-
Constructor Details
-
VerificationResultType
public VerificationResultType()
-
-
Method Details
-
getResultMajor
Gets the value of the resultMajor property.- Returns:
- possible object is
String
-
setResultMajor
Sets the value of the resultMajor property.- Parameters:
value- allowed object isString
-
getResultMinor
Gets the value of the resultMinor property.- Returns:
- possible object is
String
-
setResultMinor
Sets the value of the resultMinor property.- Parameters:
value- allowed object isString
-
getResultMessage
Gets the value of the resultMessage property.- Returns:
- possible object is
InternationalStringType
-
setResultMessage
Sets the value of the resultMessage property.- Parameters:
value- allowed object isInternationalStringType
-
getAny
Gets the value of the any 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 any property.For example, to add a new item, do as follows:
getAny().add(newItem);Objects of the following type(s) are allowed in the list
ElementObject
-