public class FeatureProperty extends Object
| Constructor and Description |
|---|
FeatureProperty() |
FeatureProperty(QName featureType,
org.apache.xerces.xs.XSElementDeclaration declaration)
Constructor specifying the feature type and property declaration.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.xerces.xs.XSElementDeclaration |
getDeclaration()
Gets the element declaration for this feature property.
|
QName |
getFeatureType()
Gets the qualified name of the feature type to which this property
belongs.
|
QName |
getName()
Gets the qualified name of the feature property.
|
(package private) QName |
getTypeName(org.apache.xerces.xs.XSElementDeclaration decl)
Returns the name of a property value type.
|
QName |
getValueType()
Gets the qualified name of the property value type.
|
void |
setDeclaration(org.apache.xerces.xs.XSElementDeclaration declaration) |
void |
setFeatureType(QName featureType) |
void |
setName(QName name) |
void |
setValueType(QName valueType) |
String |
toString() |
public FeatureProperty()
public FeatureProperty(QName featureType, org.apache.xerces.xs.XSElementDeclaration declaration)
featureType - A QName specifying the feature type to which the property
belongs.declaration - A schema component representing an element declaration for the
property.public QName getName()
public void setName(QName name)
public QName getFeatureType()
public void setFeatureType(QName featureType)
public QName getValueType()
public void setValueType(QName valueType)
public org.apache.xerces.xs.XSElementDeclaration getDeclaration()
public void setDeclaration(org.apache.xerces.xs.XSElementDeclaration declaration)
QName getTypeName(org.apache.xerces.xs.XSElementDeclaration decl)
decl - A schema component representing an element declaration.Copyright © 2016 Open Geospatial Consortium. All rights reserved.