net.opengis.ows_context
Class MediaType

java.lang.Object
  extended by net.opengis.ows._2.DescriptionType
      extended by net.opengis.ows._2.BasicIdentificationType
          extended by net.opengis.ows._2.IdentificationType
              extended by net.opengis.ows_context.AbstractResourceType
                  extended by net.opengis.ows_context.MediaType

public class MediaType
extends AbstractResourceType

Classe Java pour MediaType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="MediaType">
   <complexContent>
     <extension base="{http://www.opengis.net/ows-context}AbstractResourceType">
       <sequence>
         <element name="InlineMedia" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
         <element name="InlineText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ImageMedia" type="{http://www.opengis.net/ows-context}URLType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  URLType imageMedia
           
protected  byte[] inlineMedia
           
protected  String inlineText
           
 
Fields inherited from class net.opengis.ows_context.AbstractResourceType
dataURL, extension, group, hidden, id, maxScaleDenominator, metadataURL, minScaleDenominator, name, opacity
 
Fields inherited from class net.opengis.ows._2.IdentificationType
availableCRS, boundingBox, outputFormat
 
Fields inherited from class net.opengis.ows._2.BasicIdentificationType
identifier, metadata
 
Fields inherited from class net.opengis.ows._2.DescriptionType
_abstract, keywords, title
 
Constructor Summary
MediaType()
           
 
Method Summary
 URLType getImageMedia()
          Obtient la valeur de la propriété imageMedia.
 byte[] getInlineMedia()
          Obtient la valeur de la propriété inlineMedia.
 String getInlineText()
          Obtient la valeur de la propriété inlineText.
 boolean isSetImageMedia()
           
 boolean isSetInlineMedia()
           
 boolean isSetInlineText()
           
 void setImageMedia(URLType value)
          Définit la valeur de la propriété imageMedia.
 void setInlineMedia(byte[] value)
          Définit la valeur de la propriété inlineMedia.
 void setInlineText(String value)
          Définit la valeur de la propriété inlineText.
 
Methods inherited from class net.opengis.ows_context.AbstractResourceType
getDataURL, getExtension, getGroup, getId, getMaxScaleDenominator, getMetadataURL, getMinScaleDenominator, getName, getOpacity, isHidden, isSetDataURL, isSetExtension, isSetGroup, isSetHidden, isSetId, isSetMaxScaleDenominator, isSetMetadataURL, isSetMinScaleDenominator, isSetName, isSetOpacity, setDataURL, setExtension, setGroup, setHidden, setId, setMaxScaleDenominator, setMetadataURL, setMinScaleDenominator, setName, setOpacity, unsetHidden
 
Methods inherited from class net.opengis.ows._2.IdentificationType
getAvailableCRS, getBoundingBox, getOutputFormat, isSetAvailableCRS, isSetBoundingBox, isSetOutputFormat, unsetAvailableCRS, unsetBoundingBox, unsetOutputFormat
 
Methods inherited from class net.opengis.ows._2.BasicIdentificationType
getIdentifier, getMetadata, isSetIdentifier, isSetMetadata, setIdentifier, unsetMetadata
 
Methods inherited from class net.opengis.ows._2.DescriptionType
getAbstract, getKeywords, getTitle, isSetAbstract, isSetKeywords, isSetTitle, unsetAbstract, unsetKeywords, unsetTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inlineMedia

protected byte[] inlineMedia

inlineText

protected String inlineText

imageMedia

protected URLType imageMedia
Constructor Detail

MediaType

public MediaType()
Method Detail

getInlineMedia

public byte[] getInlineMedia()
Obtient la valeur de la propriété inlineMedia.

Returns:
possible object is byte[]

setInlineMedia

public void setInlineMedia(byte[] value)
Définit la valeur de la propriété inlineMedia.

Parameters:
value - allowed object is byte[]

isSetInlineMedia

public boolean isSetInlineMedia()

getInlineText

public String getInlineText()
Obtient la valeur de la propriété inlineText.

Returns:
possible object is String

setInlineText

public void setInlineText(String value)
Définit la valeur de la propriété inlineText.

Parameters:
value - allowed object is String

isSetInlineText

public boolean isSetInlineText()

getImageMedia

public URLType getImageMedia()
Obtient la valeur de la propriété imageMedia.

Returns:
possible object is URLType

setImageMedia

public void setImageMedia(URLType value)
Définit la valeur de la propriété imageMedia.

Parameters:
value - allowed object is URLType

isSetImageMedia

public boolean isSetImageMedia()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.