Class Re3Data.Repository.Policy

java.lang.Object
org.re3data.schema._2_2.Re3Data.Repository.Policy
Enclosing class:
Re3Data.Repository

public static class Re3Data.Repository.Policy extends Object

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"/>
         <element name="policyURL" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • policyName

      protected String policyName
    • policyURL

      protected String policyURL
  • Constructor Details

    • Policy

      public Policy()
  • Method Details

    • 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
    • getPolicyURL

      public String getPolicyURL()
      Gets the value of the policyURL property.
      Returns:
      possible object is String
    • setPolicyURL

      public void setPolicyURL(String value)
      Sets the value of the policyURL property.
      Parameters:
      value - allowed object is String