|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.opensagres.xdocreport.remoting.resources.domain.Resource
public class Resource
Classe Java pour resource complex type.
Le fragment de sch�ma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="resource">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="children" type="{http://domain.resources.remoting.xdocreport.opensagres.fr/}resource" maxOccurs="unbounded" minOccurs="0"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://domain.resources.remoting.xdocreport.opensagres.fr/}resourceType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
static String |
CHILDREN_PROPERTY
|
protected String |
id
|
static String |
ID_NOT_NULL_PROPERTY
|
static String |
ID_PROPERTY
|
protected String |
name
|
static String |
NAME_PROPERTY
|
protected Resource |
parent
|
protected String |
path
|
static String |
PATH_PROPERTY
|
protected ResourceType |
type
|
static String |
TYPE_PROPERTY
|
| Constructor Summary | |
|---|---|
Resource()
|
|
| Method Summary | |
|---|---|
List<Resource> |
getChildren()
Gets the value of the children property. |
String |
getId()
Obtient la valeur de la propri�t� id. |
String |
getIdNotNull()
|
String |
getName()
Obtient la valeur de la propri�t� name. |
Resource |
getParent()
Returns the parent resource. |
String |
getPath()
|
ResourceType |
getType()
Obtient la valeur de la propri�t� type. |
void |
setId(String value)
D�finit la valeur de la propri�t� id. |
void |
setName(String value)
D�finit la valeur de la propri�t� name. |
void |
setType(ResourceType value)
D�finit la valeur de la propri�t� type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String CHILDREN_PROPERTY
public static final String ID_PROPERTY
public static final String NAME_PROPERTY
public static final String TYPE_PROPERTY
public static final String ID_NOT_NULL_PROPERTY
public static final String PATH_PROPERTY
protected String id
protected String name
protected ResourceType type
protected Resource parent
protected String path
| Constructor Detail |
|---|
public Resource()
| Method Detail |
|---|
public List<Resource> getChildren()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to
the returned list will be present inside the JAXB object. This is why there is not a set method for
the children property.
For example, to add a new item, do as follows:
getChildren().add( newItem );
Objects of the following type(s) are allowed in the list Resource
public String getIdNotNull()
public String getPath()
public String getId()
Stringpublic void setId(String value)
value - allowed object is Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is Stringpublic ResourceType getType()
ResourceTypepublic void setType(ResourceType value)
value - allowed object is ResourceTypepublic Resource getParent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||