public class GroupConversionType extends Object
Classe Java pour groupConversionType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="groupConversionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="from" 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() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFrom()
Obtient la valeur de la propriété from.
|
String |
getTo()
Obtient la valeur de la propriété to.
|
void |
setFrom(String value)
Définit la valeur de la propriété from.
|
void |
setTo(String value)
Définit la valeur de la propriété to.
|
public String getFrom()
Stringpublic void setFrom(String value)
value - allowed object is
Stringpublic String getTo()
StringCopyright © 2010–2019 The Apache Software Foundation. All rights reserved.