public class GroupConversionType
extends java.lang.Object
Java class for groupConversionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="groupConversionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="from" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="to" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
from |
protected java.lang.String |
to |
Constructor and Description |
---|
GroupConversionType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFrom()
Gets the value of the from property.
|
java.lang.String |
getTo()
Gets the value of the to property.
|
void |
setFrom(java.lang.String value)
Sets the value of the from property.
|
void |
setTo(java.lang.String value)
Sets the value of the to property.
|
public java.lang.String getFrom()
String
public void setFrom(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTo()
String
public void setTo(java.lang.String value)
value
- allowed object is
String