public class Wikireplace extends Object implements Serializable
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 name="description" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
</sequence>
<attribute name="from" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="to" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
description |
protected String |
from |
protected String |
to |
| Constructor and Description |
|---|
Wikireplace() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDescription()
Gets the value of the description property.
|
String |
getFrom()
Gets the value of the from property.
|
String |
getTo()
Gets the value of the to property.
|
boolean |
isSetDescription() |
boolean |
isSetFrom() |
boolean |
isSetTo() |
void |
setDescription(Object value)
Sets the value of the description property.
|
void |
setFrom(String value)
Sets the value of the from property.
|
void |
setTo(String value)
Sets the value of the to property.
|
protected Object description
protected String from
protected String to
public Object getDescription()
Objectpublic void setDescription(Object value)
value - allowed object is
Objectpublic boolean isSetDescription()
public String getFrom()
Stringpublic void setFrom(String value)
value - allowed object is
Stringpublic boolean isSetFrom()
public void setTo(String value)
value - allowed object is
Stringpublic boolean isSetTo()
Copyright © 2023. All rights reserved.