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) Modifier and TypeMethodDescriptionWSAttributeSet.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.static void
WSAttribute.setValue
(WSAttribute attribute, Object value) Sets the attribute value.Modifier and TypeMethodDescriptionvoid
WSAttributeSet.setAttributes
(List<WSAttribute> attributes) void
WSDocument.setAttributes
(List<WSAttribute> attributes) void
WSFolder.setAttributes
(List<WSAttribute> attributes) void
WSTemplate.setAttributes
(List<WSAttribute> attributes)