@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T10:56:39+01:00", comments="JAXB RI v2.2.11") public class Result extends Object implements Serializable
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 and Description |
---|
Result() |
Modifier and Type | Method and Description |
---|---|
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.
|
public String getResultMajor()
String
public void setResultMajor(String value)
value
- allowed object is
String
public String getResultMinor()
String
public void setResultMinor(String value)
value
- allowed object is
String
public InternationalStringType getResultMessage()
InternationalStringType
public void setResultMessage(InternationalStringType value)
value
- allowed object is
InternationalStringType
Connector Packaging TECHNICAL 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.