Class XjcRdePolicy


public class XjcRdePolicy extends XjcRdeContentType

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 Details

    • scope

      protected String scope
    • element

      protected String element
  • Constructor Details

    • XjcRdePolicy

      public XjcRdePolicy()
  • Method Details

    • getScope

      public String getScope()
      Gets the value of the scope property.
      Returns:
      possible object is String
    • setScope

      public void setScope(String value)
      Sets the value of the scope property.
      Parameters:
      value - allowed object is String
    • getElement

      public String getElement()
      Gets the value of the element property.
      Returns:
      possible object is String
    • setElement

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