public class GreetingType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected DcpType |
dcp |
protected SvcMenuType |
svcMenu |
protected javax.xml.datatype.XMLGregorianCalendar |
svDate |
protected java.lang.String |
svID |
| Constructor and Description |
|---|
GreetingType() |
| Modifier and Type | Method and Description |
|---|---|
DcpType |
getDcp()
Gets the value of the dcp property.
|
SvcMenuType |
getSvcMenu()
Gets the value of the svcMenu property.
|
javax.xml.datatype.XMLGregorianCalendar |
getSvDate()
Gets the value of the svDate property.
|
java.lang.String |
getSvID()
Gets the value of the svID property.
|
void |
setDcp(DcpType value)
Sets the value of the dcp property.
|
void |
setSvcMenu(SvcMenuType value)
Sets the value of the svcMenu property.
|
void |
setSvDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the svDate property.
|
void |
setSvID(java.lang.String value)
Sets the value of the svID property.
|
protected java.lang.String svID
protected javax.xml.datatype.XMLGregorianCalendar svDate
protected SvcMenuType svcMenu
protected DcpType dcp
public java.lang.String getSvID()
Stringpublic void setSvID(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getSvDate()
XMLGregorianCalendarpublic void setSvDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic SvcMenuType getSvcMenu()
SvcMenuTypepublic void setSvcMenu(SvcMenuType value)
value - allowed object is
SvcMenuTypepublic DcpType getDcp()
DcpTypeCopyright © 2021. All rights reserved.