|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldDocument.Field | |
---|---|
org.w3.x2001.xmlSchema | |
org.w3.x2001.xmlSchema.impl |
Uses of FieldDocument.Field in org.w3.x2001.xmlSchema |
---|
Methods in org.w3.x2001.xmlSchema that return FieldDocument.Field | |
---|---|
FieldDocument.Field |
FieldDocument.addNewField()
Appends and returns a new empty "field" element |
FieldDocument.Field |
Keybase.addNewField()
Appends and returns a new empty value (as xml) as the last "field" element |
FieldDocument.Field |
FieldDocument.getField()
Gets the "field" element |
FieldDocument.Field[] |
Keybase.getFieldArray()
Gets array of all "field" elements |
FieldDocument.Field |
Keybase.getFieldArray(int i)
Gets ith "field" element |
FieldDocument.Field |
Keybase.insertNewField(int i)
Inserts and returns a new empty value (as xml) as the ith "field" element |
static FieldDocument.Field |
FieldDocument.Field.Factory.newInstance()
|
static FieldDocument.Field |
FieldDocument.Field.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
Methods in org.w3.x2001.xmlSchema with parameters of type FieldDocument.Field | |
---|---|
void |
FieldDocument.setField(FieldDocument.Field field)
Sets the "field" element |
void |
Keybase.setFieldArray(FieldDocument.Field[] fieldArray)
Sets array of all "field" element |
void |
Keybase.setFieldArray(int i,
FieldDocument.Field field)
Sets ith "field" element |
Uses of FieldDocument.Field in org.w3.x2001.xmlSchema.impl |
---|
Classes in org.w3.x2001.xmlSchema.impl that implement FieldDocument.Field | |
---|---|
static class |
FieldDocumentImpl.FieldImpl
An XML field(@http://www.w3.org/2001/XMLSchema). |
Methods in org.w3.x2001.xmlSchema.impl that return FieldDocument.Field | |
---|---|
FieldDocument.Field |
KeybaseImpl.addNewField()
Appends and returns a new empty value (as xml) as the last "field" element |
FieldDocument.Field |
FieldDocumentImpl.addNewField()
Appends and returns a new empty "field" element |
FieldDocument.Field |
FieldDocumentImpl.getField()
Gets the "field" element |
FieldDocument.Field[] |
KeybaseImpl.getFieldArray()
Gets array of all "field" elements |
FieldDocument.Field |
KeybaseImpl.getFieldArray(int i)
Gets ith "field" element |
FieldDocument.Field |
KeybaseImpl.insertNewField(int i)
Inserts and returns a new empty value (as xml) as the ith "field" element |
Methods in org.w3.x2001.xmlSchema.impl with parameters of type FieldDocument.Field | |
---|---|
void |
FieldDocumentImpl.setField(FieldDocument.Field field)
Sets the "field" element |
void |
KeybaseImpl.setFieldArray(FieldDocument.Field[] fieldArray)
Sets array of all "field" element |
void |
KeybaseImpl.setFieldArray(int i,
FieldDocument.Field field)
Sets ith "field" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |