public class Document extends Object implements Serializable
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 ref="{http://www.openfuxml.org}metadata"/>
<element ref="{http://www.openfuxml.org}content"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Content |
content |
protected Metadata |
metadata |
| Constructor and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
Content |
getContent()
Gets the value of the content property.
|
Metadata |
getMetadata()
Gets the value of the metadata property.
|
boolean |
isSetContent() |
boolean |
isSetMetadata() |
void |
setContent(Content value)
Sets the value of the content property.
|
void |
setMetadata(Metadata value)
Sets the value of the metadata property.
|
public Metadata getMetadata()
Metadatapublic void setMetadata(Metadata value)
value - allowed object is
Metadatapublic boolean isSetMetadata()
public Content getContent()
Contentpublic void setContent(Content value)
value - allowed object is
Contentpublic boolean isSetContent()
Copyright © 2023. All rights reserved.