public class CodespaceStructure extends EntityStructure
Java class for CodespaceStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CodespaceStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}EntityStructure">
<sequence>
<element name="Xmlns" type="{http://www.netex.org.uk/netex}CodespaceIdType"/>
<element name="XmlnsUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="dataSourceRef" type="{http://www.netex.org.uk/netex}DataSourceIdType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dataSourceRef |
protected String |
description |
protected String |
xmlns |
protected String |
xmlnsUrl |
id, nameOfClass| Constructor and Description |
|---|
CodespaceStructure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataSourceRef()
Gets the value of the dataSourceRef property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getXmlns()
Gets the value of the xmlns property.
|
String |
getXmlnsUrl()
Gets the value of the xmlnsUrl property.
|
void |
setDataSourceRef(String value)
Sets the value of the dataSourceRef property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setXmlns(String value)
Sets the value of the xmlns property.
|
void |
setXmlnsUrl(String value)
Sets the value of the xmlnsUrl property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
CodespaceStructure |
withDataSourceRef(String value) |
CodespaceStructure |
withDescription(String value) |
CodespaceStructure |
withId(String value) |
CodespaceStructure |
withNameOfClass(String value) |
CodespaceStructure |
withXmlns(String value) |
CodespaceStructure |
withXmlnsUrl(String value) |
getId, getNameOfClass, setId, setNameOfClassprotected String xmlns
protected String xmlnsUrl
protected String description
protected String dataSourceRef
public String getXmlns()
Stringpublic void setXmlns(String value)
value - allowed object is
Stringpublic String getXmlnsUrl()
Stringpublic void setXmlnsUrl(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getDataSourceRef()
Stringpublic void setDataSourceRef(String value)
value - allowed object is
Stringpublic CodespaceStructure withXmlns(String value)
public CodespaceStructure withXmlnsUrl(String value)
public CodespaceStructure withDescription(String value)
public CodespaceStructure withDataSourceRef(String value)
public CodespaceStructure withNameOfClass(String value)
withNameOfClass in class EntityStructurepublic CodespaceStructure withId(String value)
withId in class EntityStructurepublic String toString()
toString in class EntityStructureCopyright © 2018 Entur AS. All rights reserved.