|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoasis.names.tc.dss._1_0.core.schema.Result
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-09-11T04:15:30+02:00",
comments="JAXB RI v2.3.6")
public class Result
Java 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>
| Constructor Summary | |
|---|---|
Result()
|
|
| Method Summary | |
|---|---|
String |
getResultMajor()
Gets the value of the resultMajor property. |
InternationalStringType |
getResultMessage()
Gets the value of the resultMessage property. |
String |
getResultMinor()
Gets the value of the resultMinor property. |
void |
setResultMajor(String value)
Sets the value of the resultMajor property. |
void |
setResultMessage(InternationalStringType value)
Sets the value of the resultMessage property. |
void |
setResultMinor(String value)
Sets the value of the resultMinor property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Result()
| Method Detail |
|---|
public String getResultMajor()
Stringpublic void setResultMajor(String value)
value - allowed object is
Stringpublic String getResultMinor()
Stringpublic void setResultMinor(String value)
value - allowed object is
Stringpublic InternationalStringType getResultMessage()
InternationalStringTypepublic void setResultMessage(InternationalStringType value)
value - allowed object is
InternationalStringType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||