public static class EPD051.CONRESERS extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ControlDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="ConDatERS14" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="8"/>
</restriction>
</simpleType>
</element>
<element name="ConResCodERS16">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="2"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
conDatERS14 |
protected String |
conResCodERS16 |
protected XMLGregorianCalendar |
controlDate |
| Constructor and Description |
|---|
CONRESERS() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConDatERS14()
Gets the value of the conDatERS14 property.
|
String |
getConResCodERS16()
Gets the value of the conResCodERS16 property.
|
XMLGregorianCalendar |
getControlDate()
Gets the value of the controlDate property.
|
void |
setConDatERS14(String value)
Sets the value of the conDatERS14 property.
|
void |
setConResCodERS16(String value)
Sets the value of the conResCodERS16 property.
|
void |
setControlDate(XMLGregorianCalendar value)
Sets the value of the controlDate property.
|
protected XMLGregorianCalendar controlDate
protected String conDatERS14
protected String conResCodERS16
public XMLGregorianCalendar getControlDate()
XMLGregorianCalendarpublic void setControlDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getConDatERS14()
Stringpublic void setConDatERS14(String value)
value - allowed object is
Stringpublic String getConResCodERS16()
StringCopyright © 2017. All Rights Reserved.