Class PolicyType
- java.lang.Object
-
- org.apache.cxf.binding.corba.wsdl.PolicyType
-
public class PolicyType extends Object
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>
-
-
Constructor Summary
Constructors Constructor Description PolicyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPoaname()Gets the value of the poaname property.StringgetServiceid()Gets the value of the serviceid property.booleanisPersistent()Gets the value of the persistent property.booleanisSetPersistent()booleanisSetPoaname()booleanisSetServiceid()voidsetPersistent(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.voidunsetPersistent()
-
-
-
Method Detail
-
getPoaname
public String getPoaname()
Gets the value of the poaname property.- Returns:
- possible object is
String
-
setPoaname
public void setPoaname(String value)
Sets the value of the poaname property.- Parameters:
value- allowed object isString
-
isSetPoaname
public boolean isSetPoaname()
-
getServiceid
public String getServiceid()
Gets the value of the serviceid property.- Returns:
- possible object is
String
-
setServiceid
public void setServiceid(String value)
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.
-
-