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

    • TLcdXMLSchemaAttribute

      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

    • getName

      public TLcdXMLName getName()
      Deprecated.
    • getType

      public TLcdXMLSchemaType getType()
      Deprecated.
    • setType

      public void setType(TLcdXMLSchemaType aType)
      Deprecated.
    • getDefault

      public String getDefault()
      Deprecated.
    • setDefault

      public void setDefault(String aDefault)
      Deprecated.
    • getFixed

      public String getFixed()
      Deprecated.
    • setFixed

      public void setFixed(String aFixed)
      Deprecated.
    • isGlobal

      public boolean isGlobal()
      Deprecated.
    • setGlobal

      public void setGlobal(boolean aGlobal)
      Deprecated.