public class PropertyType extends Object
Classe Java pour propertyType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="propertyType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
value |
| Constructor and Description |
|---|
PropertyType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Obtient la valeur de la propriété name.
|
String |
getValue()
Obtient la valeur de la propriété value.
|
void |
setName(String value)
Définit la valeur de la propriété name.
|
void |
setValue(String value)
Définit la valeur de la propriété value.
|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getName()
StringCopyright © 2010–2019 The Apache Software Foundation. All rights reserved.