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) Methods in com.logicaldoc.webservice.model that return types with arguments of type WSAttributeModifier and TypeMethodDescriptionWSAttributeSet.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.static void
WSAttribute.setValue
(WSAttribute attribute, Object value) Sets the attribute value.Method parameters in com.logicaldoc.webservice.model with type arguments of type WSAttributeModifier 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)