public class Policy extends Object implements Serializable
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
policyDecisionPoint |
protected List<PolicyDescriptionType> |
policyDescription |
protected String |
policyName |
| Constructor and Description |
|---|
Policy() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected String policyName
protected List<PolicyDescriptionType> policyDescription
protected String policyDecisionPoint
public String getPolicyName()
Stringpublic void setPolicyName(String value)
value - allowed object is
Stringpublic List<PolicyDescriptionType> getPolicyDescription()
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
public String getPolicyDecisionPoint()
StringCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.