public class CodeType extends Object
Java class for CodeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CodeType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="codeSpace" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
codeSpace |
protected String |
value |
| Constructor and Description |
|---|
CodeType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCodeSpace()
Gets the value of the codeSpace property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setCodeSpace(String value)
Sets the value of the codeSpace property.
|
void |
setValue(String value)
Sets the value of the value property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
CodeType |
withCodeSpace(String value) |
CodeType |
withValue(String value) |
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getCodeSpace()
Stringpublic void setCodeSpace(String value)
value - allowed object is
StringCopyright © 2018 Entur AS. All rights reserved.