Class Result
- java.lang.Object
-
- org.certificateservices.messages.dss1.core.jaxb.Result
-
public class Result extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <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"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringresultMajorprotected InternationalStringTyperesultMessageprotected java.lang.StringresultMinor
-
Constructor Summary
Constructors Constructor Description Result()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetResultMajor()Gets the value of the resultMajor property.InternationalStringTypegetResultMessage()Gets the value of the resultMessage property.java.lang.StringgetResultMinor()Gets the value of the resultMinor property.voidsetResultMajor(java.lang.String value)Sets the value of the resultMajor property.voidsetResultMessage(InternationalStringType value)Sets the value of the resultMessage property.voidsetResultMinor(java.lang.String value)Sets the value of the resultMinor property.
-
-
-
Field Detail
-
resultMajor
protected java.lang.String resultMajor
-
resultMinor
protected java.lang.String resultMinor
-
resultMessage
protected InternationalStringType resultMessage
-
-
Method Detail
-
getResultMajor
public java.lang.String getResultMajor()
Gets the value of the resultMajor property.- Returns:
- possible object is
String
-
setResultMajor
public void setResultMajor(java.lang.String value)
Sets the value of the resultMajor property.- Parameters:
value- allowed object isString
-
getResultMinor
public java.lang.String getResultMinor()
Gets the value of the resultMinor property.- Returns:
- possible object is
String
-
setResultMinor
public void setResultMinor(java.lang.String value)
Sets the value of the resultMinor property.- Parameters:
value- allowed object isString
-
getResultMessage
public InternationalStringType getResultMessage()
Gets the value of the resultMessage property.- Returns:
- possible object is
InternationalStringType
-
setResultMessage
public void setResultMessage(InternationalStringType value)
Sets the value of the resultMessage property.- Parameters:
value- allowed object isInternationalStringType
-
-