|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataCatalogSetType
An XML DataCatalogSetType(@http://www.extreme.indiana.edu/lead/resource-catalog/v2/xsd). This is a complex type.
| Nested Class Summary | |
|---|---|
static interface |
DataCatalogSetType.Catalog
An XML catalog(@http://www.extreme.indiana.edu/lead/resource-catalog/v2/xsd). |
static class |
DataCatalogSetType.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
DataCatalogSetType.Catalog |
addNewCatalog()
Appends and returns a new empty value (as xml) as the last "catalog" element |
DataCatalogSetType.Catalog[] |
getCatalogArray()
Gets array of all "catalog" elements |
DataCatalogSetType.Catalog |
getCatalogArray(int i)
Gets ith "catalog" element |
DataCatalogSetType.Catalog |
insertNewCatalog(int i)
Inserts and returns a new empty value (as xml) as the ith "catalog" element |
void |
removeCatalog(int i)
Removes the ith "catalog" element |
void |
setCatalogArray(DataCatalogSetType.Catalog[] catalogArray)
Sets array of all "catalog" element |
void |
setCatalogArray(int i,
DataCatalogSetType.Catalog catalog)
Sets ith "catalog" element |
int |
sizeOfCatalogArray()
Returns number of "catalog" element |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
DataCatalogSetType.Catalog[] getCatalogArray()
DataCatalogSetType.Catalog getCatalogArray(int i)
int sizeOfCatalogArray()
void setCatalogArray(DataCatalogSetType.Catalog[] catalogArray)
void setCatalogArray(int i,
DataCatalogSetType.Catalog catalog)
DataCatalogSetType.Catalog insertNewCatalog(int i)
DataCatalogSetType.Catalog addNewCatalog()
void removeCatalog(int i)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||