Package edu.harvard.fits
Class MetadataType
java.lang.Object
edu.harvard.fits.MetadataType
Java class for metadataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="metadataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="audio" type="{http://hul.harvard.edu/ois/xml/ns/fits/fits_output}technicalMetadata" minOccurs="0"/>
<element name="container" type="{http://hul.harvard.edu/ois/xml/ns/fits/fits_output}technicalMetadata" minOccurs="0"/>
<element name="document" type="{http://hul.harvard.edu/ois/xml/ns/fits/fits_output}technicalMetadata" minOccurs="0"/>
<element name="image" type="{http://hul.harvard.edu/ois/xml/ns/fits/fits_output}technicalMetadata" minOccurs="0"/>
<element name="text" type="{http://hul.harvard.edu/ois/xml/ns/fits/fits_output}technicalMetadata" minOccurs="0"/>
<element name="video" type="{http://hul.harvard.edu/ois/xml/ns/fits/fits_output}technicalMetadata" minOccurs="0"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TechnicalMetadataprotected TechnicalMetadataprotected TechnicalMetadataprotected TechnicalMetadataprotected TechnicalMetadataprotected TechnicalMetadata -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAudio()Gets the value of the audio property.Gets the value of the container property.Gets the value of the document property.getImage()Gets the value of the image property.getText()Gets the value of the text property.getVideo()Gets the value of the video property.voidsetAudio(TechnicalMetadata value) Sets the value of the audio property.voidsetContainer(TechnicalMetadata value) Sets the value of the container property.voidsetDocument(TechnicalMetadata value) Sets the value of the document property.voidsetImage(TechnicalMetadata value) Sets the value of the image property.voidsetText(TechnicalMetadata value) Sets the value of the text property.voidsetVideo(TechnicalMetadata value) Sets the value of the video property.
-
Field Details
-
audio
-
container
-
document
-
image
-
text
-
video
-
-
Constructor Details
-
MetadataType
public MetadataType()
-
-
Method Details
-
getAudio
Gets the value of the audio property.- Returns:
- possible object is
TechnicalMetadata
-
setAudio
Sets the value of the audio property.- Parameters:
value- allowed object isTechnicalMetadata
-
getContainer
Gets the value of the container property.- Returns:
- possible object is
TechnicalMetadata
-
setContainer
Sets the value of the container property.- Parameters:
value- allowed object isTechnicalMetadata
-
getDocument
Gets the value of the document property.- Returns:
- possible object is
TechnicalMetadata
-
setDocument
Sets the value of the document property.- Parameters:
value- allowed object isTechnicalMetadata
-
getImage
Gets the value of the image property.- Returns:
- possible object is
TechnicalMetadata
-
setImage
Sets the value of the image property.- Parameters:
value- allowed object isTechnicalMetadata
-
getText
Gets the value of the text property.- Returns:
- possible object is
TechnicalMetadata
-
setText
Sets the value of the text property.- Parameters:
value- allowed object isTechnicalMetadata
-
getVideo
Gets the value of the video property.- Returns:
- possible object is
TechnicalMetadata
-
setVideo
Sets the value of the video property.- Parameters:
value- allowed object isTechnicalMetadata
-