public class DocMeta extends Object
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="docID">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</element>
<element name="docName">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</element>
<element name="isFilenet">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}boolean">
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
docID |
protected String |
docName |
protected boolean |
isFilenet |
| Constructor and Description |
|---|
DocMeta() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocID()
Gets the value of the docID property.
|
String |
getDocName()
Gets the value of the docName property.
|
boolean |
isIsFilenet()
Gets the value of the isFilenet property.
|
void |
setDocID(String value)
Sets the value of the docID property.
|
void |
setDocName(String value)
Sets the value of the docName property.
|
void |
setIsFilenet(boolean value)
Sets the value of the isFilenet property.
|
protected String docID
protected String docName
protected boolean isFilenet
public String getDocID()
Stringpublic void setDocID(String value)
value - allowed object is
Stringpublic String getDocName()
Stringpublic void setDocName(String value)
value - allowed object is
Stringpublic boolean isIsFilenet()
public void setIsFilenet(boolean value)
Copyright © 2016 SAPERION AG. All rights reserved.