public class GroupConversionType extends 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 String |
from |
protected String |
to |
| Constructor and Description |
|---|
GroupConversionType() |
Copyright © 2009-2015 Oracle Corporation. All Rights Reserved.