Class PolicyType
java.lang.Object
org.apache.cxf.binding.corba.wsdl.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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the poaname property.Gets the value of the serviceid property.booleanGets the value of the persistent property.booleanbooleanbooleanvoidsetPersistent(boolean value) Sets the value of the persistent property.voidsetPoaname(String value) Sets the value of the poaname property.voidsetServiceid(String value) Sets the value of the serviceid property.void
-
Field Details
-
poaname
-
serviceid
-
persistent
-
-
Constructor Details
-
PolicyType
public PolicyType()
-
-
Method Details
-
getPoaname
Gets the value of the poaname property.- Returns:
- possible object is
String
-
setPoaname
Sets the value of the poaname property.- Parameters:
value- allowed object isString
-
isSetPoaname
public boolean isSetPoaname() -
getServiceid
Gets the value of the serviceid property.- Returns:
- possible object is
String
-
setServiceid
Sets the value of the serviceid property.- Parameters:
value- allowed object isString
-
isSetServiceid
public boolean isSetServiceid() -
setPersistent
public void setPersistent(boolean value) Sets the value of the persistent property. -
unsetPersistent
public void unsetPersistent() -
isSetPersistent
public boolean isSetPersistent() -
isPersistent
public boolean isPersistent()Gets the value of the persistent property.
-