net.opengis.sensorML.x10
Interface InterfaceDefinitionDocument.InterfaceDefinition

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
InterfaceDefinitionDocumentImpl.InterfaceDefinitionImpl
Enclosing interface:
InterfaceDefinitionDocument

public static interface InterfaceDefinitionDocument.InterfaceDefinition
extends org.apache.xmlbeans.XmlObject

An XML InterfaceDefinition(@http://www.opengis.net/sensorML/1.0). This is a complex type.


Nested Class Summary
static class InterfaceDefinitionDocument.InterfaceDefinition.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
 LayerPropertyType addNewApplicationLayer()
          Appends and returns a new empty "applicationLayer" element
 LayerPropertyType addNewDataLinkLayer()
          Appends and returns a new empty "dataLinkLayer" element
 LayerPropertyType addNewMechanicalLayer()
          Appends and returns a new empty "mechanicalLayer" element
 LayerPropertyType addNewNetworkLayer()
          Appends and returns a new empty "networkLayer" element
 LayerPropertyType addNewPhysicalLayer()
          Appends and returns a new empty "physicalLayer" element
 PresentationLayerPropertyType addNewPresentationLayer()
          Appends and returns a new empty "presentationLayer" element
 LayerPropertyType addNewServiceLayer()
          Appends and returns a new empty "serviceLayer" element
 LayerPropertyType addNewSessionLayer()
          Appends and returns a new empty "sessionLayer" element
 LayerPropertyType addNewTransportLayer()
          Appends and returns a new empty "transportLayer" element
 LayerPropertyType getApplicationLayer()
          Gets the "applicationLayer" element
 LayerPropertyType getDataLinkLayer()
          Gets the "dataLinkLayer" element
 String getId()
          Gets the "id" attribute
 LayerPropertyType getMechanicalLayer()
          Gets the "mechanicalLayer" element
 LayerPropertyType getNetworkLayer()
          Gets the "networkLayer" element
 LayerPropertyType getPhysicalLayer()
          Gets the "physicalLayer" element
 PresentationLayerPropertyType getPresentationLayer()
          Gets the "presentationLayer" element
 LayerPropertyType getServiceLayer()
          Gets the "serviceLayer" element
 LayerPropertyType getSessionLayer()
          Gets the "sessionLayer" element
 LayerPropertyType getTransportLayer()
          Gets the "transportLayer" element
 boolean isSetApplicationLayer()
          True if has "applicationLayer" element
 boolean isSetDataLinkLayer()
          True if has "dataLinkLayer" element
 boolean isSetId()
          True if has "id" attribute
 boolean isSetMechanicalLayer()
          True if has "mechanicalLayer" element
 boolean isSetNetworkLayer()
          True if has "networkLayer" element
 boolean isSetPhysicalLayer()
          True if has "physicalLayer" element
 boolean isSetPresentationLayer()
          True if has "presentationLayer" element
 boolean isSetServiceLayer()
          True if has "serviceLayer" element
 boolean isSetSessionLayer()
          True if has "sessionLayer" element
 boolean isSetTransportLayer()
          True if has "transportLayer" element
 void setApplicationLayer(LayerPropertyType applicationLayer)
          Sets the "applicationLayer" element
 void setDataLinkLayer(LayerPropertyType dataLinkLayer)
          Sets the "dataLinkLayer" element
 void setId(String id)
          Sets the "id" attribute
 void setMechanicalLayer(LayerPropertyType mechanicalLayer)
          Sets the "mechanicalLayer" element
 void setNetworkLayer(LayerPropertyType networkLayer)
          Sets the "networkLayer" element
 void setPhysicalLayer(LayerPropertyType physicalLayer)
          Sets the "physicalLayer" element
 void setPresentationLayer(PresentationLayerPropertyType presentationLayer)
          Sets the "presentationLayer" element
 void setServiceLayer(LayerPropertyType serviceLayer)
          Sets the "serviceLayer" element
 void setSessionLayer(LayerPropertyType sessionLayer)
          Sets the "sessionLayer" element
 void setTransportLayer(LayerPropertyType transportLayer)
          Sets the "transportLayer" element
 void unsetApplicationLayer()
          Unsets the "applicationLayer" element
 void unsetDataLinkLayer()
          Unsets the "dataLinkLayer" element
 void unsetId()
          Unsets the "id" attribute
 void unsetMechanicalLayer()
          Unsets the "mechanicalLayer" element
 void unsetNetworkLayer()
          Unsets the "networkLayer" element
 void unsetPhysicalLayer()
          Unsets the "physicalLayer" element
 void unsetPresentationLayer()
          Unsets the "presentationLayer" element
 void unsetServiceLayer()
          Unsets the "serviceLayer" element
 void unsetSessionLayer()
          Unsets the "sessionLayer" element
 void unsetTransportLayer()
          Unsets the "transportLayer" element
 org.apache.xmlbeans.XmlID xgetId()
          Gets (as xml) the "id" attribute
 void xsetId(org.apache.xmlbeans.XmlID id)
          Sets (as xml) the "id" 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

getServiceLayer

LayerPropertyType getServiceLayer()
Gets the "serviceLayer" element


isSetServiceLayer

boolean isSetServiceLayer()
True if has "serviceLayer" element


setServiceLayer

void setServiceLayer(LayerPropertyType serviceLayer)
Sets the "serviceLayer" element


addNewServiceLayer

LayerPropertyType addNewServiceLayer()
Appends and returns a new empty "serviceLayer" element


unsetServiceLayer

void unsetServiceLayer()
Unsets the "serviceLayer" element


getApplicationLayer

LayerPropertyType getApplicationLayer()
Gets the "applicationLayer" element


isSetApplicationLayer

boolean isSetApplicationLayer()
True if has "applicationLayer" element


setApplicationLayer

void setApplicationLayer(LayerPropertyType applicationLayer)
Sets the "applicationLayer" element


addNewApplicationLayer

LayerPropertyType addNewApplicationLayer()
Appends and returns a new empty "applicationLayer" element


unsetApplicationLayer

void unsetApplicationLayer()
Unsets the "applicationLayer" element


getPresentationLayer

PresentationLayerPropertyType getPresentationLayer()
Gets the "presentationLayer" element


isSetPresentationLayer

boolean isSetPresentationLayer()
True if has "presentationLayer" element


setPresentationLayer

void setPresentationLayer(PresentationLayerPropertyType presentationLayer)
Sets the "presentationLayer" element


addNewPresentationLayer

PresentationLayerPropertyType addNewPresentationLayer()
Appends and returns a new empty "presentationLayer" element


unsetPresentationLayer

void unsetPresentationLayer()
Unsets the "presentationLayer" element


getSessionLayer

LayerPropertyType getSessionLayer()
Gets the "sessionLayer" element


isSetSessionLayer

boolean isSetSessionLayer()
True if has "sessionLayer" element


setSessionLayer

void setSessionLayer(LayerPropertyType sessionLayer)
Sets the "sessionLayer" element


addNewSessionLayer

LayerPropertyType addNewSessionLayer()
Appends and returns a new empty "sessionLayer" element


unsetSessionLayer

void unsetSessionLayer()
Unsets the "sessionLayer" element


getTransportLayer

LayerPropertyType getTransportLayer()
Gets the "transportLayer" element


isSetTransportLayer

boolean isSetTransportLayer()
True if has "transportLayer" element


setTransportLayer

void setTransportLayer(LayerPropertyType transportLayer)
Sets the "transportLayer" element


addNewTransportLayer

LayerPropertyType addNewTransportLayer()
Appends and returns a new empty "transportLayer" element


unsetTransportLayer

void unsetTransportLayer()
Unsets the "transportLayer" element


getNetworkLayer

LayerPropertyType getNetworkLayer()
Gets the "networkLayer" element


isSetNetworkLayer

boolean isSetNetworkLayer()
True if has "networkLayer" element


setNetworkLayer

void setNetworkLayer(LayerPropertyType networkLayer)
Sets the "networkLayer" element


addNewNetworkLayer

LayerPropertyType addNewNetworkLayer()
Appends and returns a new empty "networkLayer" element


unsetNetworkLayer

void unsetNetworkLayer()
Unsets the "networkLayer" element


getDataLinkLayer

LayerPropertyType getDataLinkLayer()
Gets the "dataLinkLayer" element


isSetDataLinkLayer

boolean isSetDataLinkLayer()
True if has "dataLinkLayer" element


setDataLinkLayer

void setDataLinkLayer(LayerPropertyType dataLinkLayer)
Sets the "dataLinkLayer" element


addNewDataLinkLayer

LayerPropertyType addNewDataLinkLayer()
Appends and returns a new empty "dataLinkLayer" element


unsetDataLinkLayer

void unsetDataLinkLayer()
Unsets the "dataLinkLayer" element


getPhysicalLayer

LayerPropertyType getPhysicalLayer()
Gets the "physicalLayer" element


isSetPhysicalLayer

boolean isSetPhysicalLayer()
True if has "physicalLayer" element


setPhysicalLayer

void setPhysicalLayer(LayerPropertyType physicalLayer)
Sets the "physicalLayer" element


addNewPhysicalLayer

LayerPropertyType addNewPhysicalLayer()
Appends and returns a new empty "physicalLayer" element


unsetPhysicalLayer

void unsetPhysicalLayer()
Unsets the "physicalLayer" element


getMechanicalLayer

LayerPropertyType getMechanicalLayer()
Gets the "mechanicalLayer" element


isSetMechanicalLayer

boolean isSetMechanicalLayer()
True if has "mechanicalLayer" element


setMechanicalLayer

void setMechanicalLayer(LayerPropertyType mechanicalLayer)
Sets the "mechanicalLayer" element


addNewMechanicalLayer

LayerPropertyType addNewMechanicalLayer()
Appends and returns a new empty "mechanicalLayer" element


unsetMechanicalLayer

void unsetMechanicalLayer()
Unsets the "mechanicalLayer" element


getId

String getId()
Gets the "id" attribute


xgetId

org.apache.xmlbeans.XmlID xgetId()
Gets (as xml) the "id" attribute


isSetId

boolean isSetId()
True if has "id" attribute


setId

void setId(String id)
Sets the "id" attribute


xsetId

void xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "id" attribute


unsetId

void unsetId()
Unsets the "id" attribute



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