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 newTLcdXMLSchemaElement
with the specified name. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getFixed()
Deprecated.getName()
Deprecated.getType()
Deprecated.boolean
isGlobal()
Deprecated.void
setDefault
(String aDefault) Deprecated.void
Deprecated.void
setGlobal
(boolean aGlobal) Deprecated.void
setType
(TLcdXMLSchemaType aType) Deprecated.
com.format.xml.schema
API has been deprecated. Instead, use thecom.format.xml.bind.schema
API.