Uses of Class
com.logicaldoc.webservice.model.WSAttribute
-
Packages that use WSAttribute Package Description com.logicaldoc.webservice.model -
-
Uses of WSAttribute in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model that return WSAttribute Modifier and Type Method Description WSAttribute
WSDocument. attribute(String name)
WSAttribute
WSFolder. attribute(String name)
WSAttribute
WSAttributeSet. getAttribute(String name)
WSAttribute
WSDocument. getAttribute(String name)
WSAttribute
WSTemplate. getAttribute(String name)
WSAttribute[]
WSAttributeSet. getAttributes()
WSAttribute[]
WSDocument. getAttributes()
WSAttribute[]
WSFolder. getAttributes()
WSAttribute[]
WSTemplate. getAttributes()
Methods in com.logicaldoc.webservice.model with parameters of type WSAttribute Modifier and Type Method Description void
WSAttributeSet. addAttribute(WSAttribute att)
void
WSDocument. addAttribute(WSAttribute att)
void
WSFolder. addAttribute(WSAttribute att)
void
WSTemplate. addAttribute(WSAttribute att)
static Object
WSAttribute. getValue(WSAttribute attribute)
Gets the attribute value.void
WSAttributeSet. setAttributes(WSAttribute[] attributes)
void
WSDocument. setAttributes(WSAttribute[] attributes)
void
WSFolder. setAttributes(WSAttribute[] attributes)
void
WSTemplate. setAttributes(WSAttribute[] attributes)
static void
WSAttribute. setValue(WSAttribute attribute, Object value)
Sets the attribute value.
-