public class FeatureTypeType extends Object implements Serializable
| Constructor and Description |
|---|
FeatureTypeType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addKeywords(int index,
Keywords vKeywords)
Method addKeywords
|
void |
addKeywords(Keywords vKeywords)
Method addKeywords
|
void |
addMetadataURL(int index,
MetadataURL vMetadataURL)
Method addMetadataURL
|
void |
addMetadataURL(MetadataURL vMetadataURL)
Method addMetadataURL
|
void |
addWGS84BoundingBox(int index,
WGS84BoundingBox vWGS84BoundingBox)
Method addWGS84BoundingBox
|
void |
addWGS84BoundingBox(WGS84BoundingBox vWGS84BoundingBox)
Method addWGS84BoundingBox
|
void |
clearKeywords()
Method clearKeywords
|
void |
clearMetadataURL()
Method clearMetadataURL
|
void |
clearWGS84BoundingBox()
Method clearWGS84BoundingBox
|
Enumeration |
enumerateKeywords()
Method enumerateKeywords
|
Enumeration |
enumerateMetadataURL()
Method enumerateMetadataURL
|
Enumeration |
enumerateWGS84BoundingBox()
Method enumerateWGS84BoundingBox
|
String |
getAbstract()
Returns the value of field 'abstract'.
|
FeatureTypeTypeChoice |
getFeatureTypeTypeChoice()
Returns the value of field 'featureTypeTypeChoice'.
|
Keywords[] |
getKeywords()
Method getKeywords
|
Keywords |
getKeywords(int index)
Method getKeywords
|
int |
getKeywordsCount()
Method getKeywordsCount
|
MetadataURL[] |
getMetadataURL()
Method getMetadataURL
|
MetadataURL |
getMetadataURL(int index)
Method getMetadataURL
|
int |
getMetadataURLCount()
Method getMetadataURLCount
|
String |
getName()
Returns the value of field 'name'.
|
Operations_FeatureTypeType |
getOperations_FeatureTypeType()
Returns the value of field 'operations_FeatureTypeType'.
|
OutputFormats_FeatureTypeType |
getOutputFormats_FeatureTypeType()
Returns the value of field 'outputFormats_FeatureTypeType'.
|
String |
getTitle()
Returns the value of field 'title'.
|
WGS84BoundingBox[] |
getWGS84BoundingBox()
Method getWGS84BoundingBox
|
WGS84BoundingBox |
getWGS84BoundingBox(int index)
Method getWGS84BoundingBox
|
int |
getWGS84BoundingBoxCount()
Method getWGS84BoundingBoxCount
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeKeywords(Keywords vKeywords)
Method removeKeywords
|
boolean |
removeMetadataURL(MetadataURL vMetadataURL)
Method removeMetadataURL
|
boolean |
removeWGS84BoundingBox(WGS84BoundingBox vWGS84BoundingBox)
Method removeWGS84BoundingBox
|
void |
setAbstract(String _abstract)
Sets the value of field 'abstract'.
|
void |
setFeatureTypeTypeChoice(FeatureTypeTypeChoice featureTypeTypeChoice)
Sets the value of field 'featureTypeTypeChoice'.
|
void |
setKeywords(int index,
Keywords vKeywords)
Method setKeywords
|
void |
setKeywords(Keywords[] keywordsArray)
Method setKeywords
|
void |
setMetadataURL(int index,
MetadataURL vMetadataURL)
Method setMetadataURL
|
void |
setMetadataURL(MetadataURL[] metadataURLArray)
Method setMetadataURL
|
void |
setName(String name)
Sets the value of field 'name'.
|
void |
setOperations_FeatureTypeType(Operations_FeatureTypeType operations_FeatureTypeType)
Sets the value of field 'operations_FeatureTypeType'.
|
void |
setOutputFormats_FeatureTypeType(OutputFormats_FeatureTypeType outputFormats_FeatureTypeType)
Sets the value of field 'outputFormats_FeatureTypeType'.
|
void |
setTitle(String title)
Sets the value of field 'title'.
|
void |
setWGS84BoundingBox(int index,
WGS84BoundingBox vWGS84BoundingBox)
Method setWGS84BoundingBox
|
void |
setWGS84BoundingBox(WGS84BoundingBox[] WGS84BoundingBoxArray)
Method setWGS84BoundingBox
|
static FeatureTypeType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addKeywords(Keywords vKeywords) throws IndexOutOfBoundsException
vKeywords - IndexOutOfBoundsExceptionpublic void addKeywords(int index,
Keywords vKeywords)
throws IndexOutOfBoundsException
index - vKeywords - IndexOutOfBoundsExceptionpublic void addMetadataURL(MetadataURL vMetadataURL) throws IndexOutOfBoundsException
vMetadataURL - IndexOutOfBoundsExceptionpublic void addMetadataURL(int index,
MetadataURL vMetadataURL)
throws IndexOutOfBoundsException
index - vMetadataURL - IndexOutOfBoundsExceptionpublic void addWGS84BoundingBox(WGS84BoundingBox vWGS84BoundingBox) throws IndexOutOfBoundsException
vWGS84BoundingBox - IndexOutOfBoundsExceptionpublic void addWGS84BoundingBox(int index,
WGS84BoundingBox vWGS84BoundingBox)
throws IndexOutOfBoundsException
index - vWGS84BoundingBox - IndexOutOfBoundsExceptionpublic void clearKeywords()
public void clearMetadataURL()
public void clearWGS84BoundingBox()
public Enumeration enumerateKeywords()
public Enumeration enumerateMetadataURL()
public Enumeration enumerateWGS84BoundingBox()
public String getAbstract()
public FeatureTypeTypeChoice getFeatureTypeTypeChoice()
public Keywords getKeywords(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic Keywords[] getKeywords()
public int getKeywordsCount()
public MetadataURL getMetadataURL(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic MetadataURL[] getMetadataURL()
public int getMetadataURLCount()
public String getName()
public Operations_FeatureTypeType getOperations_FeatureTypeType()
public OutputFormats_FeatureTypeType getOutputFormats_FeatureTypeType()
public String getTitle()
public WGS84BoundingBox getWGS84BoundingBox(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic WGS84BoundingBox[] getWGS84BoundingBox()
public int getWGS84BoundingBoxCount()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler - IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic boolean removeKeywords(Keywords vKeywords)
vKeywords - public boolean removeMetadataURL(MetadataURL vMetadataURL)
vMetadataURL - public boolean removeWGS84BoundingBox(WGS84BoundingBox vWGS84BoundingBox)
vWGS84BoundingBox - public void setAbstract(String _abstract)
_abstract - abstract - the value of field 'abstract'.public void setFeatureTypeTypeChoice(FeatureTypeTypeChoice featureTypeTypeChoice)
featureTypeTypeChoice - the value of field
'featureTypeTypeChoice'.public void setKeywords(int index,
Keywords vKeywords)
throws IndexOutOfBoundsException
index - vKeywords - IndexOutOfBoundsExceptionpublic void setKeywords(Keywords[] keywordsArray)
keywordsArray - public void setMetadataURL(int index,
MetadataURL vMetadataURL)
throws IndexOutOfBoundsException
index - vMetadataURL - IndexOutOfBoundsExceptionpublic void setMetadataURL(MetadataURL[] metadataURLArray)
metadataURLArray - public void setName(String name)
name - the value of field 'name'.public void setOperations_FeatureTypeType(Operations_FeatureTypeType operations_FeatureTypeType)
operations_FeatureTypeType - the value of field
'operations_FeatureTypeType'.public void setOutputFormats_FeatureTypeType(OutputFormats_FeatureTypeType outputFormats_FeatureTypeType)
outputFormats_FeatureTypeType - the value of field
'outputFormats_FeatureTypeType'.public void setTitle(String title)
title - the value of field 'title'.public void setWGS84BoundingBox(int index,
WGS84BoundingBox vWGS84BoundingBox)
throws IndexOutOfBoundsException
index - vWGS84BoundingBox - IndexOutOfBoundsExceptionpublic void setWGS84BoundingBox(WGS84BoundingBox[] WGS84BoundingBoxArray)
WGS84BoundingBoxArray - public static FeatureTypeType unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationExceptionCopyright © 2022 B3Partners B.V.. All rights reserved.