|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface InterfaceDefinitionDocument.InterfaceDefinition
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, 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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
LayerPropertyType getServiceLayer()
boolean isSetServiceLayer()
void setServiceLayer(LayerPropertyType serviceLayer)
LayerPropertyType addNewServiceLayer()
void unsetServiceLayer()
LayerPropertyType getApplicationLayer()
boolean isSetApplicationLayer()
void setApplicationLayer(LayerPropertyType applicationLayer)
LayerPropertyType addNewApplicationLayer()
void unsetApplicationLayer()
PresentationLayerPropertyType getPresentationLayer()
boolean isSetPresentationLayer()
void setPresentationLayer(PresentationLayerPropertyType presentationLayer)
PresentationLayerPropertyType addNewPresentationLayer()
void unsetPresentationLayer()
LayerPropertyType getSessionLayer()
boolean isSetSessionLayer()
void setSessionLayer(LayerPropertyType sessionLayer)
LayerPropertyType addNewSessionLayer()
void unsetSessionLayer()
LayerPropertyType getTransportLayer()
boolean isSetTransportLayer()
void setTransportLayer(LayerPropertyType transportLayer)
LayerPropertyType addNewTransportLayer()
void unsetTransportLayer()
LayerPropertyType getNetworkLayer()
boolean isSetNetworkLayer()
void setNetworkLayer(LayerPropertyType networkLayer)
LayerPropertyType addNewNetworkLayer()
void unsetNetworkLayer()
LayerPropertyType getDataLinkLayer()
boolean isSetDataLinkLayer()
void setDataLinkLayer(LayerPropertyType dataLinkLayer)
LayerPropertyType addNewDataLinkLayer()
void unsetDataLinkLayer()
LayerPropertyType getPhysicalLayer()
boolean isSetPhysicalLayer()
void setPhysicalLayer(LayerPropertyType physicalLayer)
LayerPropertyType addNewPhysicalLayer()
void unsetPhysicalLayer()
LayerPropertyType getMechanicalLayer()
boolean isSetMechanicalLayer()
void setMechanicalLayer(LayerPropertyType mechanicalLayer)
LayerPropertyType addNewMechanicalLayer()
void unsetMechanicalLayer()
String getId()
org.apache.xmlbeans.XmlID xgetId()
boolean isSetId()
void setId(String id)
void xsetId(org.apache.xmlbeans.XmlID id)
void unsetId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |