org.apache.cxf.ws.rm.manager
Class RMManagerConfigBean

java.lang.Object
  extended by org.apache.cxf.configuration.AbstractConfigurableBeanBase
      extended by org.apache.cxf.ws.rm.manager.RMManagerConfigBean
All Implemented Interfaces:
org.apache.cxf.configuration.Configurable
Direct Known Subclasses:
RMManager

public class RMManagerConfigBean
extends org.apache.cxf.configuration.AbstractConfigurableBeanBase

Java class for RMManagerConfigBean complex type.

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

 <complexType name="RMManagerConfigBean">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://schemas.xmlsoap.org/ws/2005/02/rm/policy}RMAssertion" minOccurs="0"/>
         <element ref="{http://cxf.apache.org/ws/rm/manager}deliveryAssurance" minOccurs="0"/>
         <element ref="{http://cxf.apache.org/ws/rm/manager}sourcePolicy" minOccurs="0"/>
         <element ref="{http://cxf.apache.org/ws/rm/manager}destinationPolicy" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DeliveryAssuranceType deliveryAssurance
           
protected  DestinationPolicyType destinationPolicy
           
protected  RMAssertion rmAssertion
           
protected  SourcePolicyType sourcePolicy
           
 
Constructor Summary
RMManagerConfigBean()
           
 
Method Summary
 DeliveryAssuranceType getDeliveryAssurance()
          Gets the value of the deliveryAssurance property.
 DestinationPolicyType getDestinationPolicy()
          Gets the value of the destinationPolicy property.
 RMAssertion getRMAssertion()
          Gets the value of the rmAssertion property.
 SourcePolicyType getSourcePolicy()
          Gets the value of the sourcePolicy property.
 boolean isSetDeliveryAssurance()
           
 boolean isSetDestinationPolicy()
           
 boolean isSetRMAssertion()
           
 boolean isSetSourcePolicy()
           
 void setDeliveryAssurance(DeliveryAssuranceType value)
          Sets the value of the deliveryAssurance property.
 void setDestinationPolicy(DestinationPolicyType value)
          Sets the value of the destinationPolicy property.
 void setRMAssertion(RMAssertion value)
          Sets the value of the rmAssertion property.
 void setSourcePolicy(SourcePolicyType value)
          Sets the value of the sourcePolicy property.
 
Methods inherited from class org.apache.cxf.configuration.AbstractConfigurableBeanBase
getBeanName, getFallbackProviders, getOverwriteProviders, notifyPropertyChange, setFallbackProviders, setOverwriteProviders, tryFallback, tryOverwrite
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rmAssertion

protected RMAssertion rmAssertion

deliveryAssurance

protected DeliveryAssuranceType deliveryAssurance

sourcePolicy

protected SourcePolicyType sourcePolicy

destinationPolicy

protected DestinationPolicyType destinationPolicy
Constructor Detail

RMManagerConfigBean

public RMManagerConfigBean()
Method Detail

setRMAssertion

public void setRMAssertion(RMAssertion value)
Sets the value of the rmAssertion property.

Parameters:
value - allowed object is RMAssertion

isSetRMAssertion

public boolean isSetRMAssertion()

setDeliveryAssurance

public void setDeliveryAssurance(DeliveryAssuranceType value)
Sets the value of the deliveryAssurance property.

Parameters:
value - allowed object is DeliveryAssuranceType

isSetDeliveryAssurance

public boolean isSetDeliveryAssurance()

setSourcePolicy

public void setSourcePolicy(SourcePolicyType value)
Sets the value of the sourcePolicy property.

Parameters:
value - allowed object is SourcePolicyType

isSetSourcePolicy

public boolean isSetSourcePolicy()

setDestinationPolicy

public void setDestinationPolicy(DestinationPolicyType value)
Sets the value of the destinationPolicy property.

Parameters:
value - allowed object is DestinationPolicyType

isSetDestinationPolicy

public boolean isSetDestinationPolicy()

getRMAssertion

public RMAssertion getRMAssertion()
Gets the value of the rmAssertion property.


getDeliveryAssurance

public DeliveryAssuranceType getDeliveryAssurance()
Gets the value of the deliveryAssurance property.


getSourcePolicy

public SourcePolicyType getSourcePolicy()
Gets the value of the sourcePolicy property.


getDestinationPolicy

public DestinationPolicyType getDestinationPolicy()
Gets the value of the destinationPolicy property.



Copyright © 2006 Apache Software Foundation. All Rights Reserved.