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>
 
  • Field Details

    • poaname

      protected String poaname
    • serviceid

      protected String serviceid
    • persistent

      protected Boolean persistent
  • Constructor Details

    • PolicyType

      public PolicyType()
  • Method Details

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