Uses of Class
com.logicaldoc.webservice.model.WSAttribute
Packages that use WSAttribute
-
Uses of WSAttribute in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model that return WSAttributeModifier and TypeMethodDescriptionWSAttributeSet.getAttribute
(String name) WSDocument.getAttribute
(String name) WSTemplate.getAttribute
(String name) WSAttributeSet.getAttributes()
WSDocument.getAttributes()
WSFolder.getAttributes()
WSTemplate.getAttributes()
Methods in com.logicaldoc.webservice.model with parameters of type WSAttributeModifier 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.