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

    • TLcdXMLSchemaElement

      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

      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

    • getName

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

      public boolean isGlobal()
      Deprecated.
    • getType

      public TLcdXMLSchemaType getType()
      Deprecated.
    • setType

      public void setType(TLcdXMLSchemaType aType)
      Deprecated.
    • getSubstitutionGroup

      public TLcdXMLSchemaElement getSubstitutionGroup()
      Deprecated.
    • setSubstitutionGroup

      public void setSubstitutionGroup(TLcdXMLSchemaElement aSubstitutionGroup)
      Deprecated.
    • getReferencedElement

      public TLcdXMLSchemaElement getReferencedElement()
      Deprecated.
    • getMinOccurs

      public int getMinOccurs()
      Deprecated.
    • setMinOccurs

      public void setMinOccurs(int aMinOccurs)
      Deprecated.
    • getMaxOccurs

      public int getMaxOccurs()
      Deprecated.
    • setMaxOccurs

      public void setMaxOccurs(int aMaxOccurs)
      Deprecated.
    • equals

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

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

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