|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.FileType
public class FileType
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 |
---|
public FileType()
Method Detail |
---|
public RangeParametersType getRangeParameters()
RangeParametersType
public void setRangeParameters(RangeParametersType value)
value
- allowed object is
RangeParametersType
public boolean isSetRangeParameters()
public java.lang.String getFileName()
String
public void setFileName(java.lang.String value)
value
- allowed object is
String
public boolean isSetFileName()
public FileValueModelType getFileStructure()
FileValueModelType
public void setFileStructure(FileValueModelType value)
value
- allowed object is
FileValueModelType
public boolean isSetFileStructure()
public java.lang.String getMimeType()
String
public void setMimeType(java.lang.String value)
value
- allowed object is
String
public boolean isSetMimeType()
public java.lang.String getCompression()
String
public void setCompression(java.lang.String value)
value
- allowed object is
String
public boolean isSetCompression()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |