Uses of Class
org.openvpms.esci.ubl.common.BinaryObjectMimeCodeContentType

Packages that use BinaryObjectMimeCodeContentType
org.openvpms.esci.ubl.common   
 

Uses of BinaryObjectMimeCodeContentType in org.openvpms.esci.ubl.common
 

Fields in org.openvpms.esci.ubl.common declared as BinaryObjectMimeCodeContentType
protected  BinaryObjectMimeCodeContentType VideoType.mimeCode
           
protected  BinaryObjectMimeCodeContentType SoundType.mimeCode
           
protected  BinaryObjectMimeCodeContentType PictureType.mimeCode
           
protected  BinaryObjectMimeCodeContentType GraphicType.mimeCode
           
protected  BinaryObjectMimeCodeContentType BinaryObjectType.mimeCode
           
 

Methods in org.openvpms.esci.ubl.common that return BinaryObjectMimeCodeContentType
static BinaryObjectMimeCodeContentType BinaryObjectMimeCodeContentType.fromValue(String v)
           
 BinaryObjectMimeCodeContentType VideoType.getMimeCode()
          Gets the value of the mimeCode property.
 BinaryObjectMimeCodeContentType SoundType.getMimeCode()
          Gets the value of the mimeCode property.
 BinaryObjectMimeCodeContentType PictureType.getMimeCode()
          Gets the value of the mimeCode property.
 BinaryObjectMimeCodeContentType GraphicType.getMimeCode()
          Gets the value of the mimeCode property.
 BinaryObjectMimeCodeContentType BinaryObjectType.getMimeCode()
          Gets the value of the mimeCode property.
static BinaryObjectMimeCodeContentType BinaryObjectMimeCodeContentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BinaryObjectMimeCodeContentType[] BinaryObjectMimeCodeContentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.openvpms.esci.ubl.common with parameters of type BinaryObjectMimeCodeContentType
 void VideoType.setMimeCode(BinaryObjectMimeCodeContentType value)
          Sets the value of the mimeCode property.
 void SoundType.setMimeCode(BinaryObjectMimeCodeContentType value)
          Sets the value of the mimeCode property.
 void PictureType.setMimeCode(BinaryObjectMimeCodeContentType value)
          Sets the value of the mimeCode property.
 void GraphicType.setMimeCode(BinaryObjectMimeCodeContentType value)
          Sets the value of the mimeCode property.
 void BinaryObjectType.setMimeCode(BinaryObjectMimeCodeContentType value)
          Sets the value of the mimeCode property.
 



Copyright © 2010-2011 OpenVPMS. All Rights Reserved..