Class TLcdXMLSchemaElement

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

public class TLcdXMLSchemaElement 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 element 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

    • TLcdXMLSchemaElement Link icon

      public TLcdXMLSchemaElement(TLcdXMLSchema aSchema, TLcdXMLName aElementName)
      Deprecated.
      Constructs a new TLcdXMLSchemaElement with the specified name.
      Parameters:
      aSchema - the schema in which this schema element is contained.
      aElementName - the name of the schema element to be constructed.
    • TLcdXMLSchemaElement Link icon

      public TLcdXMLSchemaElement(TLcdXMLSchema aSchema, TLcdXMLSchemaElement aReferencedElement)
      Deprecated.
      Constructs a new TLcdXMLSchemaElement with the specified name.
      Parameters:
      aSchema - the schema in which this schema element is contained.
      aReferencedElement - the schema element to which this element references.
  • Method Details Link icon

    • getName Link icon

      public TLcdXMLName getName()
      Deprecated.
      Returns the XML name of this schema element.
      Returns:
      the XML name of this schema element.
    • isGlobal Link icon

      public boolean isGlobal()
      Deprecated.
    • getType Link icon

      public TLcdXMLSchemaType getType()
      Deprecated.
    • setType Link icon

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

      public TLcdXMLSchemaElement getSubstitutionGroup()
      Deprecated.
    • setSubstitutionGroup Link icon

      public void setSubstitutionGroup(TLcdXMLSchemaElement aSubstitutionGroup)
      Deprecated.
    • getReferencedElement Link icon

      public TLcdXMLSchemaElement getReferencedElement()
      Deprecated.
    • getMinOccurs Link icon

      public int getMinOccurs()
      Deprecated.
    • setMinOccurs Link icon

      public void setMinOccurs(int aMinOccurs)
      Deprecated.
    • getMaxOccurs Link icon

      public int getMaxOccurs()
      Deprecated.
    • setMaxOccurs Link icon

      public void setMaxOccurs(int aMaxOccurs)
      Deprecated.
    • equals Link icon

      public boolean equals(Object obj)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object