|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LayerPropertyType | |
---|---|
net.opengis.sensorML.x10 | |
net.opengis.sensorML.x10.impl |
Uses of LayerPropertyType in net.opengis.sensorML.x10 |
---|
Methods in net.opengis.sensorML.x10 that return LayerPropertyType | |
---|---|
LayerPropertyType |
InterfaceDefinitionDocument.InterfaceDefinition.addNewApplicationLayer()
Appends and returns a new empty "applicationLayer" element |
LayerPropertyType |
InterfaceDefinitionDocument.InterfaceDefinition.addNewDataLinkLayer()
Appends and returns a new empty "dataLinkLayer" element |
LayerPropertyType |
InterfaceDefinitionDocument.InterfaceDefinition.addNewMechanicalLayer()
Appends and returns a new empty "mechanicalLayer" element |
LayerPropertyType |
InterfaceDefinitionDocument.InterfaceDefinition.addNewNetworkLayer()
Appends and returns a new empty "networkLayer" element |
LayerPropertyType |
InterfaceDefinitionDocument.InterfaceDefinition.addNewPhysicalLayer()
Appends and returns a new empty "physicalLayer" element |
LayerPropertyType |
InterfaceDefinitionDocument.InterfaceDefinition.addNewServiceLayer()
Appends and returns a new empty "serviceLayer" element |
LayerPropertyType |
InterfaceDefinitionDocument.InterfaceDefinition.addNewSessionLayer()
Appends and returns a new empty "sessionLayer" element |
LayerPropertyType |
InterfaceDefinitionDocument.InterfaceDefinition.addNewTransportLayer()
Appends and returns a new empty "transportLayer" element |
LayerPropertyType |
InterfaceDefinitionDocument.InterfaceDefinition.getApplicationLayer()
Gets the "applicationLayer" element |
LayerPropertyType |
InterfaceDefinitionDocument.InterfaceDefinition.getDataLinkLayer()
Gets the "dataLinkLayer" element |
LayerPropertyType |
InterfaceDefinitionDocument.InterfaceDefinition.getMechanicalLayer()
Gets the "mechanicalLayer" element |
LayerPropertyType |
InterfaceDefinitionDocument.InterfaceDefinition.getNetworkLayer()
Gets the "networkLayer" element |
LayerPropertyType |
InterfaceDefinitionDocument.InterfaceDefinition.getPhysicalLayer()
Gets the "physicalLayer" element |
LayerPropertyType |
InterfaceDefinitionDocument.InterfaceDefinition.getServiceLayer()
Gets the "serviceLayer" element |
LayerPropertyType |
InterfaceDefinitionDocument.InterfaceDefinition.getSessionLayer()
Gets the "sessionLayer" element |
LayerPropertyType |
InterfaceDefinitionDocument.InterfaceDefinition.getTransportLayer()
Gets the "transportLayer" element |
static LayerPropertyType |
LayerPropertyType.Factory.newInstance()
|
static LayerPropertyType |
LayerPropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static LayerPropertyType |
LayerPropertyType.Factory.parse(File file)
|
static LayerPropertyType |
LayerPropertyType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static LayerPropertyType |
LayerPropertyType.Factory.parse(InputStream is)
|
static LayerPropertyType |
LayerPropertyType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static LayerPropertyType |
LayerPropertyType.Factory.parse(Node node)
|
static LayerPropertyType |
LayerPropertyType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static LayerPropertyType |
LayerPropertyType.Factory.parse(Reader r)
|
static LayerPropertyType |
LayerPropertyType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static LayerPropertyType |
LayerPropertyType.Factory.parse(String xmlAsString)
|
static LayerPropertyType |
LayerPropertyType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static LayerPropertyType |
LayerPropertyType.Factory.parse(URL u)
|
static LayerPropertyType |
LayerPropertyType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static LayerPropertyType |
LayerPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static LayerPropertyType |
LayerPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static LayerPropertyType |
LayerPropertyType.Factory.parse(XMLStreamReader sr)
|
static LayerPropertyType |
LayerPropertyType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in net.opengis.sensorML.x10 with parameters of type LayerPropertyType | |
---|---|
void |
InterfaceDefinitionDocument.InterfaceDefinition.setApplicationLayer(LayerPropertyType applicationLayer)
Sets the "applicationLayer" element |
void |
InterfaceDefinitionDocument.InterfaceDefinition.setDataLinkLayer(LayerPropertyType dataLinkLayer)
Sets the "dataLinkLayer" element |
void |
InterfaceDefinitionDocument.InterfaceDefinition.setMechanicalLayer(LayerPropertyType mechanicalLayer)
Sets the "mechanicalLayer" element |
void |
InterfaceDefinitionDocument.InterfaceDefinition.setNetworkLayer(LayerPropertyType networkLayer)
Sets the "networkLayer" element |
void |
InterfaceDefinitionDocument.InterfaceDefinition.setPhysicalLayer(LayerPropertyType physicalLayer)
Sets the "physicalLayer" element |
void |
InterfaceDefinitionDocument.InterfaceDefinition.setServiceLayer(LayerPropertyType serviceLayer)
Sets the "serviceLayer" element |
void |
InterfaceDefinitionDocument.InterfaceDefinition.setSessionLayer(LayerPropertyType sessionLayer)
Sets the "sessionLayer" element |
void |
InterfaceDefinitionDocument.InterfaceDefinition.setTransportLayer(LayerPropertyType transportLayer)
Sets the "transportLayer" element |
Uses of LayerPropertyType in net.opengis.sensorML.x10.impl |
---|
Classes in net.opengis.sensorML.x10.impl that implement LayerPropertyType | |
---|---|
class |
LayerPropertyTypeImpl
An XML LayerPropertyType(@http://www.opengis.net/sensorML/1.0). |
Methods in net.opengis.sensorML.x10.impl that return LayerPropertyType | |
---|---|
LayerPropertyType |
InterfaceDefinitionDocumentImpl.InterfaceDefinitionImpl.addNewApplicationLayer()
Appends and returns a new empty "applicationLayer" element |
LayerPropertyType |
InterfaceDefinitionDocumentImpl.InterfaceDefinitionImpl.addNewDataLinkLayer()
Appends and returns a new empty "dataLinkLayer" element |
LayerPropertyType |
InterfaceDefinitionDocumentImpl.InterfaceDefinitionImpl.addNewMechanicalLayer()
Appends and returns a new empty "mechanicalLayer" element |
LayerPropertyType |
InterfaceDefinitionDocumentImpl.InterfaceDefinitionImpl.addNewNetworkLayer()
Appends and returns a new empty "networkLayer" element |
LayerPropertyType |
InterfaceDefinitionDocumentImpl.InterfaceDefinitionImpl.addNewPhysicalLayer()
Appends and returns a new empty "physicalLayer" element |
LayerPropertyType |
InterfaceDefinitionDocumentImpl.InterfaceDefinitionImpl.addNewServiceLayer()
Appends and returns a new empty "serviceLayer" element |
LayerPropertyType |
InterfaceDefinitionDocumentImpl.InterfaceDefinitionImpl.addNewSessionLayer()
Appends and returns a new empty "sessionLayer" element |
LayerPropertyType |
InterfaceDefinitionDocumentImpl.InterfaceDefinitionImpl.addNewTransportLayer()
Appends and returns a new empty "transportLayer" element |
LayerPropertyType |
InterfaceDefinitionDocumentImpl.InterfaceDefinitionImpl.getApplicationLayer()
Gets the "applicationLayer" element |
LayerPropertyType |
InterfaceDefinitionDocumentImpl.InterfaceDefinitionImpl.getDataLinkLayer()
Gets the "dataLinkLayer" element |
LayerPropertyType |
InterfaceDefinitionDocumentImpl.InterfaceDefinitionImpl.getMechanicalLayer()
Gets the "mechanicalLayer" element |
LayerPropertyType |
InterfaceDefinitionDocumentImpl.InterfaceDefinitionImpl.getNetworkLayer()
Gets the "networkLayer" element |
LayerPropertyType |
InterfaceDefinitionDocumentImpl.InterfaceDefinitionImpl.getPhysicalLayer()
Gets the "physicalLayer" element |
LayerPropertyType |
InterfaceDefinitionDocumentImpl.InterfaceDefinitionImpl.getServiceLayer()
Gets the "serviceLayer" element |
LayerPropertyType |
InterfaceDefinitionDocumentImpl.InterfaceDefinitionImpl.getSessionLayer()
Gets the "sessionLayer" element |
LayerPropertyType |
InterfaceDefinitionDocumentImpl.InterfaceDefinitionImpl.getTransportLayer()
Gets the "transportLayer" element |
Methods in net.opengis.sensorML.x10.impl with parameters of type LayerPropertyType | |
---|---|
void |
InterfaceDefinitionDocumentImpl.InterfaceDefinitionImpl.setApplicationLayer(LayerPropertyType applicationLayer)
Sets the "applicationLayer" element |
void |
InterfaceDefinitionDocumentImpl.InterfaceDefinitionImpl.setDataLinkLayer(LayerPropertyType dataLinkLayer)
Sets the "dataLinkLayer" element |
void |
InterfaceDefinitionDocumentImpl.InterfaceDefinitionImpl.setMechanicalLayer(LayerPropertyType mechanicalLayer)
Sets the "mechanicalLayer" element |
void |
InterfaceDefinitionDocumentImpl.InterfaceDefinitionImpl.setNetworkLayer(LayerPropertyType networkLayer)
Sets the "networkLayer" element |
void |
InterfaceDefinitionDocumentImpl.InterfaceDefinitionImpl.setPhysicalLayer(LayerPropertyType physicalLayer)
Sets the "physicalLayer" element |
void |
InterfaceDefinitionDocumentImpl.InterfaceDefinitionImpl.setServiceLayer(LayerPropertyType serviceLayer)
Sets the "serviceLayer" element |
void |
InterfaceDefinitionDocumentImpl.InterfaceDefinitionImpl.setSessionLayer(LayerPropertyType sessionLayer)
Sets the "sessionLayer" element |
void |
InterfaceDefinitionDocumentImpl.InterfaceDefinitionImpl.setTransportLayer(LayerPropertyType transportLayer)
Sets the "transportLayer" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |