public class ServiceFrequencyType extends Object
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ABIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Service Frequency. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to specify which day of the week a transport service is operational.</ccts:Definition>
<ccts:ObjectClass>Service Frequency</ccts:ObjectClass>
</ccts:Component>
Java class for ServiceFrequencyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceFrequencyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}WeekDayCode"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected WeekDayCodeType |
weekDayCode |
| Constructor and Description |
|---|
ServiceFrequencyType() |
| Modifier and Type | Method and Description |
|---|---|
WeekDayCodeType |
getWeekDayCode()
<?
|
void |
setWeekDayCode(WeekDayCodeType value)
Sets the value of the weekDayCode property.
|
protected WeekDayCodeType weekDayCode
public WeekDayCodeType getWeekDayCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Service Frequency. Week Day. Code</ccts:DictionaryEntryName>
<ccts:Definition>A day of the week, expressed as code.</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Service Frequency</ccts:ObjectClass>
<ccts:PropertyTerm>Week Day</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataTypeQualifier>Week Day</ccts:DataTypeQualifier>
<ccts:DataType>Week Day_ Code. Type</ccts:DataType>
</ccts:Component>
WeekDayCodeTypepublic void setWeekDayCode(WeekDayCodeType value)
value - allowed object is
WeekDayCodeTypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.