public class TrainTripImpl extends IntangibleImpl implements TrainTrip
TrainTrip.TrainTrip.Builder| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.ImmutableListMultimap<java.lang.String,ValueType> |
properties |
| Constructor and Description |
|---|
TrainTripImpl(com.google.common.collect.Multimap<java.lang.String,ValueType> properties,
com.google.common.collect.Multimap<java.lang.String,Thing> reverseMap) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
containsProperty(java.lang.String name) |
com.google.common.collect.ImmutableList<SchemaOrgType> |
getArrivalPlatformList()
Returns the value list of property arrivalPlatform.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getArrivalStationList()
Returns the value list of property arrivalStation.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getArrivalTimeList()
Returns the value list of property arrivalTime.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getDeparturePlatformList()
Returns the value list of property departurePlatform.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getDepartureStationList()
Returns the value list of property departureStation.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getDepartureTimeList()
Returns the value list of property departureTime.
|
java.lang.String |
getFullTypeName()
Returns the full name of this schema.org type.
|
protected com.google.common.collect.ImmutableList<ValueType> |
getPropertyList(java.lang.String property) |
com.google.common.collect.ImmutableList<SchemaOrgType> |
getProviderList()
Returns the value list of property provider.
|
protected ValueType |
getSingleValueProperty(java.lang.String name) |
com.google.common.collect.ImmutableList<SchemaOrgType> |
getTrainNameList()
Returns the value list of property trainName.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getTrainNumberList()
Returns the value list of property trainNumber.
|
boolean |
includesProperty(java.lang.String property)
Whether the property can be set in this type.
|
getAdditionalTypeList, getAlternateNameList, getDescriptionList, getDetailedDescriptionList, getImageList, getMainEntityOfPageList, getNameList, getPopularityScoreList, getPotentialActionList, getSameAsList, getUrlListcontainsJsonLdId, contentEquals, getJsonLdContextList, getJsonLdId, getJsonLdReverseMap, getPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAdditionalTypeList, getAlternateNameList, getDescriptionList, getDetailedDescriptionList, getImageList, getMainEntityOfPageList, getNameList, getPopularityScoreList, getPotentialActionList, getSameAsList, getUrlListcontainsJsonLdId, getJsonLdContextList, getJsonLdId, getJsonLdReverseMapgetPropertycontentEqualsprotected final com.google.common.collect.ImmutableListMultimap<java.lang.String,ValueType> properties
public java.lang.String getFullTypeName()
SchemaOrgTypegetFullTypeName in interface SchemaOrgTypegetFullTypeName in class IntangibleImplpublic boolean includesProperty(java.lang.String property)
SchemaOrgTypeincludesProperty in interface SchemaOrgTypeincludesProperty in class IntangibleImplproperty - The name of property which can be short property name or full property name.public com.google.common.collect.ImmutableList<SchemaOrgType> getArrivalPlatformList()
TrainTripgetArrivalPlatformList in interface TrainTrippublic com.google.common.collect.ImmutableList<SchemaOrgType> getArrivalStationList()
TrainTripgetArrivalStationList in interface TrainTrippublic com.google.common.collect.ImmutableList<SchemaOrgType> getArrivalTimeList()
TrainTripgetArrivalTimeList in interface TrainTrippublic com.google.common.collect.ImmutableList<SchemaOrgType> getDeparturePlatformList()
TrainTripgetDeparturePlatformList in interface TrainTrippublic com.google.common.collect.ImmutableList<SchemaOrgType> getDepartureStationList()
TrainTripgetDepartureStationList in interface TrainTrippublic com.google.common.collect.ImmutableList<SchemaOrgType> getDepartureTimeList()
TrainTripgetDepartureTimeList in interface TrainTrippublic com.google.common.collect.ImmutableList<SchemaOrgType> getProviderList()
TrainTripgetProviderList in interface TrainTrippublic com.google.common.collect.ImmutableList<SchemaOrgType> getTrainNameList()
TrainTripgetTrainNameList in interface TrainTrippublic com.google.common.collect.ImmutableList<SchemaOrgType> getTrainNumberList()
TrainTripgetTrainNumberList in interface TrainTripprotected boolean containsProperty(java.lang.String name)
@Nullable protected ValueType getSingleValueProperty(java.lang.String name) throws SchemaOrgException
SchemaOrgExceptionprotected com.google.common.collect.ImmutableList<ValueType> getPropertyList(java.lang.String property)