|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xmlbeans.impl.values.XmlComplexContentImpl
edu.indiana.extreme.lead.resource_catalog.xsd.impl.ListDataCatalogsDocumentImpl.ListDataCatalogsImpl
public static class ListDataCatalogsDocumentImpl.ListDataCatalogsImpl
An XML ListDataCatalogs(@http://www.extreme.indiana.edu/lead/resource-catalog/v2/xsd). This is a complex type.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface edu.indiana.extreme.lead.resource_catalog.xsd.ListDataCatalogsDocument.ListDataCatalogs |
|---|
ListDataCatalogsDocument.ListDataCatalogs.Factory |
| Field Summary |
|---|
| Fields inherited from interface edu.indiana.extreme.lead.resource_catalog.xsd.ListDataCatalogsDocument.ListDataCatalogs |
|---|
type |
| Constructor Summary | |
|---|---|
ListDataCatalogsDocumentImpl.ListDataCatalogsImpl(org.apache.xmlbeans.SchemaType sType)
|
|
| Method Summary | |
|---|---|
void |
addGroup(java.lang.String group)
Appends the value as the last "group" element |
org.apache.xmlbeans.XmlString |
addNewGroup()
Appends and returns a new empty value (as xml) as the last "group" element |
DataCatalogType.Enum |
getCatalogType()
Gets the "catalogType" element |
java.lang.String |
getCatalogUrl()
Gets the "catalogUrl" element |
java.lang.String[] |
getGroupArray()
Gets array of all "group" elements |
java.lang.String |
getGroupArray(int i)
Gets ith "group" element |
java.lang.String |
getUserDN()
Gets the "userDN" element |
void |
insertGroup(int i,
java.lang.String group)
Inserts the value as the ith "group" element |
org.apache.xmlbeans.XmlString |
insertNewGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "group" element |
boolean |
isSetCatalogType()
True if has "catalogType" element |
boolean |
isSetCatalogUrl()
True if has "catalogUrl" element |
boolean |
isSetUserDN()
True if has "userDN" element |
void |
removeGroup(int i)
Removes the ith "group" element |
void |
setCatalogType(DataCatalogType.Enum catalogType)
Sets the "catalogType" element |
void |
setCatalogUrl(java.lang.String catalogUrl)
Sets the "catalogUrl" element |
void |
setGroupArray(int i,
java.lang.String group)
Sets ith "group" element |
void |
setGroupArray(java.lang.String[] groupArray)
Sets array of all "group" element |
void |
setUserDN(java.lang.String userDN)
Sets the "userDN" element |
int |
sizeOfGroupArray()
Returns number of "group" element |
void |
unsetCatalogType()
Unsets the "catalogType" element |
void |
unsetCatalogUrl()
Unsets the "catalogUrl" element |
void |
unsetUserDN()
Unsets the "userDN" element |
DataCatalogType |
xgetCatalogType()
Gets (as xml) the "catalogType" element |
org.apache.xmlbeans.XmlAnyURI |
xgetCatalogUrl()
Gets (as xml) the "catalogUrl" element |
org.apache.xmlbeans.XmlString[] |
xgetGroupArray()
Gets (as xml) array of all "group" elements |
org.apache.xmlbeans.XmlString |
xgetGroupArray(int i)
Gets (as xml) ith "group" element |
org.apache.xmlbeans.XmlString |
xgetUserDN()
Gets (as xml) the "userDN" element |
void |
xsetCatalogType(DataCatalogType catalogType)
Sets (as xml) the "catalogType" element |
void |
xsetCatalogUrl(org.apache.xmlbeans.XmlAnyURI catalogUrl)
Sets (as xml) the "catalogUrl" element |
void |
xsetGroupArray(int i,
org.apache.xmlbeans.XmlString group)
Sets (as xml) ith "group" element |
void |
xsetGroupArray(org.apache.xmlbeans.XmlString[] groupArray)
Sets (as xml) array of all "group" element |
void |
xsetUserDN(org.apache.xmlbeans.XmlString userDN)
Sets (as xml) the "userDN" element |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListDataCatalogsDocumentImpl.ListDataCatalogsImpl(org.apache.xmlbeans.SchemaType sType)
| Method Detail |
|---|
public java.lang.String getCatalogUrl()
getCatalogUrl in interface ListDataCatalogsDocument.ListDataCatalogspublic org.apache.xmlbeans.XmlAnyURI xgetCatalogUrl()
xgetCatalogUrl in interface ListDataCatalogsDocument.ListDataCatalogspublic boolean isSetCatalogUrl()
isSetCatalogUrl in interface ListDataCatalogsDocument.ListDataCatalogspublic void setCatalogUrl(java.lang.String catalogUrl)
setCatalogUrl in interface ListDataCatalogsDocument.ListDataCatalogspublic void xsetCatalogUrl(org.apache.xmlbeans.XmlAnyURI catalogUrl)
xsetCatalogUrl in interface ListDataCatalogsDocument.ListDataCatalogspublic void unsetCatalogUrl()
unsetCatalogUrl in interface ListDataCatalogsDocument.ListDataCatalogspublic DataCatalogType.Enum getCatalogType()
getCatalogType in interface ListDataCatalogsDocument.ListDataCatalogspublic DataCatalogType xgetCatalogType()
xgetCatalogType in interface ListDataCatalogsDocument.ListDataCatalogspublic boolean isSetCatalogType()
isSetCatalogType in interface ListDataCatalogsDocument.ListDataCatalogspublic void setCatalogType(DataCatalogType.Enum catalogType)
setCatalogType in interface ListDataCatalogsDocument.ListDataCatalogspublic void xsetCatalogType(DataCatalogType catalogType)
xsetCatalogType in interface ListDataCatalogsDocument.ListDataCatalogspublic void unsetCatalogType()
unsetCatalogType in interface ListDataCatalogsDocument.ListDataCatalogspublic java.lang.String getUserDN()
getUserDN in interface ListDataCatalogsDocument.ListDataCatalogspublic org.apache.xmlbeans.XmlString xgetUserDN()
xgetUserDN in interface ListDataCatalogsDocument.ListDataCatalogspublic boolean isSetUserDN()
isSetUserDN in interface ListDataCatalogsDocument.ListDataCatalogspublic void setUserDN(java.lang.String userDN)
setUserDN in interface ListDataCatalogsDocument.ListDataCatalogspublic void xsetUserDN(org.apache.xmlbeans.XmlString userDN)
xsetUserDN in interface ListDataCatalogsDocument.ListDataCatalogspublic void unsetUserDN()
unsetUserDN in interface ListDataCatalogsDocument.ListDataCatalogspublic java.lang.String[] getGroupArray()
getGroupArray in interface ListDataCatalogsDocument.ListDataCatalogspublic java.lang.String getGroupArray(int i)
getGroupArray in interface ListDataCatalogsDocument.ListDataCatalogspublic org.apache.xmlbeans.XmlString[] xgetGroupArray()
xgetGroupArray in interface ListDataCatalogsDocument.ListDataCatalogspublic org.apache.xmlbeans.XmlString xgetGroupArray(int i)
xgetGroupArray in interface ListDataCatalogsDocument.ListDataCatalogspublic int sizeOfGroupArray()
sizeOfGroupArray in interface ListDataCatalogsDocument.ListDataCatalogspublic void setGroupArray(java.lang.String[] groupArray)
setGroupArray in interface ListDataCatalogsDocument.ListDataCatalogs
public void setGroupArray(int i,
java.lang.String group)
setGroupArray in interface ListDataCatalogsDocument.ListDataCatalogspublic void xsetGroupArray(org.apache.xmlbeans.XmlString[] groupArray)
xsetGroupArray in interface ListDataCatalogsDocument.ListDataCatalogs
public void xsetGroupArray(int i,
org.apache.xmlbeans.XmlString group)
xsetGroupArray in interface ListDataCatalogsDocument.ListDataCatalogs
public void insertGroup(int i,
java.lang.String group)
insertGroup in interface ListDataCatalogsDocument.ListDataCatalogspublic void addGroup(java.lang.String group)
addGroup in interface ListDataCatalogsDocument.ListDataCatalogspublic org.apache.xmlbeans.XmlString insertNewGroup(int i)
insertNewGroup in interface ListDataCatalogsDocument.ListDataCatalogspublic org.apache.xmlbeans.XmlString addNewGroup()
addNewGroup in interface ListDataCatalogsDocument.ListDataCatalogspublic void removeGroup(int i)
removeGroup in interface ListDataCatalogsDocument.ListDataCatalogs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||