Uses of Class
com.logicaldoc.webservice.model.WSAttribute
-
Uses of WSAttribute in com.logicaldoc.webservice.model
Modifier and TypeMethodDescriptionWSAttributeSet.getAttribute
(String name) WSDocument.getAttribute
(String name) WSTemplate.getAttribute
(String name) WSAttributeSet.getAttributes()
WSDocument.getAttributes()
WSFolder.getAttributes()
WSTemplate.getAttributes()
Modifier and TypeMethodDescriptionvoid
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.