Package org.re3data.schema._3_0
Class Re3Data.Repository.ContentType
java.lang.Object
org.re3data.schema._3_0.Re3Data.Repository.ContentType
- 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.re3data.org/schema/3-0>contentType_Text">
<attribute name="contentTypeScheme">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="parse"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contentTypeScheme property.getValue()Gets the value of the value property.voidsetContentTypeScheme(String value) Sets the value of the contentTypeScheme property.voidsetValue(ContentTypeText value) Sets the value of the value property.
-
Field Details
-
value
-
contentTypeScheme
-
-
Constructor Details
-
ContentType
public ContentType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
ContentTypeText
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isContentTypeText
-
getContentTypeScheme
Gets the value of the contentTypeScheme property.- Returns:
- possible object is
String
-
setContentTypeScheme
Sets the value of the contentTypeScheme property.- Parameters:
value- allowed object isString
-