net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl
Class SecurityConstraintTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.SecurityConstraintTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, SecurityConstraintType

public class SecurityConstraintTypeImpl
extends Object
implements Serializable, Cloneable, SecurityConstraintType

See Also:
Serialized Form

Field Summary
protected  AuthConstraintTypeImpl authConstraint
           
protected  List<DisplayNameType> displayName
           
protected  String id
           
protected  UserDataConstraintTypeImpl userDataConstraint
           
protected  List<WebResourceCollectionType> webResourceCollection
           
 
Constructor Summary
SecurityConstraintTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.SecurityConstraintTypeImpl instance.
SecurityConstraintTypeImpl(SecurityConstraintTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.SecurityConstraintTypeImpl instance by copying a given instance.
 
Method Summary
 SecurityConstraintTypeImpl clone()
          Creates and returns a copy of this object.
 AuthConstraintType getAuthConstraint()
          Gets the value of the authConstraint property.
 List<DisplayNameType> getDisplayName()
          Gets the value of the displayName property.
 String getId()
          Gets the value of the id property.
 UserDataConstraintType getUserDataConstraint()
          Gets the value of the userDataConstraint property.
 List<WebResourceCollectionType> getWebResourceCollection()
          Gets the value of the webResourceCollection property.
 void setAuthConstraint(AuthConstraintType value)
          Sets the value of the authConstraint property.
 void setId(String value)
          Sets the value of the id property.
 void setUserDataConstraint(UserDataConstraintType value)
          Sets the value of the userDataConstraint property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

displayName

protected List<DisplayNameType> displayName

webResourceCollection

protected List<WebResourceCollectionType> webResourceCollection

authConstraint

protected AuthConstraintTypeImpl authConstraint

userDataConstraint

protected UserDataConstraintTypeImpl userDataConstraint

id

protected String id
Constructor Detail

SecurityConstraintTypeImpl

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


SecurityConstraintTypeImpl

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

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

getDisplayName

public List<DisplayNameType> getDisplayName()
Description copied from interface: SecurityConstraintType
Gets the value of the displayName 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 displayName property.

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

    getDisplayName().add(newItem);
 

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

Specified by:
getDisplayName in interface SecurityConstraintType

getWebResourceCollection

public List<WebResourceCollectionType> getWebResourceCollection()
Description copied from interface: SecurityConstraintType
Gets the value of the webResourceCollection 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 webResourceCollection property.

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

    getWebResourceCollection().add(newItem);
 

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

Specified by:
getWebResourceCollection in interface SecurityConstraintType

getAuthConstraint

public AuthConstraintType getAuthConstraint()
Description copied from interface: SecurityConstraintType
Gets the value of the authConstraint property.

Specified by:
getAuthConstraint in interface SecurityConstraintType
Returns:
possible object is AuthConstraintType

setAuthConstraint

public void setAuthConstraint(AuthConstraintType value)
Description copied from interface: SecurityConstraintType
Sets the value of the authConstraint property.

Specified by:
setAuthConstraint in interface SecurityConstraintType
Parameters:
value - allowed object is AuthConstraintType

getUserDataConstraint

public UserDataConstraintType getUserDataConstraint()
Description copied from interface: SecurityConstraintType
Gets the value of the userDataConstraint property.

Specified by:
getUserDataConstraint in interface SecurityConstraintType
Returns:
possible object is UserDataConstraintType

setUserDataConstraint

public void setUserDataConstraint(UserDataConstraintType value)
Description copied from interface: SecurityConstraintType
Sets the value of the userDataConstraint property.

Specified by:
setUserDataConstraint in interface SecurityConstraintType
Parameters:
value - allowed object is UserDataConstraintType

getId

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

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

setId

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

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

clone

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