Uses of Class
com.googlecode.fascinator.ims.MetadataType

Packages that use MetadataType
com.googlecode.fascinator.ims   
 

Uses of MetadataType in com.googlecode.fascinator.ims
 

Fields in com.googlecode.fascinator.ims declared as MetadataType
protected  MetadataType ResourceType.metadata
           
protected  MetadataType OrganizationType.metadata
           
protected  MetadataType ManifestType.metadata
           
protected  MetadataType ItemType.metadata
           
protected  MetadataType FileType.metadata
           
 

Methods in com.googlecode.fascinator.ims that return MetadataType
 MetadataType ObjectFactory.createMetadataType()
          Create an instance of MetadataType
 MetadataType ResourceType.getMetadata()
          Gets the value of the metadata property.
 MetadataType OrganizationType.getMetadata()
          Gets the value of the metadata property.
 MetadataType ManifestType.getMetadata()
          Gets the value of the metadata property.
 MetadataType ItemType.getMetadata()
          Gets the value of the metadata property.
 MetadataType FileType.getMetadata()
          Gets the value of the metadata property.
 

Methods in com.googlecode.fascinator.ims that return types with arguments of type MetadataType
 JAXBElement<MetadataType> ObjectFactory.createMetadata(MetadataType value)
          Create an instance of JAXBElement<MetadataType>}
 

Methods in com.googlecode.fascinator.ims with parameters of type MetadataType
 JAXBElement<MetadataType> ObjectFactory.createMetadata(MetadataType value)
          Create an instance of JAXBElement<MetadataType>}
 void ResourceType.setMetadata(MetadataType value)
          Sets the value of the metadata property.
 void OrganizationType.setMetadata(MetadataType value)
          Sets the value of the metadata property.
 void ManifestType.setMetadata(MetadataType value)
          Sets the value of the metadata property.
 void ItemType.setMetadata(MetadataType value)
          Sets the value of the metadata property.
 void FileType.setMetadata(MetadataType value)
          Sets the value of the metadata property.
 



Copyright © 2009-2014. All Rights Reserved.