Class XjcEppGreetingType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.epp.XjcEppGreetingType

public class XjcEppGreetingType extends XjcObject

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 Details

  • Constructor Details

    • XjcEppGreetingType

      public XjcEppGreetingType()
  • Method Details

    • getSvID

      public String getSvID()
      Gets the value of the svID property.
      Returns:
      possible object is String
    • setSvID

      public void setSvID(String value)
      Sets the value of the svID property.
      Parameters:
      value - allowed object is String
    • 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 is String
    • getSvcMenu

      public XjcEppSvcMenuType getSvcMenu()
      Gets the value of the svcMenu property.
      Returns:
      possible object is XjcEppSvcMenuType
    • setSvcMenu

      public void setSvcMenu(XjcEppSvcMenuType value)
      Sets the value of the svcMenu property.
      Parameters:
      value - allowed object is XjcEppSvcMenuType
    • getDcp

      public XjcEppDcpType getDcp()
      Gets the value of the dcp property.
      Returns:
      possible object is XjcEppDcpType
    • setDcp

      public void setDcp(XjcEppDcpType value)
      Sets the value of the dcp property.
      Parameters:
      value - allowed object is XjcEppDcpType