public abstract class Document extends Object implements Serializable
Java class for Document complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Document"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Fields" type="{http://atlasmap.io/v2}Fields"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Document() |
Modifier and Type | Method and Description |
---|---|
Fields |
getFields()
Gets the value of the fields property.
|
void |
setFields(Fields value)
Sets the value of the fields property.
|
protected Fields fields
Copyright © 2018 JBoss by Red Hat. All rights reserved.