org.jboss.identity.federation.saml.v2.ac.classes.personalizedtelephony
Class OperationalProtectionType

java.lang.Object
  extended by org.jboss.identity.federation.saml.v2.ac.classes.personalizedtelephony.OperationalProtectionType

public class OperationalProtectionType
extends java.lang.Object

Java class for OperationalProtectionType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OperationalProtectionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:PersonalizedTelephony}SecurityAudit" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:PersonalizedTelephony}DeactivationCallCenter" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:PersonalizedTelephony}Extension" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ExtensionOnlyType deactivationCallCenter
           
protected  java.util.List<ExtensionType> extension
           
protected  SecurityAuditType securityAudit
           
 
Constructor Summary
OperationalProtectionType()
           
 
Method Summary
 ExtensionOnlyType getDeactivationCallCenter()
          Gets the value of the deactivationCallCenter property.
 java.util.List<ExtensionType> getExtension()
          Gets the value of the extension property.
 SecurityAuditType getSecurityAudit()
          Gets the value of the securityAudit property.
 void setDeactivationCallCenter(ExtensionOnlyType value)
          Sets the value of the deactivationCallCenter property.
 void setSecurityAudit(SecurityAuditType value)
          Sets the value of the securityAudit property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

securityAudit

protected SecurityAuditType securityAudit

deactivationCallCenter

protected ExtensionOnlyType deactivationCallCenter

extension

protected java.util.List<ExtensionType> extension
Constructor Detail

OperationalProtectionType

public OperationalProtectionType()
Method Detail

getSecurityAudit

public SecurityAuditType getSecurityAudit()
Gets the value of the securityAudit property.

Returns:
possible object is SecurityAuditType

setSecurityAudit

public void setSecurityAudit(SecurityAuditType value)
Sets the value of the securityAudit property.

Parameters:
value - allowed object is SecurityAuditType

getDeactivationCallCenter

public ExtensionOnlyType getDeactivationCallCenter()
Gets the value of the deactivationCallCenter property.

Returns:
possible object is ExtensionOnlyType

setDeactivationCallCenter

public void setDeactivationCallCenter(ExtensionOnlyType value)
Sets the value of the deactivationCallCenter property.

Parameters:
value - allowed object is ExtensionOnlyType

getExtension

public java.util.List<ExtensionType> getExtension()
Gets the value of the extension 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 extension property.

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

    getExtension().add(newItem);
 

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



Copyright © 2009 JBoss Inc.. All Rights Reserved.