public abstract class DerivedViewStructure extends Object
Java class for DerivedViewStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DerivedViewStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.netex.org.uk/netex}DerivedViewGroup"/>
</sequence>
<attribute name="id" type="{http://www.netex.org.uk/netex}ObjectIdType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BrandingRefStructure |
brandingRef |
protected String |
id |
| Constructor and Description |
|---|
DerivedViewStructure() |
| Modifier and Type | Method and Description |
|---|---|
BrandingRefStructure |
getBrandingRef()
Gets the value of the brandingRef property.
|
String |
getId()
Gets the value of the id property.
|
void |
setBrandingRef(BrandingRefStructure value)
Sets the value of the brandingRef property.
|
void |
setId(String value)
Sets the value of the id property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
DerivedViewStructure |
withBrandingRef(BrandingRefStructure value) |
DerivedViewStructure |
withId(String value) |
protected BrandingRefStructure brandingRef
protected String id
public BrandingRefStructure getBrandingRef()
BrandingRefStructurepublic void setBrandingRef(BrandingRefStructure value)
value - allowed object is
BrandingRefStructurepublic void setId(String value)
value - allowed object is
Stringpublic DerivedViewStructure withBrandingRef(BrandingRefStructure value)
public DerivedViewStructure withId(String value)
Copyright © 2018 Entur AS. All rights reserved.