net.opengis.wms
Interface OnlineResourceDocument.OnlineResource

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
OnlineResourceDocumentImpl.OnlineResourceImpl
Enclosing interface:
OnlineResourceDocument

public static interface OnlineResourceDocument.OnlineResource
extends org.apache.xmlbeans.XmlObject

An XML OnlineResource(@http://www.opengis.net/wms). This is a complex type.


Nested Class Summary
static class OnlineResourceDocument.OnlineResource.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 ActuateType.Enum getActuate()
          Gets the "actuate" attribute
 String getArcrole()
          Gets the "arcrole" attribute
 String getHref()
          Gets the "href" attribute
 String getRole()
          Gets the "role" attribute
 ShowType.Enum getShow()
          Gets the "show" attribute
 String getTitle()
          Gets the "title" attribute
 TypeType.Enum getType()
          Gets the "type" attribute
 boolean isSetActuate()
          True if has "actuate" attribute
 boolean isSetArcrole()
          True if has "arcrole" attribute
 boolean isSetHref()
          True if has "href" attribute
 boolean isSetRole()
          True if has "role" attribute
 boolean isSetShow()
          True if has "show" attribute
 boolean isSetTitle()
          True if has "title" attribute
 boolean isSetType()
          True if has "type" attribute
 void setActuate(ActuateType.Enum actuate)
          Sets the "actuate" attribute
 void setArcrole(String arcrole)
          Sets the "arcrole" attribute
 void setHref(String href)
          Sets the "href" attribute
 void setRole(String role)
          Sets the "role" attribute
 void setShow(ShowType.Enum show)
          Sets the "show" attribute
 void setTitle(String title)
          Sets the "title" attribute
 void setType(TypeType.Enum type)
          Sets the "type" attribute
 void unsetActuate()
          Unsets the "actuate" attribute
 void unsetArcrole()
          Unsets the "arcrole" attribute
 void unsetHref()
          Unsets the "href" attribute
 void unsetRole()
          Unsets the "role" attribute
 void unsetShow()
          Unsets the "show" attribute
 void unsetTitle()
          Unsets the "title" attribute
 void unsetType()
          Unsets the "type" attribute
 ActuateType xgetActuate()
          Gets (as xml) the "actuate" attribute
 ArcroleType xgetArcrole()
          Gets (as xml) the "arcrole" attribute
 HrefType xgetHref()
          Gets (as xml) the "href" attribute
 RoleType xgetRole()
          Gets (as xml) the "role" attribute
 ShowType xgetShow()
          Gets (as xml) the "show" attribute
 TitleAttrType xgetTitle()
          Gets (as xml) the "title" attribute
 TypeType xgetType()
          Gets (as xml) the "type" attribute
 void xsetActuate(ActuateType actuate)
          Sets (as xml) the "actuate" attribute
 void xsetArcrole(ArcroleType arcrole)
          Sets (as xml) the "arcrole" attribute
 void xsetHref(HrefType href)
          Sets (as xml) the "href" attribute
 void xsetRole(RoleType role)
          Sets (as xml) the "role" attribute
 void xsetShow(ShowType show)
          Sets (as xml) the "show" attribute
 void xsetTitle(TitleAttrType title)
          Sets (as xml) the "title" attribute
 void xsetType(TypeType type)
          Sets (as xml) the "type" attribute
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getType

TypeType.Enum getType()
Gets the "type" attribute


xgetType

TypeType xgetType()
Gets (as xml) the "type" attribute


isSetType

boolean isSetType()
True if has "type" attribute


setType

void setType(TypeType.Enum type)
Sets the "type" attribute


xsetType

void xsetType(TypeType type)
Sets (as xml) the "type" attribute


unsetType

void unsetType()
Unsets the "type" attribute


getHref

String getHref()
Gets the "href" attribute


xgetHref

HrefType xgetHref()
Gets (as xml) the "href" attribute


isSetHref

boolean isSetHref()
True if has "href" attribute


setHref

void setHref(String href)
Sets the "href" attribute


xsetHref

void xsetHref(HrefType href)
Sets (as xml) the "href" attribute


unsetHref

void unsetHref()
Unsets the "href" attribute


getRole

String getRole()
Gets the "role" attribute


xgetRole

RoleType xgetRole()
Gets (as xml) the "role" attribute


isSetRole

boolean isSetRole()
True if has "role" attribute


setRole

void setRole(String role)
Sets the "role" attribute


xsetRole

void xsetRole(RoleType role)
Sets (as xml) the "role" attribute


unsetRole

void unsetRole()
Unsets the "role" attribute


getArcrole

String getArcrole()
Gets the "arcrole" attribute


xgetArcrole

ArcroleType xgetArcrole()
Gets (as xml) the "arcrole" attribute


isSetArcrole

boolean isSetArcrole()
True if has "arcrole" attribute


setArcrole

void setArcrole(String arcrole)
Sets the "arcrole" attribute


xsetArcrole

void xsetArcrole(ArcroleType arcrole)
Sets (as xml) the "arcrole" attribute


unsetArcrole

void unsetArcrole()
Unsets the "arcrole" attribute


getTitle

String getTitle()
Gets the "title" attribute


xgetTitle

TitleAttrType xgetTitle()
Gets (as xml) the "title" attribute


isSetTitle

boolean isSetTitle()
True if has "title" attribute


setTitle

void setTitle(String title)
Sets the "title" attribute


xsetTitle

void xsetTitle(TitleAttrType title)
Sets (as xml) the "title" attribute


unsetTitle

void unsetTitle()
Unsets the "title" attribute


getShow

ShowType.Enum getShow()
Gets the "show" attribute


xgetShow

ShowType xgetShow()
Gets (as xml) the "show" attribute


isSetShow

boolean isSetShow()
True if has "show" attribute


setShow

void setShow(ShowType.Enum show)
Sets the "show" attribute


xsetShow

void xsetShow(ShowType show)
Sets (as xml) the "show" attribute


unsetShow

void unsetShow()
Unsets the "show" attribute


getActuate

ActuateType.Enum getActuate()
Gets the "actuate" attribute


xgetActuate

ActuateType xgetActuate()
Gets (as xml) the "actuate" attribute


isSetActuate

boolean isSetActuate()
True if has "actuate" attribute


setActuate

void setActuate(ActuateType.Enum actuate)
Sets the "actuate" attribute


xsetActuate

void xsetActuate(ActuateType actuate)
Sets (as xml) the "actuate" attribute


unsetActuate

void unsetActuate()
Unsets the "actuate" attribute



Copyright © 2004-2013 52north.org. All Rights Reserved.