public class SchemaItemAttribute extends Object implements SchemaItem, Serializable
Constructor and Description |
---|
SchemaItemAttribute(String namespace,
String name,
short type,
String typeName)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name.
|
String |
getNamespace()
Returns the namespace.
|
String |
getTypeName()
Returns the type name.
|
short |
getXsSimpleType()
Returns the type.
|
String |
toString() |
public String getNamespace()
public String getName()
public short getXsSimpleType()
public String getTypeName()