public class TpegJunctionPointDescriptor extends TpegPointDescriptor
Java class for TpegJunctionPointDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TpegJunctionPointDescriptor">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}TpegPointDescriptor">
<sequence>
<element name="tpegJunctionPointDescriptorType" type="{http://datex2.eu/schema/2/2_0}TpegLoc03JunctionPointDescriptorSubtypeEnum"/>
<element name="tpegJunctionPointDescriptorExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
tpegJunctionPointDescriptorExtension |
protected TpegLoc03JunctionPointDescriptorSubtypeEnum |
tpegJunctionPointDescriptorType |
tpegPointDescriptorExtensiondescriptor, tpegDescriptorExtension| Constructor and Description |
|---|
TpegJunctionPointDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getTpegJunctionPointDescriptorExtension()
Gets the value of the tpegJunctionPointDescriptorExtension property.
|
TpegLoc03JunctionPointDescriptorSubtypeEnum |
getTpegJunctionPointDescriptorType()
Gets the value of the tpegJunctionPointDescriptorType property.
|
void |
setTpegJunctionPointDescriptorExtension(ExtensionType value)
Sets the value of the tpegJunctionPointDescriptorExtension property.
|
void |
setTpegJunctionPointDescriptorType(TpegLoc03JunctionPointDescriptorSubtypeEnum value)
Sets the value of the tpegJunctionPointDescriptorType property.
|
getTpegPointDescriptorExtension, setTpegPointDescriptorExtensiongetDescriptor, getTpegDescriptorExtension, setDescriptor, setTpegDescriptorExtensionprotected TpegLoc03JunctionPointDescriptorSubtypeEnum tpegJunctionPointDescriptorType
protected ExtensionType tpegJunctionPointDescriptorExtension
public TpegLoc03JunctionPointDescriptorSubtypeEnum getTpegJunctionPointDescriptorType()
TpegLoc03JunctionPointDescriptorSubtypeEnumpublic void setTpegJunctionPointDescriptorType(TpegLoc03JunctionPointDescriptorSubtypeEnum value)
value - allowed object is
TpegLoc03JunctionPointDescriptorSubtypeEnumpublic ExtensionType getTpegJunctionPointDescriptorExtension()
ExtensionTypepublic void setTpegJunctionPointDescriptorExtension(ExtensionType value)
value - allowed object is
ExtensionType