Package google.registry.xjc.rdepolicy
Class XjcRdePolicy
- java.lang.Object
-
- google.registry.xjc.XjcObject
-
- google.registry.xjc.rde.XjcRdeContentType
-
- google.registry.xjc.rdepolicy.XjcRdePolicy
-
public class XjcRdePolicy extends XjcRdeContentType
<p>Java class for policyType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <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> </pre>
-
-
Constructor Summary
Constructors Constructor Description XjcRdePolicy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getElement()
Gets the value of the element property.java.lang.String
getScope()
Gets the value of the scope property.void
setElement(java.lang.String value)
Sets the value of the element property.void
setScope(java.lang.String value)
Sets the value of the scope property.
-
-
-
Method Detail
-
getScope
public java.lang.String getScope()
Gets the value of the scope property.- Returns:
- possible object is
String
-
setScope
public void setScope(java.lang.String value)
Sets the value of the scope property.- Parameters:
value
- allowed object isString
-
getElement
public java.lang.String getElement()
Gets the value of the element property.- Returns:
- possible object is
String
-
setElement
public void setElement(java.lang.String value)
Sets the value of the element property.- Parameters:
value
- allowed object isString
-
-