com.format.xml.schema
API has been deprecated. Instead, use the com.format.xml.bind.schema
API.public class TLcdXMLSchemaAttribute
extends java.lang.Object
Constructor and Description |
---|
TLcdXMLSchemaAttribute(TLcdXMLSchema aSchema,
TLcdXMLName aName)
Deprecated.
Constructs a new
TLcdXMLSchemaElement with the specified name. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefault()
Deprecated.
|
java.lang.String |
getFixed()
Deprecated.
|
TLcdXMLName |
getName()
Deprecated.
|
TLcdXMLSchemaType |
getType()
Deprecated.
|
boolean |
isGlobal()
Deprecated.
|
void |
setDefault(java.lang.String aDefault)
Deprecated.
|
void |
setFixed(java.lang.String aFixed)
Deprecated.
|
void |
setGlobal(boolean aGlobal)
Deprecated.
|
void |
setType(TLcdXMLSchemaType aType)
Deprecated.
|
public TLcdXMLSchemaAttribute(TLcdXMLSchema aSchema, TLcdXMLName aName)
TLcdXMLSchemaElement
with the specified name.aSchema
- aName
- the name of the schema element to be constructed.public TLcdXMLName getName()
public TLcdXMLSchemaType getType()
public void setType(TLcdXMLSchemaType aType)
public java.lang.String getDefault()
public void setDefault(java.lang.String aDefault)
public java.lang.String getFixed()
public void setFixed(java.lang.String aFixed)
public boolean isGlobal()
public void setGlobal(boolean aGlobal)