public class TargetDocument extends Object implements Serializable
Java class for TargetDocument complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TargetDocument"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="body" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="docId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
body |
protected String |
docId |
Constructor and Description |
---|
TargetDocument() |
Modifier and Type | Method and Description |
---|---|
String |
getBody()
Gets the value of the body property.
|
String |
getDocId()
Gets the value of the docId property.
|
void |
setBody(String value)
Sets the value of the body property.
|
void |
setDocId(String value)
Sets the value of the docId property.
|
public String getBody()
String
public void setBody(String value)
value
- allowed object is
String
public String getDocId()
String
Copyright © 2018 JBoss by Red Hat. All rights reserved.