|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.opensagres.xdocreport.remoting.resources.domain.PropertyRepresentation
public class PropertyRepresentation
Classe Java pour propertyRepresentation complex type.
Le fragment de schema suivant indique le contenu attendu figurant dans cette classe.
<complexType name="propertyRepresentation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
name
|
protected String |
value
|
| Constructor Summary | |
|---|---|
PropertyRepresentation()
|
|
| Method Summary | |
|---|---|
String |
getName()
Obtient la valeur de la propriete name. |
String |
getValue()
Obtient la valeur de la propriete value. |
void |
setName(String value)
D�finit la valeur de la propriete name. |
void |
setValue(String value)
D�finit la valeur de la propriete value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String value
| Constructor Detail |
|---|
public PropertyRepresentation()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||