net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl
Class SecurityConstraintTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.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  DisplayNameType[] displayName
           
protected  String id
           
protected  UserDataConstraintTypeImpl userDataConstraint
           
protected  WebResourceCollectionType[] webResourceCollection
           
 
Constructor Summary
SecurityConstraintTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.SecurityConstraintTypeImpl instance.
SecurityConstraintTypeImpl(SecurityConstraintTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.SecurityConstraintTypeImpl instance by copying a given instance.
 
Method Summary
 SecurityConstraintTypeImpl clone()
          Creates and returns a copy of this object.
protected  void copyDisplayName(DisplayNameType[] source)
          Copies all values of property DisplayName.
protected  void copyWebResourceCollection(WebResourceCollectionType[] source)
          Copies all values of property WebResourceCollection.
 AuthConstraintType getAuthConstraint()
          Gets the value of the authConstraint property.
 DisplayNameType[] getDisplayName()
           
 DisplayNameType getDisplayName(int idx)
           
 int getDisplayNameLength()
           
 String getId()
          Gets the value of the id property.
 UserDataConstraintType getUserDataConstraint()
          Gets the value of the userDataConstraint property.
 WebResourceCollectionType[] getWebResourceCollection()
           
 WebResourceCollectionType getWebResourceCollection(int idx)
           
 int getWebResourceCollectionLength()
           
 void setAuthConstraint(AuthConstraintType value)
          Sets the value of the authConstraint property.
 void setDisplayName(DisplayNameType[] values)
           
 DisplayNameType setDisplayName(int idx, DisplayNameType value)
           
 void setId(String value)
          Sets the value of the id property.
 void setUserDataConstraint(UserDataConstraintType value)
          Sets the value of the userDataConstraint property.
 WebResourceCollectionType setWebResourceCollection(int idx, WebResourceCollectionType value)
           
 void setWebResourceCollection(WebResourceCollectionType[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

displayName

protected DisplayNameType[] displayName

webResourceCollection

protected 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.prot.indexed.novalueclass.javaee.impl.SecurityConstraintTypeImpl instance.


SecurityConstraintTypeImpl

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

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

getDisplayName

public DisplayNameType[] getDisplayName()
Specified by:
getDisplayName in interface SecurityConstraintType
Returns:
array of DisplayNameType

getDisplayName

public DisplayNameType getDisplayName(int idx)
Specified by:
getDisplayName in interface SecurityConstraintType
Returns:
one of DisplayNameType

getDisplayNameLength

public int getDisplayNameLength()
Specified by:
getDisplayNameLength in interface SecurityConstraintType

setDisplayName

public void setDisplayName(DisplayNameType[] values)
Specified by:
setDisplayName in interface SecurityConstraintType
Parameters:
values - allowed objects are DisplayNameType

setDisplayName

public DisplayNameType setDisplayName(int idx,
                                      DisplayNameType value)
Specified by:
setDisplayName in interface SecurityConstraintType
value - allowed object is DisplayNameType

getWebResourceCollection

public WebResourceCollectionType[] getWebResourceCollection()
Specified by:
getWebResourceCollection in interface SecurityConstraintType
Returns:
array of WebResourceCollectionType

getWebResourceCollection

public WebResourceCollectionType getWebResourceCollection(int idx)
Specified by:
getWebResourceCollection in interface SecurityConstraintType
Returns:
one of WebResourceCollectionType

getWebResourceCollectionLength

public int getWebResourceCollectionLength()
Specified by:
getWebResourceCollectionLength in interface SecurityConstraintType

setWebResourceCollection

public void setWebResourceCollection(WebResourceCollectionType[] values)
Specified by:
setWebResourceCollection in interface SecurityConstraintType
Parameters:
values - allowed objects are WebResourceCollectionType

setWebResourceCollection

public WebResourceCollectionType setWebResourceCollection(int idx,
                                                          WebResourceCollectionType value)
Specified by:
setWebResourceCollection in interface SecurityConstraintType
value - allowed object is WebResourceCollectionType

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

copyDisplayName

protected void copyDisplayName(DisplayNameType[] source)
Copies all values of property DisplayName.

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

copyWebResourceCollection

protected void copyWebResourceCollection(WebResourceCollectionType[] source)
Copies all values of property WebResourceCollection.

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

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.