Package google.registry.xjc.rdepolicy
Class XjcRdePolicy
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rde.XjcRdeContentType
google.registry.xjc.rdepolicy.XjcRdePolicy
Java class for policyType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="policyType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:rde-1.0}contentType">
<attribute name="scope" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="element" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the element property.getScope()
Gets the value of the scope property.void
setElement
(String value) Sets the value of the element property.void
Sets the value of the scope property.
-
Field Details
-
scope
-
element
-
-
Constructor Details
-
XjcRdePolicy
public XjcRdePolicy()
-
-
Method Details
-
getScope
Gets the value of the scope property.- Returns:
- possible object is
String
-
setScope
Sets the value of the scope property.- Parameters:
value
- allowed object isString
-
getElement
Gets the value of the element property.- Returns:
- possible object is
String
-
setElement
Sets the value of the element property.- Parameters:
value
- allowed object isString
-