Package google.registry.xjc.epp
Class XjcEppGreetingType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.epp.XjcEppGreetingType
Java class for greetingType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="greetingType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="svID" type="{urn:ietf:params:xml:ns:epp-1.0}sIDType"/>
<element name="svDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="svcMenu" type="{urn:ietf:params:xml:ns:epp-1.0}svcMenuType"/>
<element name="dcp" type="{urn:ietf:params:xml:ns:epp-1.0}dcpType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XjcEppDcpType
protected XjcEppSvcMenuType
protected org.joda.time.DateTime
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDcp()
Gets the value of the dcp property.Gets the value of the svcMenu property.org.joda.time.DateTime
Gets the value of the svDate property.getSvID()
Gets the value of the svID property.void
setDcp
(XjcEppDcpType value) Sets the value of the dcp property.void
setSvcMenu
(XjcEppSvcMenuType value) Sets the value of the svcMenu property.void
setSvDate
(org.joda.time.DateTime value) Sets the value of the svDate property.void
Sets the value of the svID property.
-
Field Details
-
svID
-
svDate
protected org.joda.time.DateTime svDate -
svcMenu
-
dcp
-
-
Constructor Details
-
XjcEppGreetingType
public XjcEppGreetingType()
-
-
Method Details
-
getSvID
Gets the value of the svID property.- Returns:
- possible object is
String
-
setSvID
Sets the value of the svID property.- Parameters:
value
- allowed object isString
-
getSvDate
public org.joda.time.DateTime getSvDate()Gets the value of the svDate property.- Returns:
- possible object is
String
-
setSvDate
public void setSvDate(org.joda.time.DateTime value) Sets the value of the svDate property.- Parameters:
value
- allowed object isString
-
getSvcMenu
Gets the value of the svcMenu property.- Returns:
- possible object is
XjcEppSvcMenuType
-
setSvcMenu
Sets the value of the svcMenu property.- Parameters:
value
- allowed object isXjcEppSvcMenuType
-
getDcp
Gets the value of the dcp property.- Returns:
- possible object is
XjcEppDcpType
-
setDcp
Sets the value of the dcp property.- Parameters:
value
- allowed object isXjcEppDcpType
-