|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SchemaComponentType
An XML SchemaComponentType(@http://www.opengis.net/cat/csw/2.0.2). This is a complex type.
Nested Class Summary | |
---|---|
static class |
SchemaComponentType.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
String |
getParentSchema()
Gets the "parentSchema" attribute |
String |
getSchemaLanguage()
Gets the "schemaLanguage" attribute |
String |
getTargetNamespace()
Gets the "targetNamespace" attribute |
boolean |
isSetParentSchema()
True if has "parentSchema" attribute |
void |
setParentSchema(String parentSchema)
Sets the "parentSchema" attribute |
void |
setSchemaLanguage(String schemaLanguage)
Sets the "schemaLanguage" attribute |
void |
setTargetNamespace(String targetNamespace)
Sets the "targetNamespace" attribute |
void |
unsetParentSchema()
Unsets the "parentSchema" attribute |
org.apache.xmlbeans.XmlAnyURI |
xgetParentSchema()
Gets (as xml) the "parentSchema" attribute |
org.apache.xmlbeans.XmlAnyURI |
xgetSchemaLanguage()
Gets (as xml) the "schemaLanguage" attribute |
org.apache.xmlbeans.XmlAnyURI |
xgetTargetNamespace()
Gets (as xml) the "targetNamespace" attribute |
void |
xsetParentSchema(org.apache.xmlbeans.XmlAnyURI parentSchema)
Sets (as xml) the "parentSchema" attribute |
void |
xsetSchemaLanguage(org.apache.xmlbeans.XmlAnyURI schemaLanguage)
Sets (as xml) the "schemaLanguage" attribute |
void |
xsetTargetNamespace(org.apache.xmlbeans.XmlAnyURI targetNamespace)
Sets (as xml) the "targetNamespace" attribute |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
---|
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
String getTargetNamespace()
org.apache.xmlbeans.XmlAnyURI xgetTargetNamespace()
void setTargetNamespace(String targetNamespace)
void xsetTargetNamespace(org.apache.xmlbeans.XmlAnyURI targetNamespace)
String getParentSchema()
org.apache.xmlbeans.XmlAnyURI xgetParentSchema()
boolean isSetParentSchema()
void setParentSchema(String parentSchema)
void xsetParentSchema(org.apache.xmlbeans.XmlAnyURI parentSchema)
void unsetParentSchema()
String getSchemaLanguage()
org.apache.xmlbeans.XmlAnyURI xgetSchemaLanguage()
void setSchemaLanguage(String schemaLanguage)
void xsetSchemaLanguage(org.apache.xmlbeans.XmlAnyURI schemaLanguage)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |