public class DocumentDescriptionType extends Object
Java class for DocumentDescriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentDescriptionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="view" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="documentFields" type="{}DocumentFieldListType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DocumentFieldListType |
documentFields |
protected String |
view |
| Constructor and Description |
|---|
DocumentDescriptionType() |
| Modifier and Type | Method and Description |
|---|---|
DocumentFieldListType |
getDocumentFields()
Gets the value of the documentFields property.
|
String |
getView()
Gets the value of the view property.
|
void |
setDocumentFields(DocumentFieldListType value)
Sets the value of the documentFields property.
|
void |
setView(String value)
Sets the value of the view property.
|
protected String view
protected DocumentFieldListType documentFields
public String getView()
Stringpublic void setView(String value)
value - allowed object is
Stringpublic DocumentFieldListType getDocumentFields()
DocumentFieldListTypepublic void setDocumentFields(DocumentFieldListType value)
value - allowed object is
DocumentFieldListTypeCopyright © 2017. All rights reserved.