Package org.re3data.schema._3_0
Class Re3Data.Repository.Syndication
java.lang.Object
org.re3data.schema._3_0.Re3Data.Repository.Syndication
- Enclosing class:
- Re3Data.Repository
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the syndicationType property.Gets the value of the syndicationUrl property.voidsetSyndicationType(String value) Sets the value of the syndicationType property.voidsetSyndicationUrl(String value) Sets the value of the syndicationUrl property.
-
Field Details
-
syndicationType
-
syndicationUrl
-
-
Constructor Details
-
Syndication
public Syndication()
-
-
Method Details
-
getSyndicationType
Gets the value of the syndicationType property.- Returns:
- possible object is
String
-
setSyndicationType
Sets the value of the syndicationType property.- Parameters:
value- allowed object isString
-
getSyndicationUrl
Gets the value of the syndicationUrl property.- Returns:
- possible object is
String
-
setSyndicationUrl
Sets the value of the syndicationUrl property.- Parameters:
value- allowed object isString
-