public class WSOccurrence
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
content |
private java.lang.String |
type |
private java.lang.String |
version |
Constructor and Description |
---|
WSOccurrence() |
WSOccurrence(java.lang.String type,
java.lang.String version,
java.lang.String content) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContent()
Gets the content value for this WSOccurrence.
|
java.lang.String |
getType()
Gets the type value for this WSOccurrence.
|
java.lang.String |
getVersion()
Gets the version value for this WSOccurrence.
|
void |
setContent(java.lang.String content)
Sets the content value for this WSOccurrence.
|
void |
setType(java.lang.String type)
Sets the type value for this WSOccurrence.
|
void |
setVersion(java.lang.String version)
Sets the version value for this WSOccurrence.
|
private java.lang.String type
private java.lang.String version
private java.lang.String content
public WSOccurrence()
public WSOccurrence(java.lang.String type, java.lang.String version, java.lang.String content)
public java.lang.String getType()
public void setType(java.lang.String type)
type
- public java.lang.String getVersion()
public void setVersion(java.lang.String version)
version
- public java.lang.String getContent()
public void setContent(java.lang.String content)
content
- Copyright 2004-2015 Wandora Team