|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.binding.corba.wsdl.PolicyType
public class PolicyType
Artix IIOP tunnel policy specification.
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>
| Field Summary | |
|---|---|
protected Boolean |
persistent
|
protected String |
poaname
|
protected String |
serviceid
|
| Constructor Summary | |
|---|---|
PolicyType()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String poaname
protected String serviceid
protected Boolean persistent
| Constructor Detail |
|---|
public PolicyType()
| Method Detail |
|---|
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 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||