public class ResultType
extends java.lang.Object
Java class for resultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="resultType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="testname" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
note |
protected boolean |
status |
protected java.lang.String |
testname |
| Constructor and Description |
|---|
ResultType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNote()
Gets the value of the note property.
|
java.lang.String |
getTestname()
Gets the value of the testname property.
|
boolean |
isStatus()
Gets the value of the status property.
|
void |
setNote(java.lang.String value)
Sets the value of the note property.
|
void |
setStatus(boolean value)
Sets the value of the status property.
|
void |
setTestname(java.lang.String value)
Sets the value of the testname property.
|
protected java.lang.String testname
protected boolean status
protected java.lang.String note
public java.lang.String getTestname()
Stringpublic void setTestname(java.lang.String value)
value - allowed object is
Stringpublic boolean isStatus()
public void setStatus(boolean value)
public java.lang.String getNote()
Stringpublic void setNote(java.lang.String value)
value - allowed object is
StringCopyright © 2023. All rights reserved.