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
ConstructorsConstructorDescriptionTLcdXMLSchemaElement(TLcdXMLSchema aSchema, TLcdXMLSchemaElement aReferencedElement) Deprecated.Constructs a newTLcdXMLSchemaElementwith the specified name.TLcdXMLSchemaElement(TLcdXMLSchema aSchema, TLcdXMLName aElementName) Deprecated.Constructs a newTLcdXMLSchemaElementwith the specified name. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.intDeprecated.intDeprecated.getName()Deprecated.Returns the XML name of this schema element.Deprecated.Deprecated.getType()Deprecated.inthashCode()Deprecated.booleanisGlobal()Deprecated.voidsetMaxOccurs(int aMaxOccurs) Deprecated.voidsetMinOccurs(int aMinOccurs) Deprecated.voidsetSubstitutionGroup(TLcdXMLSchemaElement aSubstitutionGroup) Deprecated.voidsetType(TLcdXMLSchemaType aType) Deprecated.toString()Deprecated.
-
Constructor Details
-
TLcdXMLSchemaElement
Deprecated.Constructs a newTLcdXMLSchemaElementwith 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 newTLcdXMLSchemaElementwith 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.schemaAPI has been deprecated. Instead, use thecom.format.xml.bind.schemaAPI.