org.w3.x2001.xmlSchema
Interface Keybase

All Superinterfaces:
Annotated, OpenAttrs, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
KeyrefDocument.Keyref
All Known Implementing Classes:
KeybaseImpl, KeyrefDocumentImpl.KeyrefImpl

public interface Keybase
extends Annotated

An XML keybase(@http://www.w3.org/2001/XMLSchema). This is a complex type.


Nested Class Summary
static class Keybase.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
 FieldDocument.Field addNewField()
          Appends and returns a new empty value (as xml) as the last "field" element
 SelectorDocument.Selector addNewSelector()
          Appends and returns a new empty "selector" element
 FieldDocument.Field[] getFieldArray()
          Gets array of all "field" elements
 FieldDocument.Field getFieldArray(int i)
          Gets ith "field" element
 java.lang.String getName()
          Gets the "name" attribute
 SelectorDocument.Selector getSelector()
          Gets the "selector" element
 FieldDocument.Field insertNewField(int i)
          Inserts and returns a new empty value (as xml) as the ith "field" element
 void removeField(int i)
          Removes the ith "field" element
 void setFieldArray(FieldDocument.Field[] fieldArray)
          Sets array of all "field" element
 void setFieldArray(int i, FieldDocument.Field field)
          Sets ith "field" element
 void setName(java.lang.String name)
          Sets the "name" attribute
 void setSelector(SelectorDocument.Selector selector)
          Sets the "selector" element
 int sizeOfFieldArray()
          Returns number of "field" element
 org.apache.xmlbeans.XmlNCName xgetName()
          Gets (as xml) the "name" attribute
 void xsetName(org.apache.xmlbeans.XmlNCName name)
          Sets (as xml) the "name" attribute
 
Methods inherited from interface org.w3.x2001.xmlSchema.Annotated
addNewAnnotation, getAnnotation, getId, isSetAnnotation, isSetId, setAnnotation, setId, unsetAnnotation, unsetId, xgetId, xsetId
 
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

getSelector

SelectorDocument.Selector getSelector()
Gets the "selector" element


setSelector

void setSelector(SelectorDocument.Selector selector)
Sets the "selector" element


addNewSelector

SelectorDocument.Selector addNewSelector()
Appends and returns a new empty "selector" element


getFieldArray

FieldDocument.Field[] getFieldArray()
Gets array of all "field" elements


getFieldArray

FieldDocument.Field getFieldArray(int i)
Gets ith "field" element


sizeOfFieldArray

int sizeOfFieldArray()
Returns number of "field" element


setFieldArray

void setFieldArray(FieldDocument.Field[] fieldArray)
Sets array of all "field" element


setFieldArray

void setFieldArray(int i,
                   FieldDocument.Field field)
Sets ith "field" element


insertNewField

FieldDocument.Field insertNewField(int i)
Inserts and returns a new empty value (as xml) as the ith "field" element


addNewField

FieldDocument.Field addNewField()
Appends and returns a new empty value (as xml) as the last "field" element


removeField

void removeField(int i)
Removes the ith "field" element


getName

java.lang.String getName()
Gets the "name" attribute


xgetName

org.apache.xmlbeans.XmlNCName xgetName()
Gets (as xml) the "name" attribute


setName

void setName(java.lang.String name)
Sets the "name" attribute


xsetName

void xsetName(org.apache.xmlbeans.XmlNCName name)
Sets (as xml) the "name" attribute



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.