Uses of Class
com.logicaldoc.webservice.model.WSAttribute
Packages that use WSAttribute
- 
Uses of WSAttribute in com.logicaldoc.webservice.modelMethods 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 TypeMethodDescriptionvoidWSAttributeSet.addAttribute(WSAttribute att) voidWSDocument.addAttribute(WSAttribute att) voidWSFolder.addAttribute(WSAttribute att) voidWSTemplate.addAttribute(WSAttribute att) static ObjectWSAttribute.getValue(WSAttribute attribute) Gets the attribute value.static voidWSAttribute.setValue(WSAttribute attribute, Object value) Sets the attribute value.Method parameters in com.logicaldoc.webservice.model with type arguments of type WSAttributeModifier and TypeMethodDescriptionvoidWSAttributeSet.setAttributes(List<WSAttribute> attributes) voidWSDocument.setAttributes(List<WSAttribute> attributes) voidWSFolder.setAttributes(List<WSAttribute> attributes) voidWSTemplate.setAttributes(List<WSAttribute> attributes)