org.uddi.policy_v3
Class Policy

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

public class Policy
extends Object
implements 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  String policyDecisionPoint
           
protected  List<PolicyDescriptionType> policyDescription
           
protected  String policyName
           
 
Constructor Summary
Policy()
           
 
Method Summary
 String getPolicyDecisionPoint()
          Gets the value of the policyDecisionPoint property.
 List<PolicyDescriptionType> getPolicyDescription()
          Gets the value of the policyDescription property.
 String getPolicyName()
          Gets the value of the policyName property.
 void setPolicyDecisionPoint(String value)
          Sets the value of the policyDecisionPoint property.
 void setPolicyName(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 String policyName

policyDescription

protected List<PolicyDescriptionType> policyDescription

policyDecisionPoint

protected String policyDecisionPoint
Constructor Detail

Policy

public Policy()
Method Detail

getPolicyName

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

Returns:
possible object is String

setPolicyName

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

Parameters:
value - allowed object is String

getPolicyDescription

public 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 String getPolicyDecisionPoint()
Gets the value of the policyDecisionPoint property.

Returns:
possible object is String

setPolicyDecisionPoint

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

Parameters:
value - allowed object is String


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