public class VersionFrameDefaultsStructure extends Object
Java class for VersionFrameDefaultsStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VersionFrameDefaultsStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DefaultCodespaceRef" type="{http://www.netex.org.uk/netex}CodespaceRefStructure" minOccurs="0"/>
<element name="DefaultDataSourceRef" type="{http://www.netex.org.uk/netex}DataSourceRefStructure" minOccurs="0"/>
<element name="DefaultResponsibilitySetRef" type="{http://www.netex.org.uk/netex}ResponsibilitySetRefStructure" minOccurs="0"/>
<element name="DefaultLocale" type="{http://www.netex.org.uk/netex}LocaleStructure" minOccurs="0"/>
<element name="DefaultLocationSystem" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0"/>
<element name="DefaultSystemOfUnits" type="{http://www.netex.org.uk/netex}SystemOfUnits" minOccurs="0"/>
<element name="DefaultCurrency" type="{http://www.netex.org.uk/netex}CurrencyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CodespaceRefStructure |
defaultCodespaceRef |
protected String |
defaultCurrency |
protected DataSourceRefStructure |
defaultDataSourceRef |
protected LocaleStructure |
defaultLocale |
protected String |
defaultLocationSystem |
protected ResponsibilitySetRefStructure |
defaultResponsibilitySetRef |
protected SystemOfUnits |
defaultSystemOfUnits |
| Constructor and Description |
|---|
VersionFrameDefaultsStructure() |
protected CodespaceRefStructure defaultCodespaceRef
protected DataSourceRefStructure defaultDataSourceRef
protected ResponsibilitySetRefStructure defaultResponsibilitySetRef
protected LocaleStructure defaultLocale
protected String defaultLocationSystem
protected SystemOfUnits defaultSystemOfUnits
protected String defaultCurrency
public CodespaceRefStructure getDefaultCodespaceRef()
CodespaceRefStructurepublic void setDefaultCodespaceRef(CodespaceRefStructure value)
value - allowed object is
CodespaceRefStructurepublic DataSourceRefStructure getDefaultDataSourceRef()
DataSourceRefStructurepublic void setDefaultDataSourceRef(DataSourceRefStructure value)
value - allowed object is
DataSourceRefStructurepublic ResponsibilitySetRefStructure getDefaultResponsibilitySetRef()
ResponsibilitySetRefStructurepublic void setDefaultResponsibilitySetRef(ResponsibilitySetRefStructure value)
value - allowed object is
ResponsibilitySetRefStructurepublic LocaleStructure getDefaultLocale()
LocaleStructurepublic void setDefaultLocale(LocaleStructure value)
value - allowed object is
LocaleStructurepublic String getDefaultLocationSystem()
Stringpublic void setDefaultLocationSystem(String value)
value - allowed object is
Stringpublic SystemOfUnits getDefaultSystemOfUnits()
SystemOfUnitspublic void setDefaultSystemOfUnits(SystemOfUnits value)
value - allowed object is
SystemOfUnitspublic String getDefaultCurrency()
Stringpublic void setDefaultCurrency(String value)
value - allowed object is
Stringpublic VersionFrameDefaultsStructure withDefaultCodespaceRef(CodespaceRefStructure value)
public VersionFrameDefaultsStructure withDefaultDataSourceRef(DataSourceRefStructure value)
public VersionFrameDefaultsStructure withDefaultResponsibilitySetRef(ResponsibilitySetRefStructure value)
public VersionFrameDefaultsStructure withDefaultLocale(LocaleStructure value)
public VersionFrameDefaultsStructure withDefaultLocationSystem(String value)
public VersionFrameDefaultsStructure withDefaultSystemOfUnits(SystemOfUnits value)
public VersionFrameDefaultsStructure withDefaultCurrency(String value)
Copyright © 2018 Entur AS. All rights reserved.