| com.aranova.java.jmos.annotations.MOSAttribute
MOSAttribute | public @interface MOSAttribute(Code) | | Annotations for define MOS Attribute for messages.
author: Daniel Sánchez version: 0.9.1 since: 0.9 |
attibute | boolean attibute(Code) | | True si es un attributo XML. |
isXML | boolean isXML(Code) | | True is XML. |
maxLength | int maxLength(Code) | | Max Length of field. |
namespace | String namespace(Code) | | The namespace of the field, default "" is the name of the class. |
tagForItem | String tagForItem(Code) | | Establece el tag para cada uno de los emenentos de una colleción.
Valor. |
writeTag | boolean writeTag(Code) | | True write the tag. |
|
|