Package org.re3data.schema._2_2
Class Re3Data.Repository.Policy
java.lang.Object
org.re3data.schema._2_2.Re3Data.Repository.Policy
- Enclosing class:
- Re3Data.Repository
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the policyName property.Gets the value of the policyURL property.voidsetPolicyName(String value) Sets the value of the policyName property.voidsetPolicyURL(String value) Sets the value of the policyURL property.
-
Field Details
-
policyName
-
policyURL
-
-
Constructor Details
-
Policy
public Policy()
-
-
Method Details
-
getPolicyName
Gets the value of the policyName property.- Returns:
- possible object is
String
-
setPolicyName
Sets the value of the policyName property.- Parameters:
value- allowed object isString
-
getPolicyURL
Gets the value of the policyURL property.- Returns:
- possible object is
String
-
setPolicyURL
Sets the value of the policyURL property.- Parameters:
value- allowed object isString
-