com.activeEndpoints.schemas.catalog.x2006.x07.catalog
Interface CatalogType

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

public interface CatalogType
extends org.apache.xmlbeans.XmlObject

An XML catalogType(@http://schemas.active-endpoints.com/catalog/2006/07/catalog.xsd). This is a complex type.


Nested Class Summary
static class CatalogType.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
 SchemaEntryType addNewSchemaEntry()
          Appends and returns a new empty value (as xml) as the last "schemaEntry" element
 WsdlEntryType addNewWsdlEntry()
          Appends and returns a new empty value (as xml) as the last "wsdlEntry" element
 SchemaEntryType[] getSchemaEntryArray()
          Gets array of all "schemaEntry" elements
 SchemaEntryType getSchemaEntryArray(int i)
          Gets ith "schemaEntry" element
 String getURI()
          Gets the "URI" attribute
 WsdlEntryType[] getWsdlEntryArray()
          Gets array of all "wsdlEntry" elements
 WsdlEntryType getWsdlEntryArray(int i)
          Gets ith "wsdlEntry" element
 SchemaEntryType insertNewSchemaEntry(int i)
          Inserts and returns a new empty value (as xml) as the ith "schemaEntry" element
 WsdlEntryType insertNewWsdlEntry(int i)
          Inserts and returns a new empty value (as xml) as the ith "wsdlEntry" element
 boolean isSetURI()
          True if has "URI" attribute
 void removeSchemaEntry(int i)
          Removes the ith "schemaEntry" element
 void removeWsdlEntry(int i)
          Removes the ith "wsdlEntry" element
 void setSchemaEntryArray(int i, SchemaEntryType schemaEntry)
          Sets ith "schemaEntry" element
 void setSchemaEntryArray(SchemaEntryType[] schemaEntryArray)
          Sets array of all "schemaEntry" element
 void setURI(String uri)
          Sets the "URI" attribute
 void setWsdlEntryArray(int i, WsdlEntryType wsdlEntry)
          Sets ith "wsdlEntry" element
 void setWsdlEntryArray(WsdlEntryType[] wsdlEntryArray)
          Sets array of all "wsdlEntry" element
 int sizeOfSchemaEntryArray()
          Returns number of "schemaEntry" element
 int sizeOfWsdlEntryArray()
          Returns number of "wsdlEntry" element
 void unsetURI()
          Unsets the "URI" attribute
 org.apache.xmlbeans.XmlString xgetURI()
          Gets (as xml) the "URI" attribute
 void xsetURI(org.apache.xmlbeans.XmlString uri)
          Sets (as xml) the "URI" 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

getWsdlEntryArray

WsdlEntryType[] getWsdlEntryArray()
Gets array of all "wsdlEntry" elements


getWsdlEntryArray

WsdlEntryType getWsdlEntryArray(int i)
Gets ith "wsdlEntry" element


sizeOfWsdlEntryArray

int sizeOfWsdlEntryArray()
Returns number of "wsdlEntry" element


setWsdlEntryArray

void setWsdlEntryArray(WsdlEntryType[] wsdlEntryArray)
Sets array of all "wsdlEntry" element


setWsdlEntryArray

void setWsdlEntryArray(int i,
                       WsdlEntryType wsdlEntry)
Sets ith "wsdlEntry" element


insertNewWsdlEntry

WsdlEntryType insertNewWsdlEntry(int i)
Inserts and returns a new empty value (as xml) as the ith "wsdlEntry" element


addNewWsdlEntry

WsdlEntryType addNewWsdlEntry()
Appends and returns a new empty value (as xml) as the last "wsdlEntry" element


removeWsdlEntry

void removeWsdlEntry(int i)
Removes the ith "wsdlEntry" element


getSchemaEntryArray

SchemaEntryType[] getSchemaEntryArray()
Gets array of all "schemaEntry" elements


getSchemaEntryArray

SchemaEntryType getSchemaEntryArray(int i)
Gets ith "schemaEntry" element


sizeOfSchemaEntryArray

int sizeOfSchemaEntryArray()
Returns number of "schemaEntry" element


setSchemaEntryArray

void setSchemaEntryArray(SchemaEntryType[] schemaEntryArray)
Sets array of all "schemaEntry" element


setSchemaEntryArray

void setSchemaEntryArray(int i,
                         SchemaEntryType schemaEntry)
Sets ith "schemaEntry" element


insertNewSchemaEntry

SchemaEntryType insertNewSchemaEntry(int i)
Inserts and returns a new empty value (as xml) as the ith "schemaEntry" element


addNewSchemaEntry

SchemaEntryType addNewSchemaEntry()
Appends and returns a new empty value (as xml) as the last "schemaEntry" element


removeSchemaEntry

void removeSchemaEntry(int i)
Removes the ith "schemaEntry" element


getURI

String getURI()
Gets the "URI" attribute


xgetURI

org.apache.xmlbeans.XmlString xgetURI()
Gets (as xml) the "URI" attribute


isSetURI

boolean isSetURI()
True if has "URI" attribute


setURI

void setURI(String uri)
Sets the "URI" attribute


xsetURI

void xsetURI(org.apache.xmlbeans.XmlString uri)
Sets (as xml) the "URI" attribute


unsetURI

void unsetURI()
Unsets the "URI" attribute



Copyright © 2013 Leibniz Universität Hannover. All Rights Reserved.