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
ConstructorDescriptionTLcdXMLSchemaAttribute
(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.
-
Constructor Details
-
TLcdXMLSchemaAttribute
Deprecated.Constructs a newTLcdXMLSchemaElement
with 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.schema
API has been deprecated. Instead, use thecom.format.xml.bind.schema
API.