Class TLcdXMLSchemaAttribute

java.lang.Object
com.luciad.format.xml.schema.TLcdXMLSchemaAttribute

public class TLcdXMLSchemaAttribute extends Object
Deprecated.
Use of the com.format.xml.schema API has been deprecated. Instead, use the com.format.xml.bind.schema API.
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 Details Link icon

    • TLcdXMLSchemaAttribute Link icon

      public TLcdXMLSchemaAttribute(TLcdXMLSchema aSchema, TLcdXMLName aName)
      Deprecated.
      Constructs a new TLcdXMLSchemaElement with the specified name.
      Parameters:
      aSchema -
      aName - the name of the schema element to be constructed.
  • Method Details Link icon

    • getName Link icon

      public TLcdXMLName getName()
      Deprecated.
    • getType Link icon

      public TLcdXMLSchemaType getType()
      Deprecated.
    • setType Link icon

      public void setType(TLcdXMLSchemaType aType)
      Deprecated.
    • getDefault Link icon

      public String getDefault()
      Deprecated.
    • setDefault Link icon

      public void setDefault(String aDefault)
      Deprecated.
    • getFixed Link icon

      public String getFixed()
      Deprecated.
    • setFixed Link icon

      public void setFixed(String aFixed)
      Deprecated.
    • isGlobal Link icon

      public boolean isGlobal()
      Deprecated.
    • setGlobal Link icon

      public void setGlobal(boolean aGlobal)
      Deprecated.