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