Class Property
java.lang.Object
org.exoplatform.wiki.service.rest.model.LinkCollection
org.exoplatform.wiki.service.rest.model.Property
-
Field Summary
FieldsFields inherited from class org.exoplatform.wiki.service.rest.model.LinkCollection
links -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attributes property.getName()Obtient la valeur de la propriété name.getType()Obtient la valeur de la propriété type.getValue()Obtient la valeur de la propriété value.voidDéfinit la valeur de la propriété name.voidDéfinit la valeur de la propriété type.voidDéfinit la valeur de la propriété value.Methods inherited from class org.exoplatform.wiki.service.rest.model.LinkCollection
getLinks
-
Field Details
-
attributes
-
value
-
name
-
type
-
-
Constructor Details
-
Property
public Property()
-
-
Method Details
-
getAttributes
Gets the value of the attributes property.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
setmethod for the attributes property.For example, to add a new item, do as follows:
getAttributes().add(newItem);
Objects of the following type(s) are allowed in the list
Attribute -
getValue
Obtient la valeur de la propriété value.- Returns:
- possible object is
String
-
setValue
Définit la valeur de la propriété value.- Parameters:
value- allowed object isString
-
getName
Obtient la valeur de la propriété name.- Returns:
- possible object is
String
-
setName
Définit la valeur de la propriété name.- Parameters:
value- allowed object isString
-
getType
Obtient la valeur de la propriété type.- Returns:
- possible object is
String
-
setType
Définit la valeur de la propriété type.- Parameters:
value- allowed object isString
-