|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SchemaEntryType | |
|---|---|
| com.activeEndpoints.schemas.catalog.x2006.x07.catalog | |
| com.activeEndpoints.schemas.catalog.x2006.x07.catalog.impl | |
| Uses of SchemaEntryType in com.activeEndpoints.schemas.catalog.x2006.x07.catalog |
|---|
| Methods in com.activeEndpoints.schemas.catalog.x2006.x07.catalog that return SchemaEntryType | |
|---|---|
SchemaEntryType |
CatalogType.addNewSchemaEntry()
Appends and returns a new empty value (as xml) as the last "schemaEntry" element |
SchemaEntryType[] |
CatalogType.getSchemaEntryArray()
Gets array of all "schemaEntry" elements |
SchemaEntryType |
CatalogType.getSchemaEntryArray(int i)
Gets ith "schemaEntry" element |
SchemaEntryType |
CatalogType.insertNewSchemaEntry(int i)
Inserts and returns a new empty value (as xml) as the ith "schemaEntry" element |
static SchemaEntryType |
SchemaEntryType.Factory.newInstance()
|
static SchemaEntryType |
SchemaEntryType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static SchemaEntryType |
SchemaEntryType.Factory.parse(File file)
|
static SchemaEntryType |
SchemaEntryType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static SchemaEntryType |
SchemaEntryType.Factory.parse(InputStream is)
|
static SchemaEntryType |
SchemaEntryType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static SchemaEntryType |
SchemaEntryType.Factory.parse(Node node)
|
static SchemaEntryType |
SchemaEntryType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static SchemaEntryType |
SchemaEntryType.Factory.parse(Reader r)
|
static SchemaEntryType |
SchemaEntryType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static SchemaEntryType |
SchemaEntryType.Factory.parse(String xmlAsString)
|
static SchemaEntryType |
SchemaEntryType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static SchemaEntryType |
SchemaEntryType.Factory.parse(URL u)
|
static SchemaEntryType |
SchemaEntryType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static SchemaEntryType |
SchemaEntryType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static SchemaEntryType |
SchemaEntryType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static SchemaEntryType |
SchemaEntryType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static SchemaEntryType |
SchemaEntryType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
| Methods in com.activeEndpoints.schemas.catalog.x2006.x07.catalog with parameters of type SchemaEntryType | |
|---|---|
void |
CatalogType.setSchemaEntryArray(int i,
SchemaEntryType schemaEntry)
Sets ith "schemaEntry" element |
void |
CatalogType.setSchemaEntryArray(SchemaEntryType[] schemaEntryArray)
Sets array of all "schemaEntry" element |
| Uses of SchemaEntryType in com.activeEndpoints.schemas.catalog.x2006.x07.catalog.impl |
|---|
| Classes in com.activeEndpoints.schemas.catalog.x2006.x07.catalog.impl that implement SchemaEntryType | |
|---|---|
class |
SchemaEntryTypeImpl
An XML schemaEntryType(@http://schemas.active-endpoints.com/catalog/2006/07/catalog.xsd). |
| Methods in com.activeEndpoints.schemas.catalog.x2006.x07.catalog.impl that return SchemaEntryType | |
|---|---|
SchemaEntryType |
CatalogTypeImpl.addNewSchemaEntry()
Appends and returns a new empty value (as xml) as the last "schemaEntry" element |
SchemaEntryType[] |
CatalogTypeImpl.getSchemaEntryArray()
Gets array of all "schemaEntry" elements |
SchemaEntryType |
CatalogTypeImpl.getSchemaEntryArray(int i)
Gets ith "schemaEntry" element |
SchemaEntryType |
CatalogTypeImpl.insertNewSchemaEntry(int i)
Inserts and returns a new empty value (as xml) as the ith "schemaEntry" element |
| Methods in com.activeEndpoints.schemas.catalog.x2006.x07.catalog.impl with parameters of type SchemaEntryType | |
|---|---|
void |
CatalogTypeImpl.setSchemaEntryArray(int i,
SchemaEntryType schemaEntry)
Sets ith "schemaEntry" element |
void |
CatalogTypeImpl.setSchemaEntryArray(SchemaEntryType[] schemaEntryArray)
Sets array of all "schemaEntry" element |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||