net.opengis.cat.csw.x202
Interface SchemaComponentType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
SchemaComponentTypeImpl

public interface SchemaComponentType
extends org.apache.xmlbeans.XmlObject

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getTargetNamespace

String getTargetNamespace()
Gets the "targetNamespace" attribute


xgetTargetNamespace

org.apache.xmlbeans.XmlAnyURI xgetTargetNamespace()
Gets (as xml) the "targetNamespace" attribute


setTargetNamespace

void setTargetNamespace(String targetNamespace)
Sets the "targetNamespace" attribute


xsetTargetNamespace

void xsetTargetNamespace(org.apache.xmlbeans.XmlAnyURI targetNamespace)
Sets (as xml) the "targetNamespace" attribute


getParentSchema

String getParentSchema()
Gets the "parentSchema" attribute


xgetParentSchema

org.apache.xmlbeans.XmlAnyURI xgetParentSchema()
Gets (as xml) the "parentSchema" attribute


isSetParentSchema

boolean isSetParentSchema()
True if has "parentSchema" attribute


setParentSchema

void setParentSchema(String parentSchema)
Sets the "parentSchema" attribute


xsetParentSchema

void xsetParentSchema(org.apache.xmlbeans.XmlAnyURI parentSchema)
Sets (as xml) the "parentSchema" attribute


unsetParentSchema

void unsetParentSchema()
Unsets the "parentSchema" attribute


getSchemaLanguage

String getSchemaLanguage()
Gets the "schemaLanguage" attribute


xgetSchemaLanguage

org.apache.xmlbeans.XmlAnyURI xgetSchemaLanguage()
Gets (as xml) the "schemaLanguage" attribute


setSchemaLanguage

void setSchemaLanguage(String schemaLanguage)
Sets the "schemaLanguage" attribute


xsetSchemaLanguage

void xsetSchemaLanguage(org.apache.xmlbeans.XmlAnyURI schemaLanguage)
Sets (as xml) the "schemaLanguage" attribute



Copyright © 2004-2012 52north.org. All Rights Reserved.