|
ArcGIS Server Geoportal extension 10
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.control.csw.inbound202.ElementSet
public class ElementSet
Defines the element set associated with a response.
If this set hasElementNames(), the named elements should be used to construct the response, otherwise the elementSetType should be used to construct the response. By default the element set name is instantiated with:
Nested Class Summary | |
---|---|
static class |
ElementSet.ElementSetType
Enumeration of predefined element set types - "brief", "summary", "full" |
Constructor Summary | |
---|---|
ElementSet()
Default constructor. |
Method Summary | |
---|---|
void |
echo(StringBuffer sb)
Appends property information for the component to a StringBuffer. |
StringSet |
getElementNames()
Gets the set of element names. |
ElementSet.ElementSetType |
getElementSetType()
Gets the element set type. |
String |
getElementSetTypeNames()
Gets the type names associated with an element set type. |
boolean |
hasElementNames()
Determines if element names have been supplied. |
void |
setElementNames(StringSet elementNames)
Sets the set of element names. |
void |
setElementSetType(ElementSet.ElementSetType elementSetType)
Sets the element set type. |
void |
setElementSetTypeNames(String value)
Sets the type names associated with an element set type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ElementSet()
Method Detail |
---|
public StringSet getElementNames()
public void setElementNames(StringSet elementNames)
elementNames
- the set of element namespublic ElementSet.ElementSetType getElementSetType()
public void setElementSetType(ElementSet.ElementSetType elementSetType)
elementSetType
- the element set typepublic String getElementSetTypeNames()
public void setElementSetTypeNames(String value)
value
- the element set type namespublic boolean hasElementNames()
public void echo(StringBuffer sb)
sb
- the StringBuffer to use when appending information
|
ArcGIS Server Geoportal extension 10
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |