Package org.re3data.schema._2_2
Class Re3Data.Repository.Syndication
java.lang.Object
org.re3data.schema._2_2.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>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>anyURI">
<attribute name="syndicationType" use="required" type="{http://www.re3data.org/schema/2-2}syndicationTypes" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the syndicationType property.getValue()Gets the value of the value property.voidSets the value of the syndicationType property.voidSets the value of the value property.
-
Field Details
-
value
-
syndicationType
-
-
Constructor Details
-
Syndication
public Syndication()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getSyndicationType
Gets the value of the syndicationType property.- Returns:
- possible object is
SyndicationTypes
-
setSyndicationType
Sets the value of the syndicationType property.- Parameters:
value- allowed object isSyndicationTypes
-