Package com.luciad.format.xml.schema
Class TLcdXMLSchemaAttribute
java.lang.Object
com.luciad.format.xml.schema.TLcdXMLSchemaAttribute
Deprecated.
Representation of an attribute in an XML schema.
This class is still subject to API changes; it should not be instantiated or used by users.
-
Constructor Summary
ConstructorsConstructorDescriptionTLcdXMLSchemaAttribute(TLcdXMLSchema aSchema, TLcdXMLName aName) Deprecated.Constructs a newTLcdXMLSchemaElementwith the specified name. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getFixed()Deprecated.getName()Deprecated.getType()Deprecated.booleanisGlobal()Deprecated.voidsetDefault(String aDefault) Deprecated.voidDeprecated.voidsetGlobal(boolean aGlobal) Deprecated.voidsetType(TLcdXMLSchemaType aType) Deprecated.
-
Constructor Details
-
TLcdXMLSchemaAttribute
Deprecated.Constructs a newTLcdXMLSchemaElementwith the specified name.- Parameters:
aSchema-aName- the name of the schema element to be constructed.
-
-
Method Details
-
getName
Deprecated. -
getType
Deprecated. -
setType
Deprecated. -
getDefault
Deprecated. -
setDefault
Deprecated. -
getFixed
Deprecated. -
setFixed
Deprecated. -
isGlobal
public boolean isGlobal()Deprecated. -
setGlobal
public void setGlobal(boolean aGlobal) Deprecated.
-
com.format.xml.schemaAPI has been deprecated. Instead, use thecom.format.xml.bind.schemaAPI.