public class Post
extends java.lang.Object
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="{}OnlineResource"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected OnlineResource |
onlineResource |
| Constructor and Description |
|---|
Post() |
| Modifier and Type | Method and Description |
|---|---|
OnlineResource |
getOnlineResource()
Gets the value of the onlineResource property.
|
void |
setOnlineResource(OnlineResource value)
Sets the value of the onlineResource property.
|
protected OnlineResource onlineResource
public OnlineResource getOnlineResource()
OnlineResourcepublic void setOnlineResource(OnlineResource value)
value - allowed object is
OnlineResourceCopyright © 2013. All Rights Reserved.