public class ComponentClassName extends Object
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
content |
protected String |
description |
| Constructor and Description |
|---|
ComponentClassName() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Obtient la valeur de la propriété content.
|
String |
getDescription()
Obtient la valeur de la propriété description.
|
void |
setContent(String value)
Définit la valeur de la propriété content.
|
void |
setDescription(String value)
Définit la valeur de la propriété description.
|
public String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic String getDescription()
StringCopyright © 2011-2016 OpenESB Community. All Rights Reserved.