public class PostType extends Object
Java class for PostType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PostType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="onlineResource" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
onlineResource |
| Constructor and Description |
|---|
PostType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOnlineResource()
Gets the value of the onlineResource property.
|
void |
setOnlineResource(String value)
Sets the value of the onlineResource property.
|
This work is licensed under a Creative Commons Attribution 4.0 International License.