public class AttributeParticle
Represents an xs:attribute, with a name, a type, etc.
| Constructor and description | 
|---|
| AttributeParticle
                                (Schema schema, java.lang.String name) | 
| AttributeParticle
                                (AttributeParticleConfig xml, Schema schema) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | java.lang.String | getAttribute(java.lang.String key) | 
|  | javax.xml.namespace.QName | getName() | 
|  | ParticleType | getPType() | 
|  | Type | getType() | 
|  | AttributeParticleConfig | save() | 
|  | void | setAttribute(java.lang.String key, java.lang.String value) | 
|  | void | setType(Type type) | 
|  | java.lang.String | toString() | 
|  | void | validate(Context context) | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |