public class PRODOCDC2Type extends Object implements Serializable
Java class for PRODOCDC2Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PRODOCDC2Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DocTypDC21" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="4"/>
</restriction>
</simpleType>
</element>
<element name="DocRefDC23" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="DocRefDCLNG" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="2"/>
</restriction>
</simpleType>
</element>
<element name="ComOfInfDC25" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="26"/>
</restriction>
</simpleType>
</element>
<element name="ComOfInfDC25LNG" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="2"/>
</restriction>
</simpleType>
</element>
<element name="DocRefDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
comOfInfDC25 |
protected String |
comOfInfDC25LNG |
protected XMLGregorianCalendar |
docRefDate |
protected String |
docRefDC23 |
protected String |
docRefDCLNG |
protected String |
docTypDC21 |
| Constructor and Description |
|---|
PRODOCDC2Type() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComOfInfDC25()
Gets the value of the comOfInfDC25 property.
|
String |
getComOfInfDC25LNG()
Gets the value of the comOfInfDC25LNG property.
|
XMLGregorianCalendar |
getDocRefDate()
Gets the value of the docRefDate property.
|
String |
getDocRefDC23()
Gets the value of the docRefDC23 property.
|
String |
getDocRefDCLNG()
Gets the value of the docRefDCLNG property.
|
String |
getDocTypDC21()
Gets the value of the docTypDC21 property.
|
void |
setComOfInfDC25(String value)
Sets the value of the comOfInfDC25 property.
|
void |
setComOfInfDC25LNG(String value)
Sets the value of the comOfInfDC25LNG property.
|
void |
setDocRefDate(XMLGregorianCalendar value)
Sets the value of the docRefDate property.
|
void |
setDocRefDC23(String value)
Sets the value of the docRefDC23 property.
|
void |
setDocRefDCLNG(String value)
Sets the value of the docRefDCLNG property.
|
void |
setDocTypDC21(String value)
Sets the value of the docTypDC21 property.
|
protected String docTypDC21
protected String docRefDC23
protected String docRefDCLNG
protected String comOfInfDC25
protected String comOfInfDC25LNG
protected XMLGregorianCalendar docRefDate
public String getDocTypDC21()
Stringpublic void setDocTypDC21(String value)
value - allowed object is
Stringpublic String getDocRefDC23()
Stringpublic void setDocRefDC23(String value)
value - allowed object is
Stringpublic String getDocRefDCLNG()
Stringpublic void setDocRefDCLNG(String value)
value - allowed object is
Stringpublic String getComOfInfDC25()
Stringpublic void setComOfInfDC25(String value)
value - allowed object is
Stringpublic String getComOfInfDC25LNG()
Stringpublic void setComOfInfDC25LNG(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDocRefDate()
XMLGregorianCalendarpublic void setDocRefDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2017. All Rights Reserved.