public class IndirectEntryType extends Object
Java class for IndirectEntryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IndirectEntryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/gml}DefinitionProxy"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DefinitionProxy |
definitionProxy |
| Constructor and Description |
|---|
IndirectEntryType()
Default no-arg constructor
|
IndirectEntryType(DefinitionProxy definitionProxy)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
DefinitionProxy |
getDefinitionProxy()
Gets the value of the definitionProxy property.
|
void |
setDefinitionProxy(DefinitionProxy value)
Sets the value of the definitionProxy property.
|
protected DefinitionProxy definitionProxy
public IndirectEntryType()
public IndirectEntryType(DefinitionProxy definitionProxy)
public DefinitionProxy getDefinitionProxy()
DefinitionProxypublic void setDefinitionProxy(DefinitionProxy value)
value - allowed object is
DefinitionProxyCopyright © 2021 B3Partners B.V.. All rights reserved.