public class Harvest extends Object implements Serializable
Java class for harvest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="harvest"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="headlineVia" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="contentVia" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
contentVia |
protected String |
headlineVia |
Constructor and Description |
---|
Harvest() |
Modifier and Type | Method and Description |
---|---|
String |
getContentVia()
Gets the value of the contentVia property.
|
String |
getHeadlineVia()
Gets the value of the headlineVia property.
|
void |
setContentVia(String value)
Sets the value of the contentVia property.
|
void |
setHeadlineVia(String value)
Sets the value of the headlineVia property.
|
public String getHeadlineVia()
String
public void setHeadlineVia(String value)
value
- allowed object is
String
public String getContentVia()
String
Copyright © 2018 The Apache Software Foundation. All rights reserved.