public class RenDataType
extends java.lang.Object
Java class for renDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="renDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType"/>
<element name="exDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
exDate |
protected java.lang.String |
name |
| Constructor and Description |
|---|
RenDataType() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getExDate()
Gets the value of the exDate property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
setExDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the exDate property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
protected java.lang.String name
protected javax.xml.datatype.XMLGregorianCalendar exDate
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getExDate()
XMLGregorianCalendarpublic void setExDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2022. All rights reserved.