Class ImageStructure

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    PtSituationElement.Images.Image

    public class ImageStructure
    extends Object
    implements Serializable
    Type for image

    Java class for ImageStructure complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ImageStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice>
               <element name="ImageRef" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
               <element name="ImageBinary" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
             </choice>
             <element name="ImageContent" type="{http://www.siri.org.uk/siri}ImageContentEnumeration" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ImageStructure

        public ImageStructure()
    • Method Detail

      • getImageBinary

        public byte[] getImageBinary()
        Gets the value of the imageBinary property.
        Returns:
        possible object is byte[]
      • setImageBinary

        public void setImageBinary​(byte[] value)
        Sets the value of the imageBinary property.
        Parameters:
        value - allowed object is byte[]
      • getImageRef

        public String getImageRef()
        Gets the value of the imageRef property.
        Returns:
        possible object is String
      • setImageRef

        public void setImageRef​(String value)
        Sets the value of the imageRef property.
        Parameters:
        value - allowed object is String