Uses of Class
org.bidib.jbidibc.decoder.schema.commontypes.ImageType
-
Packages that use ImageType Package Description org.bidib.jbidibc.decoder.schema.commontypes -
-
Uses of ImageType in org.bidib.jbidibc.decoder.schema.commontypes
Fields in org.bidib.jbidibc.decoder.schema.commontypes declared as ImageType Modifier and Type Field Description protected ImageTypeCVType. imageFields in org.bidib.jbidibc.decoder.schema.commontypes with type parameters of type ImageType Modifier and Type Field Description protected List<ImageType>ImagesType. imageMethods in org.bidib.jbidibc.decoder.schema.commontypes that return ImageType Modifier and Type Method Description ImageTypeObjectFactory. createImageType()Create an instance ofImageTypeImageTypeCVType. getImage()Gets the value of the image property.ImageTypeImageType. withCopyright(String value)ImageTypeImageType. withFileSize(Long value)ImageTypeImageType. withLastModified(XMLGregorianCalendar value)ImageTypeImageType. withName(String value)ImageTypeImageType. withSha1(String value)ImageTypeImageType. withSrc(String value)Methods in org.bidib.jbidibc.decoder.schema.commontypes that return types with arguments of type ImageType Modifier and Type Method Description javax.xml.bind.JAXBElement<ImageType>ObjectFactory. createImage(ImageType value)List<ImageType>ImagesType. getImage()Gets the value of the image property.Methods in org.bidib.jbidibc.decoder.schema.commontypes with parameters of type ImageType Modifier and Type Method Description javax.xml.bind.JAXBElement<ImageType>ObjectFactory. createImage(ImageType value)voidCVType. setImage(ImageType value)Sets the value of the image property.CVTypeCVType. withImage(ImageType value)ImagesTypeImagesType. withImage(ImageType... values)Method parameters in org.bidib.jbidibc.decoder.schema.commontypes with type arguments of type ImageType Modifier and Type Method Description ImagesTypeImagesType. withImage(Collection<ImageType> values)
-