public class EppType
extends java.lang.Object
Java class for eppType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="eppType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="greeting" type="{urn:ietf:params:xml:ns:epp-1.0}greetingType"/>
<element name="hello" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="command" type="{urn:ietf:params:xml:ns:epp-1.0}commandType"/>
<element name="response" type="{urn:ietf:params:xml:ns:epp-1.0}responseType"/>
<element name="extension" type="{urn:ietf:params:xml:ns:epp-1.0}extAnyType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CommandType |
command |
protected ExtAnyType |
extension |
protected GreetingType |
greeting |
protected java.lang.Object |
hello |
protected ResponseType |
response |
| Constructor and Description |
|---|
EppType() |
| Modifier and Type | Method and Description |
|---|---|
CommandType |
getCommand()
Gets the value of the command property.
|
ExtAnyType |
getExtension()
Gets the value of the extension property.
|
GreetingType |
getGreeting()
Gets the value of the greeting property.
|
java.lang.Object |
getHello()
Gets the value of the hello property.
|
ResponseType |
getResponse()
Gets the value of the response property.
|
void |
setCommand(CommandType value)
Sets the value of the command property.
|
void |
setExtension(ExtAnyType value)
Sets the value of the extension property.
|
void |
setGreeting(GreetingType value)
Sets the value of the greeting property.
|
void |
setHello(java.lang.Object value)
Sets the value of the hello property.
|
void |
setResponse(ResponseType value)
Sets the value of the response property.
|
protected GreetingType greeting
protected java.lang.Object hello
protected CommandType command
protected ResponseType response
protected ExtAnyType extension
public GreetingType getGreeting()
GreetingTypepublic void setGreeting(GreetingType value)
value - allowed object is
GreetingTypepublic java.lang.Object getHello()
Objectpublic void setHello(java.lang.Object value)
value - allowed object is
Objectpublic CommandType getCommand()
CommandTypepublic void setCommand(CommandType value)
value - allowed object is
CommandTypepublic ResponseType getResponse()
ResponseTypepublic void setResponse(ResponseType value)
value - allowed object is
ResponseTypepublic ExtAnyType getExtension()
ExtAnyTypepublic void setExtension(ExtAnyType value)
value - allowed object is
ExtAnyTypeCopyright © 2022. All rights reserved.