Class Re3Data.Repository.Policy

java.lang.Object
org.re3data.schema._3_0.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="policyType" type="{http://www.re3data.org/schema/3-0}policyTypes" maxOccurs="unbounded"/>
         <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

  • Constructor Details

    • Policy

      public Policy()
  • Method Details

    • getPolicyType

      public List<PolicyTypes> getPolicyType()
      Gets the value of the policyType property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the policyType property.

      For example, to add a new item, do as follows:

          getPolicyType().add(newItem);
       

      Objects of the following type(s) are allowed in the list PolicyTypes

    • 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