net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl
Class AuthConstraintTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.AuthConstraintTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, AuthConstraintType

public class AuthConstraintTypeImpl
extends Object
implements Serializable, Cloneable, AuthConstraintType

See Also:
Serialized Form

Field Summary
protected  List<DescriptionType> description
           
protected  String id
           
protected  List<RoleNameType> roleName
           
 
Constructor Summary
AuthConstraintTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.AuthConstraintTypeImpl instance.
AuthConstraintTypeImpl(AuthConstraintTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.AuthConstraintTypeImpl instance by copying a given instance.
 
Method Summary
 AuthConstraintTypeImpl clone()
          Creates and returns a copy of this object.
protected static void copyDescription(List<DescriptionType> source, List<DescriptionType> target)
          Copies all values of property Description.
protected static void copyRoleName(List<RoleNameType> source, List<RoleNameType> target)
          Copies all values of property RoleName.
 List<DescriptionType> getDescription()
          Gets the value of the description property.
 String getId()
          Gets the value of the id property.
 List<RoleNameType> getRoleName()
          Gets the value of the roleName property.
 void setId(String value)
          Sets the value of the id property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected List<DescriptionType> description

roleName

protected List<RoleNameType> roleName

id

protected String id
Constructor Detail

AuthConstraintTypeImpl

public AuthConstraintTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.AuthConstraintTypeImpl instance.


AuthConstraintTypeImpl

public AuthConstraintTypeImpl(AuthConstraintTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.AuthConstraintTypeImpl instance by copying a given instance.

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

getDescription

public List<DescriptionType> getDescription()
Description copied from interface: AuthConstraintType
Gets the value of the description property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the description property.

For example, to add a new item, do as follows:

    getDescription().add(newItem);
 

Objects of the following type(s) are allowed in the list DescriptionType

Specified by:
getDescription in interface AuthConstraintType

getRoleName

public List<RoleNameType> getRoleName()
Description copied from interface: AuthConstraintType
Gets the value of the roleName property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the roleName property.

For example, to add a new item, do as follows:

    getRoleName().add(newItem);
 

Objects of the following type(s) are allowed in the list RoleNameType

Specified by:
getRoleName in interface AuthConstraintType

getId

public String getId()
Description copied from interface: AuthConstraintType
Gets the value of the id property.

Specified by:
getId in interface AuthConstraintType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: AuthConstraintType
Sets the value of the id property.

Specified by:
setId in interface AuthConstraintType
Parameters:
value - allowed object is String

copyDescription

protected static void copyDescription(List<DescriptionType> source,
                                      List<DescriptionType> target)
Copies all values of property Description.

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

copyRoleName

protected static void copyRoleName(List<RoleNameType> source,
                                   List<RoleNameType> target)
Copies all values of property RoleName.

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

clone

public AuthConstraintTypeImpl 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.