Package com.luciad.format.xml.schema
Class TLcdXMLSchemaElement
java.lang.Object
com.luciad.format.xml.schema.TLcdXMLSchemaElement
Deprecated.
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 Summary
ConstructorDescriptionTLcdXMLSchemaElement
(TLcdXMLSchema aSchema, TLcdXMLSchemaElement aReferencedElement) Deprecated.Constructs a newTLcdXMLSchemaElement
with the specified name.TLcdXMLSchemaElement
(TLcdXMLSchema aSchema, TLcdXMLName aElementName) Deprecated.Constructs a newTLcdXMLSchemaElement
with the specified name. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.int
Deprecated.int
Deprecated.getName()
Deprecated.Returns the XML name of this schema element.Deprecated.Deprecated.getType()
Deprecated.int
hashCode()
Deprecated.boolean
isGlobal()
Deprecated.void
setMaxOccurs
(int aMaxOccurs) Deprecated.void
setMinOccurs
(int aMinOccurs) Deprecated.void
setSubstitutionGroup
(TLcdXMLSchemaElement aSubstitutionGroup) Deprecated.void
setType
(TLcdXMLSchemaType aType) Deprecated.toString()
Deprecated.
-
Constructor Details
-
TLcdXMLSchemaElement
Deprecated.Constructs a newTLcdXMLSchemaElement
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
Deprecated.Constructs a newTLcdXMLSchemaElement
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
Deprecated.Returns the XML name of this schema element.- Returns:
- the XML name of this schema element.
-
isGlobal
public boolean isGlobal()Deprecated. -
getType
Deprecated. -
setType
Deprecated. -
getSubstitutionGroup
Deprecated. -
setSubstitutionGroup
Deprecated. -
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
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-
com.format.xml.schema
API has been deprecated. Instead, use thecom.format.xml.bind.schema
API.