|
||||||||||
| 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.UserGroupListTypeImpl
public class UserGroupListTypeImpl
An XML UserGroupListType(@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.UserGroupListType |
|---|
UserGroupListType.Factory |
| Field Summary |
|---|
| Fields inherited from interface edu.indiana.extreme.lead.resource_catalog.xsd.UserGroupListType |
|---|
type |
| Constructor Summary | |
|---|---|
UserGroupListTypeImpl(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 |
org.apache.xmlbeans.XmlString |
addNewUserDN()
Appends and returns a new empty value (as xml) as the last "userDN" element |
void |
addUserDN(java.lang.String userDN)
Appends the value as the last "userDN" element |
java.lang.String[] |
getGroupArray()
Gets array of all "group" elements |
java.lang.String |
getGroupArray(int i)
Gets ith "group" element |
java.lang.String[] |
getUserDNArray()
Gets array of all "userDN" elements |
java.lang.String |
getUserDNArray(int i)
Gets ith "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 |
org.apache.xmlbeans.XmlString |
insertNewUserDN(int i)
Inserts and returns a new empty value (as xml) as the ith "userDN" element |
void |
insertUserDN(int i,
java.lang.String userDN)
Inserts the value as the ith "userDN" element |
void |
removeGroup(int i)
Removes the ith "group" element |
void |
removeUserDN(int i)
Removes the ith "userDN" 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 |
setUserDNArray(int i,
java.lang.String userDN)
Sets ith "userDN" element |
void |
setUserDNArray(java.lang.String[] userDNArray)
Sets array of all "userDN" element |
int |
sizeOfGroupArray()
Returns number of "group" element |
int |
sizeOfUserDNArray()
Returns number of "userDN" 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[] |
xgetUserDNArray()
Gets (as xml) array of all "userDN" elements |
org.apache.xmlbeans.XmlString |
xgetUserDNArray(int i)
Gets (as xml) ith "userDN" 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 |
xsetUserDNArray(int i,
org.apache.xmlbeans.XmlString userDN)
Sets (as xml) ith "userDN" element |
void |
xsetUserDNArray(org.apache.xmlbeans.XmlString[] userDNArray)
Sets (as xml) array of all "userDN" element |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserGroupListTypeImpl(org.apache.xmlbeans.SchemaType sType)
| Method Detail |
|---|
public java.lang.String[] getUserDNArray()
getUserDNArray in interface UserGroupListTypepublic java.lang.String getUserDNArray(int i)
getUserDNArray in interface UserGroupListTypepublic org.apache.xmlbeans.XmlString[] xgetUserDNArray()
xgetUserDNArray in interface UserGroupListTypepublic org.apache.xmlbeans.XmlString xgetUserDNArray(int i)
xgetUserDNArray in interface UserGroupListTypepublic int sizeOfUserDNArray()
sizeOfUserDNArray in interface UserGroupListTypepublic void setUserDNArray(java.lang.String[] userDNArray)
setUserDNArray in interface UserGroupListType
public void setUserDNArray(int i,
java.lang.String userDN)
setUserDNArray in interface UserGroupListTypepublic void xsetUserDNArray(org.apache.xmlbeans.XmlString[] userDNArray)
xsetUserDNArray in interface UserGroupListType
public void xsetUserDNArray(int i,
org.apache.xmlbeans.XmlString userDN)
xsetUserDNArray in interface UserGroupListType
public void insertUserDN(int i,
java.lang.String userDN)
insertUserDN in interface UserGroupListTypepublic void addUserDN(java.lang.String userDN)
addUserDN in interface UserGroupListTypepublic org.apache.xmlbeans.XmlString insertNewUserDN(int i)
insertNewUserDN in interface UserGroupListTypepublic org.apache.xmlbeans.XmlString addNewUserDN()
addNewUserDN in interface UserGroupListTypepublic void removeUserDN(int i)
removeUserDN in interface UserGroupListTypepublic java.lang.String[] getGroupArray()
getGroupArray in interface UserGroupListTypepublic java.lang.String getGroupArray(int i)
getGroupArray in interface UserGroupListTypepublic org.apache.xmlbeans.XmlString[] xgetGroupArray()
xgetGroupArray in interface UserGroupListTypepublic org.apache.xmlbeans.XmlString xgetGroupArray(int i)
xgetGroupArray in interface UserGroupListTypepublic int sizeOfGroupArray()
sizeOfGroupArray in interface UserGroupListTypepublic void setGroupArray(java.lang.String[] groupArray)
setGroupArray in interface UserGroupListType
public void setGroupArray(int i,
java.lang.String group)
setGroupArray in interface UserGroupListTypepublic void xsetGroupArray(org.apache.xmlbeans.XmlString[] groupArray)
xsetGroupArray in interface UserGroupListType
public void xsetGroupArray(int i,
org.apache.xmlbeans.XmlString group)
xsetGroupArray in interface UserGroupListType
public void insertGroup(int i,
java.lang.String group)
insertGroup in interface UserGroupListTypepublic void addGroup(java.lang.String group)
addGroup in interface UserGroupListTypepublic org.apache.xmlbeans.XmlString insertNewGroup(int i)
insertNewGroup in interface UserGroupListTypepublic org.apache.xmlbeans.XmlString addNewGroup()
addNewGroup in interface UserGroupListTypepublic void removeGroup(int i)
removeGroup in interface UserGroupListType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||