Class XmlPolicy

  • All Implemented Interfaces:
    Serializable

    public class XmlPolicy
    extends Object
    implements Serializable

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="PolicyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="PolicyDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • policyName

        protected String policyName
      • policyDescription

        protected String policyDescription
    • Constructor Detail

      • XmlPolicy

        public XmlPolicy()
    • Method Detail

      • getPolicyName

        public String getPolicyName()
        Gets the value of the policyName property.
        Returns:
        possible object is String
      • setPolicyName

        public void setPolicyName​(String value)
        Sets the value of the policyName property.
        Parameters:
        value - allowed object is String
      • getPolicyDescription

        public String getPolicyDescription()
        Gets the value of the policyDescription property.
        Returns:
        possible object is String
      • setPolicyDescription

        public void setPolicyDescription​(String value)
        Sets the value of the policyDescription property.
        Parameters:
        value - allowed object is String