net.opengis.sps.x20
Interface TaskOrProcessPropertyType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
TaskOrProcessPropertyTypeImpl

public interface TaskOrProcessPropertyType
extends org.apache.xmlbeans.XmlObject

An XML TaskOrProcessPropertyType(@http://www.opengis.net/sps/2.0). This is a complex type.


Nested Class Summary
static class TaskOrProcessPropertyType.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
 org.w3.x1999.xlink.ActuateType.Enum getActuate()
          Gets the "actuate" attribute
 String getArcrole()
          Gets the "arcrole" attribute
 String getHref()
          Gets the "href" attribute
 Object getNilReason()
          Gets the "nilReason" attribute
 String getProcedure()
          Gets the "procedure" element
 String getRemoteSchema()
          Gets the "remoteSchema" attribute
 String getRole()
          Gets the "role" attribute
 org.w3.x1999.xlink.ShowType.Enum getShow()
          Gets the "show" attribute
 String getTask()
          Gets the "task" element
 String getTitle()
          Gets the "title" attribute
 org.w3.x1999.xlink.TypeType.Enum getType()
          Gets the "type" attribute
 TaskOrProcessUnionSemantics.Enum getUnionSemantics()
          Gets the "unionSemantics" attribute
 boolean isSetActuate()
          True if has "actuate" attribute
 boolean isSetArcrole()
          True if has "arcrole" attribute
 boolean isSetHref()
          True if has "href" attribute
 boolean isSetNilReason()
          True if has "nilReason" attribute
 boolean isSetProcedure()
          True if has "procedure" element
 boolean isSetRemoteSchema()
          True if has "remoteSchema" attribute
 boolean isSetRole()
          True if has "role" attribute
 boolean isSetShow()
          True if has "show" attribute
 boolean isSetTask()
          True if has "task" element
 boolean isSetTitle()
          True if has "title" attribute
 boolean isSetType()
          True if has "type" attribute
 boolean isSetUnionSemantics()
          True if has "unionSemantics" attribute
 void setActuate(org.w3.x1999.xlink.ActuateType.Enum actuate)
          Sets the "actuate" attribute
 void setArcrole(String arcrole)
          Sets the "arcrole" attribute
 void setHref(String href)
          Sets the "href" attribute
 void setNilReason(Object nilReason)
          Sets the "nilReason" attribute
 void setProcedure(String procedure)
          Sets the "procedure" element
 void setRemoteSchema(String remoteSchema)
          Sets the "remoteSchema" attribute
 void setRole(String role)
          Sets the "role" attribute
 void setShow(org.w3.x1999.xlink.ShowType.Enum show)
          Sets the "show" attribute
 void setTask(String task)
          Sets the "task" element
 void setTitle(String title)
          Sets the "title" attribute
 void setType(org.w3.x1999.xlink.TypeType.Enum type)
          Sets the "type" attribute
 void setUnionSemantics(TaskOrProcessUnionSemantics.Enum unionSemantics)
          Sets the "unionSemantics" attribute
 void unsetActuate()
          Unsets the "actuate" attribute
 void unsetArcrole()
          Unsets the "arcrole" attribute
 void unsetHref()
          Unsets the "href" attribute
 void unsetNilReason()
          Unsets the "nilReason" attribute
 void unsetProcedure()
          Unsets the "procedure" element
 void unsetRemoteSchema()
          Unsets the "remoteSchema" attribute
 void unsetRole()
          Unsets the "role" attribute
 void unsetShow()
          Unsets the "show" attribute
 void unsetTask()
          Unsets the "task" element
 void unsetTitle()
          Unsets the "title" attribute
 void unsetType()
          Unsets the "type" attribute
 void unsetUnionSemantics()
          Unsets the "unionSemantics" attribute
 org.w3.x1999.xlink.ActuateType xgetActuate()
          Gets (as xml) the "actuate" attribute
 org.w3.x1999.xlink.ArcroleType xgetArcrole()
          Gets (as xml) the "arcrole" attribute
 org.w3.x1999.xlink.HrefType xgetHref()
          Gets (as xml) the "href" attribute
 net.opengis.gml.x32.NilReasonType xgetNilReason()
          Gets (as xml) the "nilReason" attribute
 org.apache.xmlbeans.XmlAnyURI xgetProcedure()
          Gets (as xml) the "procedure" element
 org.apache.xmlbeans.XmlAnyURI xgetRemoteSchema()
          Gets (as xml) the "remoteSchema" attribute
 org.w3.x1999.xlink.RoleType xgetRole()
          Gets (as xml) the "role" attribute
 org.w3.x1999.xlink.ShowType xgetShow()
          Gets (as xml) the "show" attribute
 org.apache.xmlbeans.XmlAnyURI xgetTask()
          Gets (as xml) the "task" element
 org.w3.x1999.xlink.TitleAttrType xgetTitle()
          Gets (as xml) the "title" attribute
 org.w3.x1999.xlink.TypeType xgetType()
          Gets (as xml) the "type" attribute
 TaskOrProcessUnionSemantics xgetUnionSemantics()
          Gets (as xml) the "unionSemantics" attribute
 void xsetActuate(org.w3.x1999.xlink.ActuateType actuate)
          Sets (as xml) the "actuate" attribute
 void xsetArcrole(org.w3.x1999.xlink.ArcroleType arcrole)
          Sets (as xml) the "arcrole" attribute
 void xsetHref(org.w3.x1999.xlink.HrefType href)
          Sets (as xml) the "href" attribute
 void xsetNilReason(net.opengis.gml.x32.NilReasonType nilReason)
          Sets (as xml) the "nilReason" attribute
 void xsetProcedure(org.apache.xmlbeans.XmlAnyURI procedure)
          Sets (as xml) the "procedure" element
 void xsetRemoteSchema(org.apache.xmlbeans.XmlAnyURI remoteSchema)
          Sets (as xml) the "remoteSchema" attribute
 void xsetRole(org.w3.x1999.xlink.RoleType role)
          Sets (as xml) the "role" attribute
 void xsetShow(org.w3.x1999.xlink.ShowType show)
          Sets (as xml) the "show" attribute
 void xsetTask(org.apache.xmlbeans.XmlAnyURI task)
          Sets (as xml) the "task" element
 void xsetTitle(org.w3.x1999.xlink.TitleAttrType title)
          Sets (as xml) the "title" attribute
 void xsetType(org.w3.x1999.xlink.TypeType type)
          Sets (as xml) the "type" attribute
 void xsetUnionSemantics(TaskOrProcessUnionSemantics unionSemantics)
          Sets (as xml) the "unionSemantics" 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

getTask

String getTask()
Gets the "task" element


xgetTask

org.apache.xmlbeans.XmlAnyURI xgetTask()
Gets (as xml) the "task" element


isSetTask

boolean isSetTask()
True if has "task" element


setTask

void setTask(String task)
Sets the "task" element


xsetTask

void xsetTask(org.apache.xmlbeans.XmlAnyURI task)
Sets (as xml) the "task" element


unsetTask

void unsetTask()
Unsets the "task" element


getProcedure

String getProcedure()
Gets the "procedure" element


xgetProcedure

org.apache.xmlbeans.XmlAnyURI xgetProcedure()
Gets (as xml) the "procedure" element


isSetProcedure

boolean isSetProcedure()
True if has "procedure" element


setProcedure

void setProcedure(String procedure)
Sets the "procedure" element


xsetProcedure

void xsetProcedure(org.apache.xmlbeans.XmlAnyURI procedure)
Sets (as xml) the "procedure" element


unsetProcedure

void unsetProcedure()
Unsets the "procedure" element


getType

org.w3.x1999.xlink.TypeType.Enum getType()
Gets the "type" attribute


xgetType

org.w3.x1999.xlink.TypeType xgetType()
Gets (as xml) the "type" attribute


isSetType

boolean isSetType()
True if has "type" attribute


setType

void setType(org.w3.x1999.xlink.TypeType.Enum type)
Sets the "type" attribute


xsetType

void xsetType(org.w3.x1999.xlink.TypeType type)
Sets (as xml) the "type" attribute


unsetType

void unsetType()
Unsets the "type" attribute


getHref

String getHref()
Gets the "href" attribute


xgetHref

org.w3.x1999.xlink.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(org.w3.x1999.xlink.HrefType href)
Sets (as xml) the "href" attribute


unsetHref

void unsetHref()
Unsets the "href" attribute


getRole

String getRole()
Gets the "role" attribute


xgetRole

org.w3.x1999.xlink.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(org.w3.x1999.xlink.RoleType role)
Sets (as xml) the "role" attribute


unsetRole

void unsetRole()
Unsets the "role" attribute


getArcrole

String getArcrole()
Gets the "arcrole" attribute


xgetArcrole

org.w3.x1999.xlink.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(org.w3.x1999.xlink.ArcroleType arcrole)
Sets (as xml) the "arcrole" attribute


unsetArcrole

void unsetArcrole()
Unsets the "arcrole" attribute


getTitle

String getTitle()
Gets the "title" attribute


xgetTitle

org.w3.x1999.xlink.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(org.w3.x1999.xlink.TitleAttrType title)
Sets (as xml) the "title" attribute


unsetTitle

void unsetTitle()
Unsets the "title" attribute


getShow

org.w3.x1999.xlink.ShowType.Enum getShow()
Gets the "show" attribute


xgetShow

org.w3.x1999.xlink.ShowType xgetShow()
Gets (as xml) the "show" attribute


isSetShow

boolean isSetShow()
True if has "show" attribute


setShow

void setShow(org.w3.x1999.xlink.ShowType.Enum show)
Sets the "show" attribute


xsetShow

void xsetShow(org.w3.x1999.xlink.ShowType show)
Sets (as xml) the "show" attribute


unsetShow

void unsetShow()
Unsets the "show" attribute


getActuate

org.w3.x1999.xlink.ActuateType.Enum getActuate()
Gets the "actuate" attribute


xgetActuate

org.w3.x1999.xlink.ActuateType xgetActuate()
Gets (as xml) the "actuate" attribute


isSetActuate

boolean isSetActuate()
True if has "actuate" attribute


setActuate

void setActuate(org.w3.x1999.xlink.ActuateType.Enum actuate)
Sets the "actuate" attribute


xsetActuate

void xsetActuate(org.w3.x1999.xlink.ActuateType actuate)
Sets (as xml) the "actuate" attribute


unsetActuate

void unsetActuate()
Unsets the "actuate" attribute


getNilReason

Object getNilReason()
Gets the "nilReason" attribute


xgetNilReason

net.opengis.gml.x32.NilReasonType xgetNilReason()
Gets (as xml) the "nilReason" attribute


isSetNilReason

boolean isSetNilReason()
True if has "nilReason" attribute


setNilReason

void setNilReason(Object nilReason)
Sets the "nilReason" attribute


xsetNilReason

void xsetNilReason(net.opengis.gml.x32.NilReasonType nilReason)
Sets (as xml) the "nilReason" attribute


unsetNilReason

void unsetNilReason()
Unsets the "nilReason" attribute


getRemoteSchema

String getRemoteSchema()
Gets the "remoteSchema" attribute


xgetRemoteSchema

org.apache.xmlbeans.XmlAnyURI xgetRemoteSchema()
Gets (as xml) the "remoteSchema" attribute


isSetRemoteSchema

boolean isSetRemoteSchema()
True if has "remoteSchema" attribute


setRemoteSchema

void setRemoteSchema(String remoteSchema)
Sets the "remoteSchema" attribute


xsetRemoteSchema

void xsetRemoteSchema(org.apache.xmlbeans.XmlAnyURI remoteSchema)
Sets (as xml) the "remoteSchema" attribute


unsetRemoteSchema

void unsetRemoteSchema()
Unsets the "remoteSchema" attribute


getUnionSemantics

TaskOrProcessUnionSemantics.Enum getUnionSemantics()
Gets the "unionSemantics" attribute


xgetUnionSemantics

TaskOrProcessUnionSemantics xgetUnionSemantics()
Gets (as xml) the "unionSemantics" attribute


isSetUnionSemantics

boolean isSetUnionSemantics()
True if has "unionSemantics" attribute


setUnionSemantics

void setUnionSemantics(TaskOrProcessUnionSemantics.Enum unionSemantics)
Sets the "unionSemantics" attribute


xsetUnionSemantics

void xsetUnionSemantics(TaskOrProcessUnionSemantics unionSemantics)
Sets (as xml) the "unionSemantics" attribute


unsetUnionSemantics

void unsetUnionSemantics()
Unsets the "unionSemantics" attribute



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