Package uk.org.siri.siri14
Class ImageStructure
- java.lang.Object
-
- uk.org.siri.siri14.ImageStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PtSituationElement.Images.Image
public class ImageStructure extends Object implements Serializable
Type for imageJava 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
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]imageBinaryprotected ImageContentEnumerationimageContentprotected StringimageRef
-
Constructor Summary
Constructors Constructor Description ImageStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getImageBinary()Gets the value of the imageBinary property.ImageContentEnumerationgetImageContent()Gets the value of the imageContent property.StringgetImageRef()Gets the value of the imageRef property.voidsetImageBinary(byte[] value)Sets the value of the imageBinary property.voidsetImageContent(ImageContentEnumeration value)Sets the value of the imageContent property.voidsetImageRef(String value)Sets the value of the imageRef property.
-
-
-
Field Detail
-
imageBinary
protected byte[] imageBinary
-
imageRef
protected String imageRef
-
imageContent
protected ImageContentEnumeration imageContent
-
-
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 isString
-
getImageContent
public ImageContentEnumeration getImageContent()
Gets the value of the imageContent property.- Returns:
- possible object is
ImageContentEnumeration
-
setImageContent
public void setImageContent(ImageContentEnumeration value)
Sets the value of the imageContent property.- Parameters:
value- allowed object isImageContentEnumeration
-
-