YOKO API

org.apache.schemas.yoko.bindings.corba
Class PolicyType

java.lang.Object
  extended by org.objectweb.celtix.wsdl.TExtensibilityElement
      extended by org.objectweb.celtix.wsdl.TExtensibilityElementImpl
          extended by org.apache.schemas.yoko.bindings.corba.PolicyType
All Implemented Interfaces:
javax.wsdl.extensions.ExtensibilityElement

public class PolicyType
extends org.objectweb.celtix.wsdl.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="persistent" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="poaname" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="serviceid" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Boolean persistent
           
protected  java.lang.String poaname
           
protected  java.lang.String serviceid
           
 
Fields inherited from class org.objectweb.celtix.wsdl.TExtensibilityElement
required
 
Constructor Summary
PolicyType()
           
 
Method Summary
 java.lang.String getPoaname()
          Gets the value of the poaname property.
 java.lang.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(java.lang.String value)
          Sets the value of the poaname property.
 void setServiceid(java.lang.String value)
          Sets the value of the serviceid property.
 void unsetPersistent()
           
 
Methods inherited from class org.objectweb.celtix.wsdl.TExtensibilityElementImpl
getElementType, getRequired, setElementType, setRequired
 
Methods inherited from class org.objectweb.celtix.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

persistent

protected java.lang.Boolean persistent

poaname

protected java.lang.String poaname

serviceid

protected java.lang.String serviceid
Constructor Detail

PolicyType

public PolicyType()
Method Detail

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()

getPoaname

public java.lang.String getPoaname()
Gets the value of the poaname property.

Returns:
possible object is String

setPoaname

public void setPoaname(java.lang.String value)
Sets the value of the poaname property.

Parameters:
value - allowed object is String

isSetPoaname

public boolean isSetPoaname()

getServiceid

public java.lang.String getServiceid()
Gets the value of the serviceid property.

Returns:
possible object is String

setServiceid

public void setServiceid(java.lang.String value)
Sets the value of the serviceid property.

Parameters:
value - allowed object is String

isSetServiceid

public boolean isSetServiceid()

YOKO API

-