Class XjcRdeIdn


public class XjcRdeIdn extends XjcRdeContentType

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 Details

    • url

      protected String url
    • urlPolicy

      protected String urlPolicy
    • id

      protected String id
  • Constructor Details

    • XjcRdeIdn

      public XjcRdeIdn()
  • Method Details

    • getUrl

      public String getUrl()
      Gets the value of the url property.
      Returns:
      possible object is String
    • setUrl

      public void setUrl(String value)
      Sets the value of the url property.
      Parameters:
      value - allowed object is String
    • getUrlPolicy

      public String getUrlPolicy()
      Gets the value of the urlPolicy property.
      Returns:
      possible object is String
    • setUrlPolicy

      public void setUrlPolicy(String value)
      Sets the value of the urlPolicy property.
      Parameters:
      value - allowed object is String
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String