org.citygml4j.jaxb.gml._3_1_1
Class FileType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.FileType

public class FileType
extends java.lang.Object

Java class for FileType complex type.

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

 <complexType name="FileType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}rangeParameters"/>
         <element name="fileName" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="fileStructure" type="{http://www.opengis.net/gml}FileValueModelType"/>
         <element name="mimeType" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="compression" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
FileType()
           
 
Method Summary
 java.lang.String getCompression()
          Gets the value of the compression property.
 java.lang.String getFileName()
          Gets the value of the fileName property.
 FileValueModelType getFileStructure()
          Gets the value of the fileStructure property.
 java.lang.String getMimeType()
          Gets the value of the mimeType property.
 RangeParametersType getRangeParameters()
          Gets the value of the rangeParameters property.
 boolean isSetCompression()
           
 boolean isSetFileName()
           
 boolean isSetFileStructure()
           
 boolean isSetMimeType()
           
 boolean isSetRangeParameters()
           
 void setCompression(java.lang.String value)
          Sets the value of the compression property.
 void setFileName(java.lang.String value)
          Sets the value of the fileName property.
 void setFileStructure(FileValueModelType value)
          Sets the value of the fileStructure property.
 void setMimeType(java.lang.String value)
          Sets the value of the mimeType property.
 void setRangeParameters(RangeParametersType value)
          Sets the value of the rangeParameters property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileType

public FileType()
Method Detail

getRangeParameters

public RangeParametersType getRangeParameters()
Gets the value of the rangeParameters property.

Returns:
possible object is RangeParametersType

setRangeParameters

public void setRangeParameters(RangeParametersType value)
Sets the value of the rangeParameters property.

Parameters:
value - allowed object is RangeParametersType

isSetRangeParameters

public boolean isSetRangeParameters()

getFileName

public java.lang.String getFileName()
Gets the value of the fileName property.

Returns:
possible object is String

setFileName

public void setFileName(java.lang.String value)
Sets the value of the fileName property.

Parameters:
value - allowed object is String

isSetFileName

public boolean isSetFileName()

getFileStructure

public FileValueModelType getFileStructure()
Gets the value of the fileStructure property.

Returns:
possible object is FileValueModelType

setFileStructure

public void setFileStructure(FileValueModelType value)
Sets the value of the fileStructure property.

Parameters:
value - allowed object is FileValueModelType

isSetFileStructure

public boolean isSetFileStructure()

getMimeType

public java.lang.String getMimeType()
Gets the value of the mimeType property.

Returns:
possible object is String

setMimeType

public void setMimeType(java.lang.String value)
Sets the value of the mimeType property.

Parameters:
value - allowed object is String

isSetMimeType

public boolean isSetMimeType()

getCompression

public java.lang.String getCompression()
Gets the value of the compression property.

Returns:
possible object is String

setCompression

public void setCompression(java.lang.String value)
Sets the value of the compression property.

Parameters:
value - allowed object is String

isSetCompression

public boolean isSetCompression()