Apache CXF API

org.apache.cxf.binding.corba.wsdl
Class PolicyType

java.lang.Object
  extended by org.apache.cxf.wsdl.TExtensibilityElement
      extended by org.apache.cxf.wsdl.TExtensibilityElementImpl
          extended by org.apache.cxf.binding.corba.wsdl.PolicyType
All Implemented Interfaces:
javax.wsdl.extensions.ExtensibilityElement

public class PolicyType
extends TExtensibilityElementImpl

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>
     <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement">
       <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" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean persistent
           
protected  String poaname
           
protected  String serviceid
           
 
Fields inherited from class org.apache.cxf.wsdl.TExtensibilityElement
required
 
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 org.apache.cxf.wsdl.TExtensibilityElementImpl
getElementType, getRequired, setElementType, setRequired
 
Methods inherited from class org.apache.cxf.wsdl.TExtensibilityElement
isRequired, isSetRequired, setRequired, unsetRequired
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

poaname

protected String poaname

serviceid

protected String serviceid

persistent

protected Boolean persistent
Constructor Detail

PolicyType

public PolicyType()
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 is String

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 is String

isSetServiceid

public boolean isSetServiceid()

isPersistent

public boolean isPersistent()
Gets the value of the persistent property.

Returns:
possible object is Boolean

setPersistent

public void setPersistent(boolean value)
Sets the value of the persistent property.

Parameters:
value - allowed object is Boolean

isSetPersistent

public boolean isSetPersistent()

unsetPersistent

public void unsetPersistent()

Apache CXF API

Apache CXF