|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.UserInfoType
public class UserInfoType
Datentyp für VEU-Teilnehmerinformationen (HKD, HTD).
Java class for UserInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="UserID">
<complexType>
<simpleContent>
<extension base="<http://www.ebics.org/H003>UserIDType">
<attribute name="Status" use="required" type="{http://www.ebics.org/H003}UserStatusType" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="Name" type="{http://www.ebics.org/H003}NameType" minOccurs="0"/>
<element name="Permission" type="{http://www.ebics.org/H003}UserPermissionType" maxOccurs="unbounded"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
UserInfoType.UserID
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected Object[] |
any
|
protected String |
name
|
protected UserPermissionType[] |
permission
|
protected UserInfoType.UserID |
userID
|
| Constructor Summary | |
|---|---|
UserInfoType()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.UserInfoType instance. |
|
UserInfoType(UserInfoType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.UserInfoType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
UserInfoType |
clone()
Creates and returns a copy of this object. |
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
String |
getName()
Gets the value of the name property. |
UserPermissionType[] |
getPermission()
|
UserPermissionType |
getPermission(int idx)
|
int |
getPermissionLength()
|
UserInfoType.UserID |
getUserID()
Gets the value of the userID property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setName(String value)
Sets the value of the name property. |
UserPermissionType |
setPermission(int idx,
UserPermissionType value)
|
void |
setPermission(UserPermissionType[] values)
|
void |
setUserID(UserInfoType.UserID value)
Sets the value of the userID property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected UserInfoType.UserID userID
protected String name
protected UserPermissionType[] permission
protected Object[] any
| Constructor Detail |
|---|
public UserInfoType()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.UserInfoType instance.
public UserInfoType(UserInfoType o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.UserInfoType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public UserInfoType.UserID getUserID()
UserInfoType.UserIDpublic void setUserID(UserInfoType.UserID value)
value - allowed object is
UserInfoType.UserIDpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic UserPermissionType[] getPermission()
UserPermissionTypepublic UserPermissionType getPermission(int idx)
UserPermissionTypepublic int getPermissionLength()
public void setPermission(UserPermissionType[] values)
values - allowed objects are
UserPermissionType
public UserPermissionType setPermission(int idx,
UserPermissionType value)
value - allowed object is
UserPermissionTypepublic Object[] getAny()
Element
Objectpublic Object getAny(int idx)
Element
Objectpublic int getAnyLength()
public void setAny(Object[] values)
values - allowed objects are
Element
Object
public Object setAny(int idx,
Object value)
value - allowed object is
Element
Objectpublic UserInfoType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||