|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.catalog.arcims.PutMetadataInfo
public class PutMetadataInfo
Maintains information associated with a metadata document to be published to an ArcIMS metadata server.
Constructor Summary | |
---|---|
PutMetadataInfo()
Default constructor. |
Method Summary | |
---|---|
String |
getContentType()
Gets the content type. |
Envelope |
getEnvelope()
Gets the bounding envelope for the document. |
String |
getFileIdentifier()
Gets the file identifier. |
String |
getName()
Gets the name. |
String |
getOnlink()
Gets the online linkage url. |
String |
getParentUuid()
Gets the parent UUID of the containing folder for the document. |
String |
getServer()
Gets the map server. |
String |
getService()
Gets the map service. |
String |
getServiceType()
Gets the map service type. |
String |
getThumbnailBinary()
Gets the base64 encoded string for the thumbnail image. |
String |
getToEsriIsoXslt()
Gets the XSLT (file path) for translating to EsriIso format. |
String |
getUuid()
Gets the UUID for the document. |
String |
getXml()
Gets the xml string for the document. |
void |
setContentType(String contentType)
Sets the content type. |
void |
setEnvelope(Envelope envelope)
Sets the bounding envelope for the document. |
void |
setFileIdentifier(String id)
Sets the file identifier. |
void |
setName(String name)
Sets the name. |
void |
setOnlink(String url)
Sets the online linkage url. |
void |
setParentUuid(String uuid)
Sets the parent UUID of the containing folder for the document. |
void |
setServer(String server)
Sets the map server. |
void |
setService(String service)
Sets the map service. |
void |
setServiceType(String type)
Sets the map service type. |
void |
setThumbnailBinary(String base64)
Sets the base64 encoded string for the thumbnail image. |
void |
setToEsriIsoXslt(String xslt)
Gets the XSLT (file path) for translating to EsriIso format. |
void |
setUuid(String uuid)
Sets the UUID for the document. |
void |
setXml(String xml)
Sets the xml string for the document. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PutMetadataInfo()
Method Detail |
---|
public String getContentType()
public void setContentType(String contentType)
contentType
- the content typepublic Envelope getEnvelope()
public void setEnvelope(Envelope envelope)
envelope
- the bounding envelopepublic String getFileIdentifier()
public void setFileIdentifier(String id)
id
- the file identifierpublic String getName()
public void setName(String name)
name
- the namepublic String getOnlink()
public void setOnlink(String url)
url
- the online linkage urlpublic String getParentUuid()
public void setParentUuid(String uuid)
uuid
- the parentUUIDpublic String getServer()
public void setServer(String server)
server
- the map serverpublic String getService()
public void setService(String service)
service
- the map servicepublic String getServiceType()
public void setServiceType(String type)
type
- the map service typepublic String getThumbnailBinary()
public void setThumbnailBinary(String base64)
base64
- the base64 encoded string for the thumbnail imagepublic String getToEsriIsoXslt()
public void setToEsriIsoXslt(String xslt)
xslt
- the file path to the XSLTpublic String getUuid()
public void setUuid(String uuid)
uuid
- the UUIDpublic String getXml()
public void setXml(String xml)
xml
- the xml string
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |