public class Source
extends java.lang.Object
Java class for Source complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Source"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sourceName" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/> <element name="sourceExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ExtensionType |
sourceExtension |
protected MultilingualString |
sourceName |
Constructor and Description |
---|
Source() |
Modifier and Type | Method and Description |
---|---|
ExtensionType |
getSourceExtension()
Gets the value of the sourceExtension property.
|
MultilingualString |
getSourceName()
Gets the value of the sourceName property.
|
void |
setSourceExtension(ExtensionType value)
Sets the value of the sourceExtension property.
|
void |
setSourceName(MultilingualString value)
Sets the value of the sourceName property.
|
protected MultilingualString sourceName
protected ExtensionType sourceExtension
public MultilingualString getSourceName()
MultilingualString
public void setSourceName(MultilingualString value)
value
- allowed object is
MultilingualString
public ExtensionType getSourceExtension()
ExtensionType
public void setSourceExtension(ExtensionType value)
value
- allowed object is
ExtensionType