Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


oracle.wsm.security.policy.schema
Class Wss10AnonymousWithCertificatesJaxbElem

java.lang.Object
  extended by oracle.wsm.security.policy.schema.ScenarioAssertionType
      extended by oracle.wsm.security.policy.schema.Wss10AnonymousWithCertificatesJaxbElem

All Implemented Interfaces:
Serializable

public class Wss10AnonymousWithCertificatesJaxbElem
extends ScenarioAssertionType
implements Serializable

Java class for wss10-anonymous-with-certificates-type complex type.

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

 <complexType name="wss10_anonymous_with_certificates_type">
   <complexContent>
     <extension base="{http://schemas.oracle.com/ws/2006/01/securitypolicy}scenario-assertion-type">
       <sequence>
         <element name="x509_token" type="{http://schemas.oracle.com/ws/2006/01/securitypolicy}wss10-x509-token-type" minOccurs="0"/>
         <element name="msg_security" type="{http://schemas.oracle.com/ws/2006/01/securitypolicy}wss10-msg-security-type" minOccurs="0"/>
         <any/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Field Summary
protected  List<Element> anies
           
protected  Wss10MsgSecurityType msgSecurity
           
protected  Wss10X509TokenType x509Token
           

 

Fields inherited from class oracle.wsm.security.policy.schema.ScenarioAssertionType
description

 

Constructor Summary
Wss10AnonymousWithCertificatesJaxbElem()
           

 

Method Summary
 List<Element> getAnies()
          Gets the value of the anies property.
 Wss10MsgSecurityType getMsgSecurity()
          Gets the value of the msgSecurity property.
 Wss10X509TokenType getX509Token()
          Gets the value of the x509Token property.
 void setMsgSecurity(Wss10MsgSecurityType value)
          Sets the value of the msgSecurity property.
 void setX509Token(Wss10X509TokenType value)
          Sets the value of the x509Token property.

 

Methods inherited from class oracle.wsm.security.policy.schema.ScenarioAssertionType
getDescription, getOtherAttributes, setDescription

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

x509Token

protected Wss10X509TokenType x509Token

msgSecurity

protected Wss10MsgSecurityType msgSecurity

anies

protected List<Element> anies

Constructor Detail

Wss10AnonymousWithCertificatesJaxbElem

public Wss10AnonymousWithCertificatesJaxbElem()

Method Detail

getX509Token

public Wss10X509TokenType getX509Token()
Gets the value of the x509Token property.
Returns:
possible object is Wss10X509TokenType

setX509Token

public void setX509Token(Wss10X509TokenType value)
Sets the value of the x509Token property.
Parameters:
value - allowed object is Wss10X509TokenType

getMsgSecurity

public Wss10MsgSecurityType getMsgSecurity()
Gets the value of the msgSecurity property.
Returns:
possible object is Wss10MsgSecurityType

setMsgSecurity

public void setMsgSecurity(Wss10MsgSecurityType value)
Sets the value of the msgSecurity property.
Parameters:
value - allowed object is Wss10MsgSecurityType

getAnies

public List<Element> getAnies()
Gets the value of the anies 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 anies property.

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

    getAnies().add(newItem);
 

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


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.