public class PolicyType extends Object
Java class for policyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="policyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="poaname" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="serviceid" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="persistent" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
persistent |
protected String |
poaname |
protected String |
serviceid |
| Constructor and Description |
|---|
PolicyType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPoaname()
Gets the value of the poaname property.
|
String |
getServiceid()
Gets the value of the serviceid property.
|
boolean |
isPersistent()
Gets the value of the persistent property.
|
boolean |
isSetPersistent() |
boolean |
isSetPoaname() |
boolean |
isSetServiceid() |
void |
setPersistent(boolean value)
Sets the value of the persistent property.
|
void |
setPoaname(String value)
Sets the value of the poaname property.
|
void |
setServiceid(String value)
Sets the value of the serviceid property.
|
void |
unsetPersistent() |
protected String poaname
protected String serviceid
protected Boolean persistent
public String getPoaname()
Stringpublic void setPoaname(String value)
value - allowed object is
Stringpublic boolean isSetPoaname()
public String getServiceid()
Stringpublic void setServiceid(String value)
value - allowed object is
Stringpublic boolean isSetServiceid()
public boolean isPersistent()
Booleanpublic void setPersistent(boolean value)
value - allowed object is
Booleanpublic boolean isSetPersistent()
public void unsetPersistent()
Apache CXF