net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003
Class UserInfoType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.UserInfoType
All Implemented Interfaces:
Serializable, Cloneable

public class UserInfoType
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

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.prot.indexed.valueclass.ebics.h003.UserInfoType instance.
UserInfoType(UserInfoType o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.UserInfoType instance by copying a given instance.
 
Method Summary
 UserInfoType clone()
          Creates and returns a copy of this object.
protected  void copyAny(Object[] source)
          Copies all values of property Any.
protected  void copyPermission(UserPermissionType[] source)
          Copies all values of property Permission.
 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

userID

protected UserInfoType.UserID userID

name

protected String name

permission

protected UserPermissionType[] permission

any

protected Object[] any
Constructor Detail

UserInfoType

public UserInfoType()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.UserInfoType instance.


UserInfoType

public UserInfoType(UserInfoType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.UserInfoType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getUserID

public UserInfoType.UserID getUserID()
Gets the value of the userID property.

Returns:
possible object is UserInfoType.UserID

setUserID

public void setUserID(UserInfoType.UserID value)
Sets the value of the userID property.

Parameters:
value - allowed object is UserInfoType.UserID

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getPermission

public UserPermissionType[] getPermission()
Returns:
array of UserPermissionType

getPermission

public UserPermissionType getPermission(int idx)
Returns:
one of UserPermissionType

getPermissionLength

public int getPermissionLength()

setPermission

public void setPermission(UserPermissionType[] values)
Parameters:
values - allowed objects are UserPermissionType

setPermission

public UserPermissionType setPermission(int idx,
                                        UserPermissionType value)
Parameters:
value - allowed object is UserPermissionType

getAny

public Object[] getAny()
Returns:
array of Element Object

getAny

public Object getAny(int idx)
Returns:
one of Element Object

getAnyLength

public int getAnyLength()

setAny

public void setAny(Object[] values)
Parameters:
values - allowed objects are Element Object

setAny

public Object setAny(int idx,
                     Object value)
Parameters:
value - allowed object is Element Object

copyPermission

protected void copyPermission(UserPermissionType[] source)
Copies all values of property Permission.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyAny

protected void copyAny(Object[] source)
Copies all values of property Any.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

public UserInfoType clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.