Package google.registry.xjc.epp
Class XjcEpp
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.epp.XjcEpp
- Direct Known Subclasses:
XjcEppElement
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>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XjcEppCommandType
protected XjcEppExtAnyType
protected XjcEppGreetingType
protected Object
protected XjcEppResponse
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the command property.Gets the value of the extension property.Gets the value of the greeting property.getHello()
Gets the value of the hello property.Gets the value of the response property.void
setCommand
(XjcEppCommandType value) Sets the value of the command property.void
setExtension
(XjcEppExtAnyType value) Sets the value of the extension property.void
setGreeting
(XjcEppGreetingType value) Sets the value of the greeting property.void
Sets the value of the hello property.void
setResponse
(XjcEppResponse value) Sets the value of the response property.
-
Field Details
-
extension
-
response
-
command
-
hello
-
greeting
-
-
Constructor Details
-
XjcEpp
public XjcEpp()
-
-
Method Details
-
getExtension
Gets the value of the extension property.- Returns:
- possible object is
XjcEppExtAnyType
-
setExtension
Sets the value of the extension property.- Parameters:
value
- allowed object isXjcEppExtAnyType
-
getResponse
Gets the value of the response property.- Returns:
- possible object is
XjcEppResponse
-
setResponse
Sets the value of the response property.- Parameters:
value
- allowed object isXjcEppResponse
-
getCommand
Gets the value of the command property.- Returns:
- possible object is
XjcEppCommandType
-
setCommand
Sets the value of the command property.- Parameters:
value
- allowed object isXjcEppCommandType
-
getHello
Gets the value of the hello property.- Returns:
- possible object is
Object
-
setHello
Sets the value of the hello property.- Parameters:
value
- allowed object isObject
-
getGreeting
Gets the value of the greeting property.- Returns:
- possible object is
XjcEppGreetingType
-
setGreeting
Sets the value of the greeting property.- Parameters:
value
- allowed object isXjcEppGreetingType
-