Class Re3Data.Repository.Syndication

java.lang.Object
org.re3data.schema._3_0.Re3Data.Repository.Syndication
Enclosing class:
Re3Data.Repository

public static class Re3Data.Repository.Syndication extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="syndicationType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="syndicationUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • syndicationType

      protected String syndicationType
    • syndicationUrl

      protected String syndicationUrl
  • Constructor Details

    • Syndication

      public Syndication()
  • Method Details

    • getSyndicationType

      public String getSyndicationType()
      Gets the value of the syndicationType property.
      Returns:
      possible object is String
    • setSyndicationType

      public void setSyndicationType(String value)
      Sets the value of the syndicationType property.
      Parameters:
      value - allowed object is String
    • getSyndicationUrl

      public String getSyndicationUrl()
      Gets the value of the syndicationUrl property.
      Returns:
      possible object is String
    • setSyndicationUrl

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