Package google.registry.xjc.rdeidn
Class XjcRdeIdn
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rde.XjcRdeContentType
google.registry.xjc.rdeidn.XjcRdeIdn
Java class for contentType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="contentType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:rde-1.0}contentType">
<sequence>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="urlPolicy" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
</sequence>
<attribute name="id" use="required" type="{urn:ietf:params:xml:ns:rdeIDN-1.0}idType" />
</extension>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the value of the id property.getUrl()
Gets the value of the url property.Gets the value of the urlPolicy property.void
Sets the value of the id property.void
Sets the value of the url property.void
setUrlPolicy
(String value) Sets the value of the urlPolicy property.
-
Field Details
-
url
-
urlPolicy
-
id
-
-
Constructor Details
-
XjcRdeIdn
public XjcRdeIdn()
-
-
Method Details
-
getUrl
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
Sets the value of the url property.- Parameters:
value
- allowed object isString
-
getUrlPolicy
Gets the value of the urlPolicy property.- Returns:
- possible object is
String
-
setUrlPolicy
Sets the value of the urlPolicy property.- Parameters:
value
- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-