Package org.re3data.schema._3_0
Class Re3Data.Repository.Policy
java.lang.Object
org.re3data.schema._3_0.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="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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the policyName property.Gets the value of the policyType 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
-
policyType
-
policyName
-
policyUrl
-
-
Constructor Details
-
Policy
public Policy()
-
-
Method Details
-
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
setmethod 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
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
-