org.uddi.policy_v3
Class Policy

java.lang.Object
  extended by org.uddi.policy_v3.Policy
All Implemented Interfaces:
java.io.Serializable

public class Policy
extends java.lang.Object
implements java.io.Serializable

This element should be used to articulate one policy.

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:uddi-org:policy_v3}policyName"/>
         <element ref="{urn:uddi-org:policy_v3}policyDescription" maxOccurs="unbounded"/>
         <element ref="{urn:uddi-org:policy_v3}policyDecisionPoint"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String policyDecisionPoint
           
protected  java.util.List<PolicyDescriptionType> policyDescription
           
protected  java.lang.String policyName
           
 
Constructor Summary
Policy()
           
 
Method Summary
 java.lang.String getPolicyDecisionPoint()
          Gets the value of the policyDecisionPoint property.
 java.util.List<PolicyDescriptionType> getPolicyDescription()
          Gets the value of the policyDescription property.
 java.lang.String getPolicyName()
          Gets the value of the policyName property.
 void setPolicyDecisionPoint(java.lang.String value)
          Sets the value of the policyDecisionPoint property.
 void setPolicyName(java.lang.String value)
          Sets the value of the policyName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

policyName

protected java.lang.String policyName

policyDescription

protected java.util.List<PolicyDescriptionType> policyDescription

policyDecisionPoint

protected java.lang.String policyDecisionPoint
Constructor Detail

Policy

public Policy()
Method Detail

getPolicyName

public java.lang.String getPolicyName()
Gets the value of the policyName property.

Returns:
possible object is String

setPolicyName

public void setPolicyName(java.lang.String value)
Sets the value of the policyName property.

Parameters:
value - allowed object is String

getPolicyDescription

public java.util.List<PolicyDescriptionType> getPolicyDescription()
Gets the value of the policyDescription 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 policyDescription property.

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

    getPolicyDescription().add(newItem);
 

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


getPolicyDecisionPoint

public java.lang.String getPolicyDecisionPoint()
Gets the value of the policyDecisionPoint property.

Returns:
possible object is String

setPolicyDecisionPoint

public void setPolicyDecisionPoint(java.lang.String value)
Sets the value of the policyDecisionPoint property.

Parameters:
value - allowed object is String


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.