Method Summary |
|
public String | getConstantValue() Get constant value. |
public String | getDeclaredType() Get declared type name. |
public Object | getDefault() Get default value. |
public String | getDefaultText() Get default value text. |
public IClassItem | getDeserializer() Get deserializer method information. |
public String | getDeserializerName() Get deserializer name. |
public String | getEffectiveStyleName() Get name for style that applies to this value. |
public IClassItem | getField() Get field information. |
public String | getFieldName() Get field name. |
public String | getFormatName() Get base format name. |
public QName | getFormatQName() Get format qualified name. |
public IClassItem | getGet() Get get method information. |
public String | getGetName() Get get method name. |
public IClass | getGetType() Get type for value loaded to stack. |
public int | getIdent() Get identity value. |
public String | getIdentName() Get identity string value. |
public String | getName() Get name. |
public NamespaceElement | getNamespace() Get effective namespace information. |
public String | getPrefix() Get specified namespace prefix. |
public IClassItem | getSerializer() Get serializer method information. |
public String | getSerializerName() Get serializer name. |
public IClassItem | getSet() Get set method information. |
public String | getSetName() Get set method name. |
public IClass | getSetType() Get type for value stored from stack. |
public int | getStyle() Get style value. |
public String | getStyleName() Get style string value. |
public IClassItem | getTest() Get test method information. |
public String | getTestName() Get test method name. |
public IClass | getType() |
public String | getUri() Get specified namespace URI. |
public int | getUsage() Get usage value. |
public String | getUsageName() Get usage name. |
public boolean | hasAttribute() |
public boolean | hasContent() |
public boolean | hasName() |
public boolean | hasProperty() Check if property is defined. |
public boolean | isImplicit() Check if this value implicitly uses the containing object. |
public boolean | isNillable() Check if nillable object. |
public boolean | isOptional() |
public void | prevalidate(ValidationContext vctx) |
public void | setConstantValue(String value) Set constant value. |
public void | setDeclaredType(String type) Set declared type name. |
public void | setDefaultText(String value) Set default value text. |
public void | setDeserializerName(String name) Set deserializer method name. |
public void | setEffectiveStyle(int style) Set style that applies to this value. |
public void | setFieldName(String field) Set field name. |
public void | setFormatName(String name) Set base format name. |
public void | setFormatQName(QName qname) Set format qualified name. |
public void | setGetName(String get) Set get method name. |
public void | setIdentName(String name) Set identity name. |
public void | setName(String name) Set name. |
public void | setNillable(boolean nillable) Set nillable flag. |
public void | setPrefix(String prefix) Set namespace prefix. |
public void | setSerializerName(String name) Set serializer method name. |
public void | setSetName(String set) Set set method name. |
public void | setStyleName(String name) Set style name. |
public void | setTestName(String test) Set test method name. |
public void | setUri(String uri) Set namespace URI. |
public void | setUsage(int use) Set usage value. |
public void | setUsageName(String name) Set usage name. |
public void | validate(ValidationContext vctx) |