public class DOCUMENTSType extends Object
Java class for DOCUMENTSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DOCUMENTSType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DOCUMENT_ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="IS_NEW" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
documentid |
protected boolean |
isnew |
| Constructor and Description |
|---|
DOCUMENTSType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDOCUMENTID()
Gets the value of the documentid property.
|
boolean |
isISNEW()
Gets the value of the isnew property.
|
void |
setDOCUMENTID(String value)
Sets the value of the documentid property.
|
void |
setISNEW(boolean value)
Sets the value of the isnew property.
|
protected String documentid
protected boolean isnew
public String getDOCUMENTID()
Stringpublic void setDOCUMENTID(String value)
value - allowed object is
Stringpublic boolean isISNEW()
public void setISNEW(boolean value)
Copyright © 2022. All rights reserved.