// package vocab import ( "fmt" "net/url" "time" ) // PlaceType is an interface for accepting types that extend from 'Place'. type PlaceType interface { Serializer Deserializer IsAccuracy() (ok bool) GetAccuracy() (v float64) SetAccuracy(v float64) IsAccuracyIRI() (ok bool) GetAccuracyIRI() (v *url.URL) SetAccuracyIRI(v *url.URL) IsAltitude() (ok bool) GetAltitude() (v float64) SetAltitude(v float64) IsAltitudeIRI() (ok bool) GetAltitudeIRI() (v *url.URL) SetAltitudeIRI(v *url.URL) IsLatitude() (ok bool) GetLatitude() (v float64) SetLatitude(v float64) IsLatitudeIRI() (ok bool) GetLatitudeIRI() (v *url.URL) SetLatitudeIRI(v *url.URL) IsLongitude() (ok bool) GetLongitude() (v float64) SetLongitude(v float64) IsLongitudeIRI() (ok bool) GetLongitudeIRI() (v *url.URL) SetLongitudeIRI(v *url.URL) IsRadius() (ok bool) GetRadius() (v float64) SetRadius(v float64) IsRadiusIRI() (ok bool) GetRadiusIRI() (v *url.URL) SetRadiusIRI(v *url.URL) IsUnitsUnitsValue() (ok bool) GetUnitsUnitsValue() (v string) SetUnitsUnitsValue(v string) IsUnitsAnyURI() (ok bool) GetUnitsAnyURI() (v *url.URL) SetUnitsAnyURI(v *url.URL) AttachmentLen() (l int) IsAttachmentObject(index int) (ok bool) GetAttachmentObject(index int) (v ObjectType) AppendAttachmentObject(v ObjectType) PrependAttachmentObject(v ObjectType) RemoveAttachmentObject(index int) IsAttachmentLink(index int) (ok bool) GetAttachmentLink(index int) (v LinkType) AppendAttachmentLink(v LinkType) PrependAttachmentLink(v LinkType) RemoveAttachmentLink(index int) IsAttachmentIRI(index int) (ok bool) GetAttachmentIRI(index int) (v *url.URL) AppendAttachmentIRI(v *url.URL) PrependAttachmentIRI(v *url.URL) RemoveAttachmentIRI(index int) AttributedToLen() (l int) IsAttributedToObject(index int) (ok bool) GetAttributedToObject(index int) (v ObjectType) AppendAttributedToObject(v ObjectType) PrependAttributedToObject(v ObjectType) RemoveAttributedToObject(index int) IsAttributedToLink(index int) (ok bool) GetAttributedToLink(index int) (v LinkType) AppendAttributedToLink(v LinkType) PrependAttributedToLink(v LinkType) RemoveAttributedToLink(index int) IsAttributedToIRI(index int) (ok bool) GetAttributedToIRI(index int) (v *url.URL) AppendAttributedToIRI(v *url.URL) PrependAttributedToIRI(v *url.URL) RemoveAttributedToIRI(index int) AudienceLen() (l int) IsAudienceObject(index int) (ok bool) GetAudienceObject(index int) (v ObjectType) AppendAudienceObject(v ObjectType) PrependAudienceObject(v ObjectType) RemoveAudienceObject(index int) IsAudienceLink(index int) (ok bool) GetAudienceLink(index int) (v LinkType) AppendAudienceLink(v LinkType) PrependAudienceLink(v LinkType) RemoveAudienceLink(index int) IsAudienceIRI(index int) (ok bool) GetAudienceIRI(index int) (v *url.URL) AppendAudienceIRI(v *url.URL) PrependAudienceIRI(v *url.URL) RemoveAudienceIRI(index int) ContentLen() (l int) IsContentString(index int) (ok bool) GetContentString(index int) (v string) AppendContentString(v string) PrependContentString(v string) RemoveContentString(index int) IsContentLangString(index int) (ok bool) GetContentLangString(index int) (v string) AppendContentLangString(v string) PrependContentLangString(v string) RemoveContentLangString(index int) IsContentIRI(index int) (ok bool) GetContentIRI(index int) (v *url.URL) AppendContentIRI(v *url.URL) PrependContentIRI(v *url.URL) RemoveContentIRI(index int) ContentMapLanguages() (l []string) GetContentMap(l string) (v string) SetContentMap(l string, v string) ContextLen() (l int) IsContextObject(index int) (ok bool) GetContextObject(index int) (v ObjectType) AppendContextObject(v ObjectType) PrependContextObject(v ObjectType) RemoveContextObject(index int) IsContextLink(index int) (ok bool) GetContextLink(index int) (v LinkType) AppendContextLink(v LinkType) PrependContextLink(v LinkType) RemoveContextLink(index int) IsContextIRI(index int) (ok bool) GetContextIRI(index int) (v *url.URL) AppendContextIRI(v *url.URL) PrependContextIRI(v *url.URL) RemoveContextIRI(index int) NameLen() (l int) IsNameString(index int) (ok bool) GetNameString(index int) (v string) AppendNameString(v string) PrependNameString(v string) RemoveNameString(index int) IsNameLangString(index int) (ok bool) GetNameLangString(index int) (v string) AppendNameLangString(v string) PrependNameLangString(v string) RemoveNameLangString(index int) IsNameIRI(index int) (ok bool) GetNameIRI(index int) (v *url.URL) AppendNameIRI(v *url.URL) PrependNameIRI(v *url.URL) RemoveNameIRI(index int) NameMapLanguages() (l []string) GetNameMap(l string) (v string) SetNameMap(l string, v string) IsEndTime() (ok bool) GetEndTime() (v time.Time) SetEndTime(v time.Time) IsEndTimeIRI() (ok bool) GetEndTimeIRI() (v *url.URL) SetEndTimeIRI(v *url.URL) GeneratorLen() (l int) IsGeneratorObject(index int) (ok bool) GetGeneratorObject(index int) (v ObjectType) AppendGeneratorObject(v ObjectType) PrependGeneratorObject(v ObjectType) RemoveGeneratorObject(index int) IsGeneratorLink(index int) (ok bool) GetGeneratorLink(index int) (v LinkType) AppendGeneratorLink(v LinkType) PrependGeneratorLink(v LinkType) RemoveGeneratorLink(index int) IsGeneratorIRI(index int) (ok bool) GetGeneratorIRI(index int) (v *url.URL) AppendGeneratorIRI(v *url.URL) PrependGeneratorIRI(v *url.URL) RemoveGeneratorIRI(index int) IconLen() (l int) IsIconImage(index int) (ok bool) GetIconImage(index int) (v ImageType) AppendIconImage(v ImageType) PrependIconImage(v ImageType) RemoveIconImage(index int) IsIconLink(index int) (ok bool) GetIconLink(index int) (v LinkType) AppendIconLink(v LinkType) PrependIconLink(v LinkType) RemoveIconLink(index int) IsIconIRI(index int) (ok bool) GetIconIRI(index int) (v *url.URL) AppendIconIRI(v *url.URL) PrependIconIRI(v *url.URL) RemoveIconIRI(index int) HasId() (ok bool) GetId() (v *url.URL) SetId(v *url.URL) HasUnknownId() (ok bool) GetUnknownId() (v interface{}) SetUnknownId(i interface{}) ImageLen() (l int) IsImageImage(index int) (ok bool) GetImageImage(index int) (v ImageType) AppendImageImage(v ImageType) PrependImageImage(v ImageType) RemoveImageImage(index int) IsImageLink(index int) (ok bool) GetImageLink(index int) (v LinkType) AppendImageLink(v LinkType) PrependImageLink(v LinkType) RemoveImageLink(index int) IsImageIRI(index int) (ok bool) GetImageIRI(index int) (v *url.URL) AppendImageIRI(v *url.URL) PrependImageIRI(v *url.URL) RemoveImageIRI(index int) InReplyToLen() (l int) IsInReplyToObject(index int) (ok bool) GetInReplyToObject(index int) (v ObjectType) AppendInReplyToObject(v ObjectType) PrependInReplyToObject(v ObjectType) RemoveInReplyToObject(index int) IsInReplyToLink(index int) (ok bool) GetInReplyToLink(index int) (v LinkType) AppendInReplyToLink(v LinkType) PrependInReplyToLink(v LinkType) RemoveInReplyToLink(index int) IsInReplyToIRI(index int) (ok bool) GetInReplyToIRI(index int) (v *url.URL) AppendInReplyToIRI(v *url.URL) PrependInReplyToIRI(v *url.URL) RemoveInReplyToIRI(index int) LocationLen() (l int) IsLocationObject(index int) (ok bool) GetLocationObject(index int) (v ObjectType) AppendLocationObject(v ObjectType) PrependLocationObject(v ObjectType) RemoveLocationObject(index int) IsLocationLink(index int) (ok bool) GetLocationLink(index int) (v LinkType) AppendLocationLink(v LinkType) PrependLocationLink(v LinkType) RemoveLocationLink(index int) IsLocationIRI(index int) (ok bool) GetLocationIRI(index int) (v *url.URL) AppendLocationIRI(v *url.URL) PrependLocationIRI(v *url.URL) RemoveLocationIRI(index int) PreviewLen() (l int) IsPreviewObject(index int) (ok bool) GetPreviewObject(index int) (v ObjectType) AppendPreviewObject(v ObjectType) PrependPreviewObject(v ObjectType) RemovePreviewObject(index int) IsPreviewLink(index int) (ok bool) GetPreviewLink(index int) (v LinkType) AppendPreviewLink(v LinkType) PrependPreviewLink(v LinkType) RemovePreviewLink(index int) IsPreviewIRI(index int) (ok bool) GetPreviewIRI(index int) (v *url.URL) AppendPreviewIRI(v *url.URL) PrependPreviewIRI(v *url.URL) RemovePreviewIRI(index int) IsPublished() (ok bool) GetPublished() (v time.Time) SetPublished(v time.Time) IsPublishedIRI() (ok bool) GetPublishedIRI() (v *url.URL) SetPublishedIRI(v *url.URL) IsReplies() (ok bool) GetReplies() (v CollectionType) SetReplies(v CollectionType) IsRepliesIRI() (ok bool) GetRepliesIRI() (v *url.URL) SetRepliesIRI(v *url.URL) IsStartTime() (ok bool) GetStartTime() (v time.Time) SetStartTime(v time.Time) IsStartTimeIRI() (ok bool) GetStartTimeIRI() (v *url.URL) SetStartTimeIRI(v *url.URL) SummaryLen() (l int) IsSummaryString(index int) (ok bool) GetSummaryString(index int) (v string) AppendSummaryString(v string) PrependSummaryString(v string) RemoveSummaryString(index int) IsSummaryLangString(index int) (ok bool) GetSummaryLangString(index int) (v string) AppendSummaryLangString(v string) PrependSummaryLangString(v string) RemoveSummaryLangString(index int) IsSummaryIRI(index int) (ok bool) GetSummaryIRI(index int) (v *url.URL) AppendSummaryIRI(v *url.URL) PrependSummaryIRI(v *url.URL) RemoveSummaryIRI(index int) SummaryMapLanguages() (l []string) GetSummaryMap(l string) (v string) SetSummaryMap(l string, v string) TagLen() (l int) IsTagObject(index int) (ok bool) GetTagObject(index int) (v ObjectType) AppendTagObject(v ObjectType) PrependTagObject(v ObjectType) RemoveTagObject(index int) IsTagLink(index int) (ok bool) GetTagLink(index int) (v LinkType) AppendTagLink(v LinkType) PrependTagLink(v LinkType) RemoveTagLink(index int) IsTagIRI(index int) (ok bool) GetTagIRI(index int) (v *url.URL) AppendTagIRI(v *url.URL) PrependTagIRI(v *url.URL) RemoveTagIRI(index int) TypeLen() (l int) GetType(index int) (v interface{}) AppendType(v interface{}) PrependType(v interface{}) RemoveType(index int) IsUpdated() (ok bool) GetUpdated() (v time.Time) SetUpdated(v time.Time) IsUpdatedIRI() (ok bool) GetUpdatedIRI() (v *url.URL) SetUpdatedIRI(v *url.URL) UrlLen() (l int) IsUrlAnyURI(index int) (ok bool) GetUrlAnyURI(index int) (v *url.URL) AppendUrlAnyURI(v *url.URL) PrependUrlAnyURI(v *url.URL) RemoveUrlAnyURI(index int) IsUrlLink(index int) (ok bool) GetUrlLink(index int) (v LinkType) AppendUrlLink(v LinkType) PrependUrlLink(v LinkType) RemoveUrlLink(index int) ToLen() (l int) IsToObject(index int) (ok bool) GetToObject(index int) (v ObjectType) AppendToObject(v ObjectType) PrependToObject(v ObjectType) RemoveToObject(index int) IsToLink(index int) (ok bool) GetToLink(index int) (v LinkType) AppendToLink(v LinkType) PrependToLink(v LinkType) RemoveToLink(index int) IsToIRI(index int) (ok bool) GetToIRI(index int) (v *url.URL) AppendToIRI(v *url.URL) PrependToIRI(v *url.URL) RemoveToIRI(index int) BtoLen() (l int) IsBtoObject(index int) (ok bool) GetBtoObject(index int) (v ObjectType) AppendBtoObject(v ObjectType) PrependBtoObject(v ObjectType) RemoveBtoObject(index int) IsBtoLink(index int) (ok bool) GetBtoLink(index int) (v LinkType) AppendBtoLink(v LinkType) PrependBtoLink(v LinkType) RemoveBtoLink(index int) IsBtoIRI(index int) (ok bool) GetBtoIRI(index int) (v *url.URL) AppendBtoIRI(v *url.URL) PrependBtoIRI(v *url.URL) RemoveBtoIRI(index int) CcLen() (l int) IsCcObject(index int) (ok bool) GetCcObject(index int) (v ObjectType) AppendCcObject(v ObjectType) PrependCcObject(v ObjectType) RemoveCcObject(index int) IsCcLink(index int) (ok bool) GetCcLink(index int) (v LinkType) AppendCcLink(v LinkType) PrependCcLink(v LinkType) RemoveCcLink(index int) IsCcIRI(index int) (ok bool) GetCcIRI(index int) (v *url.URL) AppendCcIRI(v *url.URL) PrependCcIRI(v *url.URL) RemoveCcIRI(index int) BccLen() (l int) IsBccObject(index int) (ok bool) GetBccObject(index int) (v ObjectType) AppendBccObject(v ObjectType) PrependBccObject(v ObjectType) RemoveBccObject(index int) IsBccLink(index int) (ok bool) GetBccLink(index int) (v LinkType) AppendBccLink(v LinkType) PrependBccLink(v LinkType) RemoveBccLink(index int) IsBccIRI(index int) (ok bool) GetBccIRI(index int) (v *url.URL) AppendBccIRI(v *url.URL) PrependBccIRI(v *url.URL) RemoveBccIRI(index int) IsMediaType() (ok bool) GetMediaType() (v string) SetMediaType(v string) IsMediaTypeIRI() (ok bool) GetMediaTypeIRI() (v *url.URL) SetMediaTypeIRI(v *url.URL) IsDuration() (ok bool) GetDuration() (v time.Duration) SetDuration(v time.Duration) IsDurationIRI() (ok bool) GetDurationIRI() (v *url.URL) SetDurationIRI(v *url.URL) IsSource() (ok bool) GetSource() (v ObjectType) SetSource(v ObjectType) IsSourceIRI() (ok bool) GetSourceIRI() (v *url.URL) SetSourceIRI(v *url.URL) IsInboxOrderedCollection() (ok bool) GetInboxOrderedCollection() (v OrderedCollectionType) SetInboxOrderedCollection(v OrderedCollectionType) IsInboxAnyURI() (ok bool) GetInboxAnyURI() (v *url.URL) SetInboxAnyURI(v *url.URL) IsOutboxOrderedCollection() (ok bool) GetOutboxOrderedCollection() (v OrderedCollectionType) SetOutboxOrderedCollection(v OrderedCollectionType) IsOutboxAnyURI() (ok bool) GetOutboxAnyURI() (v *url.URL) SetOutboxAnyURI(v *url.URL) IsFollowingCollection() (ok bool) GetFollowingCollection() (v CollectionType) SetFollowingCollection(v CollectionType) IsFollowingOrderedCollection() (ok bool) GetFollowingOrderedCollection() (v OrderedCollectionType) SetFollowingOrderedCollection(v OrderedCollectionType) IsFollowingAnyURI() (ok bool) GetFollowingAnyURI() (v *url.URL) SetFollowingAnyURI(v *url.URL) IsFollowersCollection() (ok bool) GetFollowersCollection() (v CollectionType) SetFollowersCollection(v CollectionType) IsFollowersOrderedCollection() (ok bool) GetFollowersOrderedCollection() (v OrderedCollectionType) SetFollowersOrderedCollection(v OrderedCollectionType) IsFollowersAnyURI() (ok bool) GetFollowersAnyURI() (v *url.URL) SetFollowersAnyURI(v *url.URL) IsLikedCollection() (ok bool) GetLikedCollection() (v CollectionType) SetLikedCollection(v CollectionType) IsLikedOrderedCollection() (ok bool) GetLikedOrderedCollection() (v OrderedCollectionType) SetLikedOrderedCollection(v OrderedCollectionType) IsLikedAnyURI() (ok bool) GetLikedAnyURI() (v *url.URL) SetLikedAnyURI(v *url.URL) IsLikesCollection() (ok bool) GetLikesCollection() (v CollectionType) SetLikesCollection(v CollectionType) IsLikesOrderedCollection() (ok bool) GetLikesOrderedCollection() (v OrderedCollectionType) SetLikesOrderedCollection(v OrderedCollectionType) IsLikesAnyURI() (ok bool) GetLikesAnyURI() (v *url.URL) SetLikesAnyURI(v *url.URL) StreamsLen() (l int) GetStreams(index int) (v *url.URL) AppendStreams(v *url.URL) PrependStreams(v *url.URL) RemoveStreams(index int) HasUnknownStreams() (ok bool) GetUnknownStreams() (v interface{}) SetUnknownStreams(i interface{}) IsPreferredUsername() (ok bool) GetPreferredUsername() (v string) SetPreferredUsername(v string) IsPreferredUsernameIRI() (ok bool) GetPreferredUsernameIRI() (v *url.URL) SetPreferredUsernameIRI(v *url.URL) PreferredUsernameMapLanguages() (l []string) GetPreferredUsernameMap(l string) (v string) SetPreferredUsernameMap(l string, v string) IsEndpoints() (ok bool) GetEndpoints() (v ObjectType) SetEndpoints(v ObjectType) IsEndpointsIRI() (ok bool) GetEndpointsIRI() (v *url.URL) SetEndpointsIRI(v *url.URL) HasProxyUrl() (ok bool) GetProxyUrl() (v *url.URL) SetProxyUrl(v *url.URL) HasUnknownProxyUrl() (ok bool) GetUnknownProxyUrl() (v interface{}) SetUnknownProxyUrl(i interface{}) HasOauthAuthorizationEndpoint() (ok bool) GetOauthAuthorizationEndpoint() (v *url.URL) SetOauthAuthorizationEndpoint(v *url.URL) HasUnknownOauthAuthorizationEndpoint() (ok bool) GetUnknownOauthAuthorizationEndpoint() (v interface{}) SetUnknownOauthAuthorizationEndpoint(i interface{}) HasOauthTokenEndpoint() (ok bool) GetOauthTokenEndpoint() (v *url.URL) SetOauthTokenEndpoint(v *url.URL) HasUnknownOauthTokenEndpoint() (ok bool) GetUnknownOauthTokenEndpoint() (v interface{}) SetUnknownOauthTokenEndpoint(i interface{}) HasProvideClientKey() (ok bool) GetProvideClientKey() (v *url.URL) SetProvideClientKey(v *url.URL) HasUnknownProvideClientKey() (ok bool) GetUnknownProvideClientKey() (v interface{}) SetUnknownProvideClientKey(i interface{}) HasSignClientKey() (ok bool) GetSignClientKey() (v *url.URL) SetSignClientKey(v *url.URL) HasUnknownSignClientKey() (ok bool) GetUnknownSignClientKey() (v interface{}) SetUnknownSignClientKey(i interface{}) HasSharedInbox() (ok bool) GetSharedInbox() (v *url.URL) SetSharedInbox(v *url.URL) HasUnknownSharedInbox() (ok bool) GetUnknownSharedInbox() (v interface{}) SetUnknownSharedInbox(i interface{}) } // Represents a logical or physical location. See 5.3 Representing Places for additional information. type Place struct { // An unknown value. unknown_ map[string]interface{} // The functional 'accuracy' value could have multiple types, but only a single value accuracy *accuracyPlaceIntermediateType // The functional 'altitude' value could have multiple types, but only a single value altitude *altitudePlaceIntermediateType // The functional 'latitude' value could have multiple types, but only a single value latitude *latitudePlaceIntermediateType // The functional 'longitude' value could have multiple types, but only a single value longitude *longitudePlaceIntermediateType // The functional 'radius' value could have multiple types, but only a single value radius *radiusPlaceIntermediateType // The functional 'units' value could have multiple types, but only a single value units *unitsPlaceIntermediateType // The 'attachment' value could have multiple types and values attachment []*attachmentPlaceIntermediateType // The 'attributedTo' value could have multiple types and values attributedTo []*attributedToPlaceIntermediateType // The 'audience' value could have multiple types and values audience []*audiencePlaceIntermediateType // The 'content' value could have multiple types and values content []*contentPlaceIntermediateType // The 'contentMap' value holds language-specific values for property 'content' contentMap map[string]string // The 'context' value could have multiple types and values context []*contextPlaceIntermediateType // The 'name' value could have multiple types and values name []*namePlaceIntermediateType // The 'nameMap' value holds language-specific values for property 'name' nameMap map[string]string // The functional 'endTime' value could have multiple types, but only a single value endTime *endTimePlaceIntermediateType // The 'generator' value could have multiple types and values generator []*generatorPlaceIntermediateType // The 'icon' value could have multiple types and values icon []*iconPlaceIntermediateType // The functional 'id' value holds a single type and a single value id *url.URL // The 'image' value could have multiple types and values image []*imagePlaceIntermediateType // The 'inReplyTo' value could have multiple types and values inReplyTo []*inReplyToPlaceIntermediateType // The 'location' value could have multiple types and values location []*locationPlaceIntermediateType // The 'preview' value could have multiple types and values preview []*previewPlaceIntermediateType // The functional 'published' value could have multiple types, but only a single value published *publishedPlaceIntermediateType // The functional 'replies' value could have multiple types, but only a single value replies *repliesPlaceIntermediateType // The functional 'startTime' value could have multiple types, but only a single value startTime *startTimePlaceIntermediateType // The 'summary' value could have multiple types and values summary []*summaryPlaceIntermediateType // The 'summaryMap' value holds language-specific values for property 'summary' summaryMap map[string]string // The 'tag' value could have multiple types and values tag []*tagPlaceIntermediateType // The 'type' value can hold any type and any number of values typeName []interface{} // The functional 'updated' value could have multiple types, but only a single value updated *updatedPlaceIntermediateType // The 'url' value could have multiple types and values url []*urlPlaceIntermediateType // The 'to' value could have multiple types and values to []*toPlaceIntermediateType // The 'bto' value could have multiple types and values bto []*btoPlaceIntermediateType // The 'cc' value could have multiple types and values cc []*ccPlaceIntermediateType // The 'bcc' value could have multiple types and values bcc []*bccPlaceIntermediateType // The functional 'mediaType' value could have multiple types, but only a single value mediaType *mediaTypePlaceIntermediateType // The functional 'duration' value could have multiple types, but only a single value duration *durationPlaceIntermediateType // The functional 'source' value could have multiple types, but only a single value source *sourcePlaceIntermediateType // The functional 'inbox' value could have multiple types, but only a single value inbox *inboxPlaceIntermediateType // The functional 'outbox' value could have multiple types, but only a single value outbox *outboxPlaceIntermediateType // The functional 'following' value could have multiple types, but only a single value following *followingPlaceIntermediateType // The functional 'followers' value could have multiple types, but only a single value followers *followersPlaceIntermediateType // The functional 'liked' value could have multiple types, but only a single value liked *likedPlaceIntermediateType // The functional 'likes' value could have multiple types, but only a single value likes *likesPlaceIntermediateType // The 'streams' value holds a single type and any number of values streams []*url.URL // The functional 'preferredUsername' value could have multiple types, but only a single value preferredUsername *preferredUsernamePlaceIntermediateType // The 'preferredUsernameMap' value holds language-specific values for property 'preferredUsername' preferredUsernameMap map[string]string // The functional 'endpoints' value could have multiple types, but only a single value endpoints *endpointsPlaceIntermediateType // The functional 'proxyUrl' value holds a single type and a single value proxyUrl *url.URL // The functional 'oauthAuthorizationEndpoint' value holds a single type and a single value oauthAuthorizationEndpoint *url.URL // The functional 'oauthTokenEndpoint' value holds a single type and a single value oauthTokenEndpoint *url.URL // The functional 'provideClientKey' value holds a single type and a single value provideClientKey *url.URL // The functional 'signClientKey' value holds a single type and a single value signClientKey *url.URL // The functional 'sharedInbox' value holds a single type and a single value sharedInbox *url.URL } // IsAccuracy determines whether the call to GetAccuracy is safe func (t *Place) IsAccuracy() (ok bool) { return t.accuracy != nil && t.accuracy.float != nil } // GetAccuracy returns the value safely if IsAccuracy returned true func (t *Place) GetAccuracy() (v float64) { return *t.accuracy.float } // SetAccuracy sets the value of accuracy to be of float64 type func (t *Place) SetAccuracy(v float64) { t.accuracy = &accuracyPlaceIntermediateType{float: &v} } // IsAccuracyIRI determines whether the call to GetAccuracyIRI is safe func (t *Place) IsAccuracyIRI() (ok bool) { return t.accuracy != nil && t.accuracy.IRI != nil } // GetAccuracyIRI returns the value safely if IsAccuracyIRI returned true func (t *Place) GetAccuracyIRI() (v *url.URL) { return t.accuracy.IRI } // SetAccuracyIRI sets the value of accuracy to be of *url.URL type func (t *Place) SetAccuracyIRI(v *url.URL) { t.accuracy = &accuracyPlaceIntermediateType{IRI: v} } // HasUnknownAccuracy determines whether the call to GetUnknownAccuracy is safe func (t *Place) HasUnknownAccuracy() (ok bool) { return t.accuracy != nil && t.accuracy.unknown_ != nil } // GetUnknownAccuracy returns the unknown value for accuracy func (t *Place) GetUnknownAccuracy() (v interface{}) { return t.accuracy.unknown_ } // SetUnknownAccuracy sets the unknown value of accuracy func (t *Place) SetUnknownAccuracy(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &accuracyPlaceIntermediateType{} tmp.unknown_ = i t.accuracy = tmp } // IsAltitude determines whether the call to GetAltitude is safe func (t *Place) IsAltitude() (ok bool) { return t.altitude != nil && t.altitude.float != nil } // GetAltitude returns the value safely if IsAltitude returned true func (t *Place) GetAltitude() (v float64) { return *t.altitude.float } // SetAltitude sets the value of altitude to be of float64 type func (t *Place) SetAltitude(v float64) { t.altitude = &altitudePlaceIntermediateType{float: &v} } // IsAltitudeIRI determines whether the call to GetAltitudeIRI is safe func (t *Place) IsAltitudeIRI() (ok bool) { return t.altitude != nil && t.altitude.IRI != nil } // GetAltitudeIRI returns the value safely if IsAltitudeIRI returned true func (t *Place) GetAltitudeIRI() (v *url.URL) { return t.altitude.IRI } // SetAltitudeIRI sets the value of altitude to be of *url.URL type func (t *Place) SetAltitudeIRI(v *url.URL) { t.altitude = &altitudePlaceIntermediateType{IRI: v} } // HasUnknownAltitude determines whether the call to GetUnknownAltitude is safe func (t *Place) HasUnknownAltitude() (ok bool) { return t.altitude != nil && t.altitude.unknown_ != nil } // GetUnknownAltitude returns the unknown value for altitude func (t *Place) GetUnknownAltitude() (v interface{}) { return t.altitude.unknown_ } // SetUnknownAltitude sets the unknown value of altitude func (t *Place) SetUnknownAltitude(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &altitudePlaceIntermediateType{} tmp.unknown_ = i t.altitude = tmp } // IsLatitude determines whether the call to GetLatitude is safe func (t *Place) IsLatitude() (ok bool) { return t.latitude != nil && t.latitude.float != nil } // GetLatitude returns the value safely if IsLatitude returned true func (t *Place) GetLatitude() (v float64) { return *t.latitude.float } // SetLatitude sets the value of latitude to be of float64 type func (t *Place) SetLatitude(v float64) { t.latitude = &latitudePlaceIntermediateType{float: &v} } // IsLatitudeIRI determines whether the call to GetLatitudeIRI is safe func (t *Place) IsLatitudeIRI() (ok bool) { return t.latitude != nil && t.latitude.IRI != nil } // GetLatitudeIRI returns the value safely if IsLatitudeIRI returned true func (t *Place) GetLatitudeIRI() (v *url.URL) { return t.latitude.IRI } // SetLatitudeIRI sets the value of latitude to be of *url.URL type func (t *Place) SetLatitudeIRI(v *url.URL) { t.latitude = &latitudePlaceIntermediateType{IRI: v} } // HasUnknownLatitude determines whether the call to GetUnknownLatitude is safe func (t *Place) HasUnknownLatitude() (ok bool) { return t.latitude != nil && t.latitude.unknown_ != nil } // GetUnknownLatitude returns the unknown value for latitude func (t *Place) GetUnknownLatitude() (v interface{}) { return t.latitude.unknown_ } // SetUnknownLatitude sets the unknown value of latitude func (t *Place) SetUnknownLatitude(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &latitudePlaceIntermediateType{} tmp.unknown_ = i t.latitude = tmp } // IsLongitude determines whether the call to GetLongitude is safe func (t *Place) IsLongitude() (ok bool) { return t.longitude != nil && t.longitude.float != nil } // GetLongitude returns the value safely if IsLongitude returned true func (t *Place) GetLongitude() (v float64) { return *t.longitude.float } // SetLongitude sets the value of longitude to be of float64 type func (t *Place) SetLongitude(v float64) { t.longitude = &longitudePlaceIntermediateType{float: &v} } // IsLongitudeIRI determines whether the call to GetLongitudeIRI is safe func (t *Place) IsLongitudeIRI() (ok bool) { return t.longitude != nil && t.longitude.IRI != nil } // GetLongitudeIRI returns the value safely if IsLongitudeIRI returned true func (t *Place) GetLongitudeIRI() (v *url.URL) { return t.longitude.IRI } // SetLongitudeIRI sets the value of longitude to be of *url.URL type func (t *Place) SetLongitudeIRI(v *url.URL) { t.longitude = &longitudePlaceIntermediateType{IRI: v} } // HasUnknownLongitude determines whether the call to GetUnknownLongitude is safe func (t *Place) HasUnknownLongitude() (ok bool) { return t.longitude != nil && t.longitude.unknown_ != nil } // GetUnknownLongitude returns the unknown value for longitude func (t *Place) GetUnknownLongitude() (v interface{}) { return t.longitude.unknown_ } // SetUnknownLongitude sets the unknown value of longitude func (t *Place) SetUnknownLongitude(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &longitudePlaceIntermediateType{} tmp.unknown_ = i t.longitude = tmp } // IsRadius determines whether the call to GetRadius is safe func (t *Place) IsRadius() (ok bool) { return t.radius != nil && t.radius.float != nil } // GetRadius returns the value safely if IsRadius returned true func (t *Place) GetRadius() (v float64) { return *t.radius.float } // SetRadius sets the value of radius to be of float64 type func (t *Place) SetRadius(v float64) { t.radius = &radiusPlaceIntermediateType{float: &v} } // IsRadiusIRI determines whether the call to GetRadiusIRI is safe func (t *Place) IsRadiusIRI() (ok bool) { return t.radius != nil && t.radius.IRI != nil } // GetRadiusIRI returns the value safely if IsRadiusIRI returned true func (t *Place) GetRadiusIRI() (v *url.URL) { return t.radius.IRI } // SetRadiusIRI sets the value of radius to be of *url.URL type func (t *Place) SetRadiusIRI(v *url.URL) { t.radius = &radiusPlaceIntermediateType{IRI: v} } // HasUnknownRadius determines whether the call to GetUnknownRadius is safe func (t *Place) HasUnknownRadius() (ok bool) { return t.radius != nil && t.radius.unknown_ != nil } // GetUnknownRadius returns the unknown value for radius func (t *Place) GetUnknownRadius() (v interface{}) { return t.radius.unknown_ } // SetUnknownRadius sets the unknown value of radius func (t *Place) SetUnknownRadius(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &radiusPlaceIntermediateType{} tmp.unknown_ = i t.radius = tmp } // IsUnitsUnitsValue determines whether the call to GetUnitsUnitsValue is safe func (t *Place) IsUnitsUnitsValue() (ok bool) { return t.units != nil && t.units.unitsValue != nil } // GetUnitsUnitsValue returns the value safely if IsUnitsUnitsValue returned true func (t *Place) GetUnitsUnitsValue() (v string) { return *t.units.unitsValue } // SetUnitsUnitsValue sets the value of units to be of string type func (t *Place) SetUnitsUnitsValue(v string) { t.units = &unitsPlaceIntermediateType{unitsValue: &v} } // IsUnitsAnyURI determines whether the call to GetUnitsAnyURI is safe func (t *Place) IsUnitsAnyURI() (ok bool) { return t.units != nil && t.units.anyURI != nil } // GetUnitsAnyURI returns the value safely if IsUnitsAnyURI returned true func (t *Place) GetUnitsAnyURI() (v *url.URL) { return t.units.anyURI } // SetUnitsAnyURI sets the value of units to be of *url.URL type func (t *Place) SetUnitsAnyURI(v *url.URL) { t.units = &unitsPlaceIntermediateType{anyURI: v} } // HasUnknownUnits determines whether the call to GetUnknownUnits is safe func (t *Place) HasUnknownUnits() (ok bool) { return t.units != nil && t.units.unknown_ != nil } // GetUnknownUnits returns the unknown value for units func (t *Place) GetUnknownUnits() (v interface{}) { return t.units.unknown_ } // SetUnknownUnits sets the unknown value of units func (t *Place) SetUnknownUnits(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &unitsPlaceIntermediateType{} tmp.unknown_ = i t.units = tmp } // AttachmentLen determines the number of elements able to be used for the IsAttachmentObject, GetAttachmentObject, and RemoveAttachmentObject functions func (t *Place) AttachmentLen() (l int) { return len(t.attachment) } // IsAttachmentObject determines whether the call to GetAttachmentObject is safe for the specified index func (t *Place) IsAttachmentObject(index int) (ok bool) { return t.attachment[index].Object != nil } // GetAttachmentObject returns the value safely if IsAttachmentObject returned true for the specified index func (t *Place) GetAttachmentObject(index int) (v ObjectType) { return t.attachment[index].Object } // AppendAttachmentObject adds to the back of attachment a ObjectType type func (t *Place) AppendAttachmentObject(v ObjectType) { t.attachment = append(t.attachment, &attachmentPlaceIntermediateType{Object: v}) } // PrependAttachmentObject adds to the front of attachment a ObjectType type func (t *Place) PrependAttachmentObject(v ObjectType) { t.attachment = append([]*attachmentPlaceIntermediateType{&attachmentPlaceIntermediateType{Object: v}}, t.attachment...) } // RemoveAttachmentObject deletes the value from the specified index func (t *Place) RemoveAttachmentObject(index int) { copy(t.attachment[index:], t.attachment[index+1:]) t.attachment[len(t.attachment)-1] = nil t.attachment = t.attachment[:len(t.attachment)-1] } // IsAttachmentLink determines whether the call to GetAttachmentLink is safe for the specified index func (t *Place) IsAttachmentLink(index int) (ok bool) { return t.attachment[index].Link != nil } // GetAttachmentLink returns the value safely if IsAttachmentLink returned true for the specified index func (t *Place) GetAttachmentLink(index int) (v LinkType) { return t.attachment[index].Link } // AppendAttachmentLink adds to the back of attachment a LinkType type func (t *Place) AppendAttachmentLink(v LinkType) { t.attachment = append(t.attachment, &attachmentPlaceIntermediateType{Link: v}) } // PrependAttachmentLink adds to the front of attachment a LinkType type func (t *Place) PrependAttachmentLink(v LinkType) { t.attachment = append([]*attachmentPlaceIntermediateType{&attachmentPlaceIntermediateType{Link: v}}, t.attachment...) } // RemoveAttachmentLink deletes the value from the specified index func (t *Place) RemoveAttachmentLink(index int) { copy(t.attachment[index:], t.attachment[index+1:]) t.attachment[len(t.attachment)-1] = nil t.attachment = t.attachment[:len(t.attachment)-1] } // IsAttachmentIRI determines whether the call to GetAttachmentIRI is safe for the specified index func (t *Place) IsAttachmentIRI(index int) (ok bool) { return t.attachment[index].IRI != nil } // GetAttachmentIRI returns the value safely if IsAttachmentIRI returned true for the specified index func (t *Place) GetAttachmentIRI(index int) (v *url.URL) { return t.attachment[index].IRI } // AppendAttachmentIRI adds to the back of attachment a *url.URL type func (t *Place) AppendAttachmentIRI(v *url.URL) { t.attachment = append(t.attachment, &attachmentPlaceIntermediateType{IRI: v}) } // PrependAttachmentIRI adds to the front of attachment a *url.URL type func (t *Place) PrependAttachmentIRI(v *url.URL) { t.attachment = append([]*attachmentPlaceIntermediateType{&attachmentPlaceIntermediateType{IRI: v}}, t.attachment...) } // RemoveAttachmentIRI deletes the value from the specified index func (t *Place) RemoveAttachmentIRI(index int) { copy(t.attachment[index:], t.attachment[index+1:]) t.attachment[len(t.attachment)-1] = nil t.attachment = t.attachment[:len(t.attachment)-1] } // HasUnknownAttachment determines whether the call to GetUnknownAttachment is safe func (t *Place) HasUnknownAttachment() (ok bool) { return t.attachment != nil && t.attachment[0].unknown_ != nil } // GetUnknownAttachment returns the unknown value for attachment func (t *Place) GetUnknownAttachment() (v interface{}) { return t.attachment[0].unknown_ } // SetUnknownAttachment sets the unknown value of attachment func (t *Place) SetUnknownAttachment(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &attachmentPlaceIntermediateType{} tmp.unknown_ = i t.attachment = append(t.attachment, tmp) } // AttributedToLen determines the number of elements able to be used for the IsAttributedToObject, GetAttributedToObject, and RemoveAttributedToObject functions func (t *Place) AttributedToLen() (l int) { return len(t.attributedTo) } // IsAttributedToObject determines whether the call to GetAttributedToObject is safe for the specified index func (t *Place) IsAttributedToObject(index int) (ok bool) { return t.attributedTo[index].Object != nil } // GetAttributedToObject returns the value safely if IsAttributedToObject returned true for the specified index func (t *Place) GetAttributedToObject(index int) (v ObjectType) { return t.attributedTo[index].Object } // AppendAttributedToObject adds to the back of attributedTo a ObjectType type func (t *Place) AppendAttributedToObject(v ObjectType) { t.attributedTo = append(t.attributedTo, &attributedToPlaceIntermediateType{Object: v}) } // PrependAttributedToObject adds to the front of attributedTo a ObjectType type func (t *Place) PrependAttributedToObject(v ObjectType) { t.attributedTo = append([]*attributedToPlaceIntermediateType{&attributedToPlaceIntermediateType{Object: v}}, t.attributedTo...) } // RemoveAttributedToObject deletes the value from the specified index func (t *Place) RemoveAttributedToObject(index int) { copy(t.attributedTo[index:], t.attributedTo[index+1:]) t.attributedTo[len(t.attributedTo)-1] = nil t.attributedTo = t.attributedTo[:len(t.attributedTo)-1] } // IsAttributedToLink determines whether the call to GetAttributedToLink is safe for the specified index func (t *Place) IsAttributedToLink(index int) (ok bool) { return t.attributedTo[index].Link != nil } // GetAttributedToLink returns the value safely if IsAttributedToLink returned true for the specified index func (t *Place) GetAttributedToLink(index int) (v LinkType) { return t.attributedTo[index].Link } // AppendAttributedToLink adds to the back of attributedTo a LinkType type func (t *Place) AppendAttributedToLink(v LinkType) { t.attributedTo = append(t.attributedTo, &attributedToPlaceIntermediateType{Link: v}) } // PrependAttributedToLink adds to the front of attributedTo a LinkType type func (t *Place) PrependAttributedToLink(v LinkType) { t.attributedTo = append([]*attributedToPlaceIntermediateType{&attributedToPlaceIntermediateType{Link: v}}, t.attributedTo...) } // RemoveAttributedToLink deletes the value from the specified index func (t *Place) RemoveAttributedToLink(index int) { copy(t.attributedTo[index:], t.attributedTo[index+1:]) t.attributedTo[len(t.attributedTo)-1] = nil t.attributedTo = t.attributedTo[:len(t.attributedTo)-1] } // IsAttributedToIRI determines whether the call to GetAttributedToIRI is safe for the specified index func (t *Place) IsAttributedToIRI(index int) (ok bool) { return t.attributedTo[index].IRI != nil } // GetAttributedToIRI returns the value safely if IsAttributedToIRI returned true for the specified index func (t *Place) GetAttributedToIRI(index int) (v *url.URL) { return t.attributedTo[index].IRI } // AppendAttributedToIRI adds to the back of attributedTo a *url.URL type func (t *Place) AppendAttributedToIRI(v *url.URL) { t.attributedTo = append(t.attributedTo, &attributedToPlaceIntermediateType{IRI: v}) } // PrependAttributedToIRI adds to the front of attributedTo a *url.URL type func (t *Place) PrependAttributedToIRI(v *url.URL) { t.attributedTo = append([]*attributedToPlaceIntermediateType{&attributedToPlaceIntermediateType{IRI: v}}, t.attributedTo...) } // RemoveAttributedToIRI deletes the value from the specified index func (t *Place) RemoveAttributedToIRI(index int) { copy(t.attributedTo[index:], t.attributedTo[index+1:]) t.attributedTo[len(t.attributedTo)-1] = nil t.attributedTo = t.attributedTo[:len(t.attributedTo)-1] } // HasUnknownAttributedTo determines whether the call to GetUnknownAttributedTo is safe func (t *Place) HasUnknownAttributedTo() (ok bool) { return t.attributedTo != nil && t.attributedTo[0].unknown_ != nil } // GetUnknownAttributedTo returns the unknown value for attributedTo func (t *Place) GetUnknownAttributedTo() (v interface{}) { return t.attributedTo[0].unknown_ } // SetUnknownAttributedTo sets the unknown value of attributedTo func (t *Place) SetUnknownAttributedTo(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &attributedToPlaceIntermediateType{} tmp.unknown_ = i t.attributedTo = append(t.attributedTo, tmp) } // AudienceLen determines the number of elements able to be used for the IsAudienceObject, GetAudienceObject, and RemoveAudienceObject functions func (t *Place) AudienceLen() (l int) { return len(t.audience) } // IsAudienceObject determines whether the call to GetAudienceObject is safe for the specified index func (t *Place) IsAudienceObject(index int) (ok bool) { return t.audience[index].Object != nil } // GetAudienceObject returns the value safely if IsAudienceObject returned true for the specified index func (t *Place) GetAudienceObject(index int) (v ObjectType) { return t.audience[index].Object } // AppendAudienceObject adds to the back of audience a ObjectType type func (t *Place) AppendAudienceObject(v ObjectType) { t.audience = append(t.audience, &audiencePlaceIntermediateType{Object: v}) } // PrependAudienceObject adds to the front of audience a ObjectType type func (t *Place) PrependAudienceObject(v ObjectType) { t.audience = append([]*audiencePlaceIntermediateType{&audiencePlaceIntermediateType{Object: v}}, t.audience...) } // RemoveAudienceObject deletes the value from the specified index func (t *Place) RemoveAudienceObject(index int) { copy(t.audience[index:], t.audience[index+1:]) t.audience[len(t.audience)-1] = nil t.audience = t.audience[:len(t.audience)-1] } // IsAudienceLink determines whether the call to GetAudienceLink is safe for the specified index func (t *Place) IsAudienceLink(index int) (ok bool) { return t.audience[index].Link != nil } // GetAudienceLink returns the value safely if IsAudienceLink returned true for the specified index func (t *Place) GetAudienceLink(index int) (v LinkType) { return t.audience[index].Link } // AppendAudienceLink adds to the back of audience a LinkType type func (t *Place) AppendAudienceLink(v LinkType) { t.audience = append(t.audience, &audiencePlaceIntermediateType{Link: v}) } // PrependAudienceLink adds to the front of audience a LinkType type func (t *Place) PrependAudienceLink(v LinkType) { t.audience = append([]*audiencePlaceIntermediateType{&audiencePlaceIntermediateType{Link: v}}, t.audience...) } // RemoveAudienceLink deletes the value from the specified index func (t *Place) RemoveAudienceLink(index int) { copy(t.audience[index:], t.audience[index+1:]) t.audience[len(t.audience)-1] = nil t.audience = t.audience[:len(t.audience)-1] } // IsAudienceIRI determines whether the call to GetAudienceIRI is safe for the specified index func (t *Place) IsAudienceIRI(index int) (ok bool) { return t.audience[index].IRI != nil } // GetAudienceIRI returns the value safely if IsAudienceIRI returned true for the specified index func (t *Place) GetAudienceIRI(index int) (v *url.URL) { return t.audience[index].IRI } // AppendAudienceIRI adds to the back of audience a *url.URL type func (t *Place) AppendAudienceIRI(v *url.URL) { t.audience = append(t.audience, &audiencePlaceIntermediateType{IRI: v}) } // PrependAudienceIRI adds to the front of audience a *url.URL type func (t *Place) PrependAudienceIRI(v *url.URL) { t.audience = append([]*audiencePlaceIntermediateType{&audiencePlaceIntermediateType{IRI: v}}, t.audience...) } // RemoveAudienceIRI deletes the value from the specified index func (t *Place) RemoveAudienceIRI(index int) { copy(t.audience[index:], t.audience[index+1:]) t.audience[len(t.audience)-1] = nil t.audience = t.audience[:len(t.audience)-1] } // HasUnknownAudience determines whether the call to GetUnknownAudience is safe func (t *Place) HasUnknownAudience() (ok bool) { return t.audience != nil && t.audience[0].unknown_ != nil } // GetUnknownAudience returns the unknown value for audience func (t *Place) GetUnknownAudience() (v interface{}) { return t.audience[0].unknown_ } // SetUnknownAudience sets the unknown value of audience func (t *Place) SetUnknownAudience(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &audiencePlaceIntermediateType{} tmp.unknown_ = i t.audience = append(t.audience, tmp) } // ContentLen determines the number of elements able to be used for the IsContentString, GetContentString, and RemoveContentString functions func (t *Place) ContentLen() (l int) { return len(t.content) } // IsContentString determines whether the call to GetContentString is safe for the specified index func (t *Place) IsContentString(index int) (ok bool) { return t.content[index].stringName != nil } // GetContentString returns the value safely if IsContentString returned true for the specified index func (t *Place) GetContentString(index int) (v string) { return *t.content[index].stringName } // AppendContentString adds to the back of content a string type func (t *Place) AppendContentString(v string) { t.content = append(t.content, &contentPlaceIntermediateType{stringName: &v}) } // PrependContentString adds to the front of content a string type func (t *Place) PrependContentString(v string) { t.content = append([]*contentPlaceIntermediateType{&contentPlaceIntermediateType{stringName: &v}}, t.content...) } // RemoveContentString deletes the value from the specified index func (t *Place) RemoveContentString(index int) { copy(t.content[index:], t.content[index+1:]) t.content[len(t.content)-1] = nil t.content = t.content[:len(t.content)-1] } // IsContentLangString determines whether the call to GetContentLangString is safe for the specified index func (t *Place) IsContentLangString(index int) (ok bool) { return t.content[index].langString != nil } // GetContentLangString returns the value safely if IsContentLangString returned true for the specified index func (t *Place) GetContentLangString(index int) (v string) { return *t.content[index].langString } // AppendContentLangString adds to the back of content a string type func (t *Place) AppendContentLangString(v string) { t.content = append(t.content, &contentPlaceIntermediateType{langString: &v}) } // PrependContentLangString adds to the front of content a string type func (t *Place) PrependContentLangString(v string) { t.content = append([]*contentPlaceIntermediateType{&contentPlaceIntermediateType{langString: &v}}, t.content...) } // RemoveContentLangString deletes the value from the specified index func (t *Place) RemoveContentLangString(index int) { copy(t.content[index:], t.content[index+1:]) t.content[len(t.content)-1] = nil t.content = t.content[:len(t.content)-1] } // IsContentIRI determines whether the call to GetContentIRI is safe for the specified index func (t *Place) IsContentIRI(index int) (ok bool) { return t.content[index].IRI != nil } // GetContentIRI returns the value safely if IsContentIRI returned true for the specified index func (t *Place) GetContentIRI(index int) (v *url.URL) { return t.content[index].IRI } // AppendContentIRI adds to the back of content a *url.URL type func (t *Place) AppendContentIRI(v *url.URL) { t.content = append(t.content, &contentPlaceIntermediateType{IRI: v}) } // PrependContentIRI adds to the front of content a *url.URL type func (t *Place) PrependContentIRI(v *url.URL) { t.content = append([]*contentPlaceIntermediateType{&contentPlaceIntermediateType{IRI: v}}, t.content...) } // RemoveContentIRI deletes the value from the specified index func (t *Place) RemoveContentIRI(index int) { copy(t.content[index:], t.content[index+1:]) t.content[len(t.content)-1] = nil t.content = t.content[:len(t.content)-1] } // HasUnknownContent determines whether the call to GetUnknownContent is safe func (t *Place) HasUnknownContent() (ok bool) { return t.content != nil && t.content[0].unknown_ != nil } // GetUnknownContent returns the unknown value for content func (t *Place) GetUnknownContent() (v interface{}) { return t.content[0].unknown_ } // SetUnknownContent sets the unknown value of content func (t *Place) SetUnknownContent(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &contentPlaceIntermediateType{} tmp.unknown_ = i t.content = append(t.content, tmp) } // ContentMapLanguages returns all languages for this property's language mapping, or nil if there are none. func (t *Place) ContentMapLanguages() (l []string) { if t.contentMap == nil || len(t.contentMap) == 0 { return nil } for k := range t.contentMap { l = append(l, k) } return } // GetContentMap retrieves the value of the property for the specified language, or an empty string if it does not exist func (t *Place) GetContentMap(l string) (v string) { if t.contentMap == nil { return "" } ok := false v, ok = t.contentMap[l] if !ok { return "" } return v } // SetContentMap sets the value of the property for the specified language func (t *Place) SetContentMap(l string, v string) { if t.contentMap == nil { t.contentMap = make(map[string]string) } t.contentMap[l] = v } // ContextLen determines the number of elements able to be used for the IsContextObject, GetContextObject, and RemoveContextObject functions func (t *Place) ContextLen() (l int) { return len(t.context) } // IsContextObject determines whether the call to GetContextObject is safe for the specified index func (t *Place) IsContextObject(index int) (ok bool) { return t.context[index].Object != nil } // GetContextObject returns the value safely if IsContextObject returned true for the specified index func (t *Place) GetContextObject(index int) (v ObjectType) { return t.context[index].Object } // AppendContextObject adds to the back of context a ObjectType type func (t *Place) AppendContextObject(v ObjectType) { t.context = append(t.context, &contextPlaceIntermediateType{Object: v}) } // PrependContextObject adds to the front of context a ObjectType type func (t *Place) PrependContextObject(v ObjectType) { t.context = append([]*contextPlaceIntermediateType{&contextPlaceIntermediateType{Object: v}}, t.context...) } // RemoveContextObject deletes the value from the specified index func (t *Place) RemoveContextObject(index int) { copy(t.context[index:], t.context[index+1:]) t.context[len(t.context)-1] = nil t.context = t.context[:len(t.context)-1] } // IsContextLink determines whether the call to GetContextLink is safe for the specified index func (t *Place) IsContextLink(index int) (ok bool) { return t.context[index].Link != nil } // GetContextLink returns the value safely if IsContextLink returned true for the specified index func (t *Place) GetContextLink(index int) (v LinkType) { return t.context[index].Link } // AppendContextLink adds to the back of context a LinkType type func (t *Place) AppendContextLink(v LinkType) { t.context = append(t.context, &contextPlaceIntermediateType{Link: v}) } // PrependContextLink adds to the front of context a LinkType type func (t *Place) PrependContextLink(v LinkType) { t.context = append([]*contextPlaceIntermediateType{&contextPlaceIntermediateType{Link: v}}, t.context...) } // RemoveContextLink deletes the value from the specified index func (t *Place) RemoveContextLink(index int) { copy(t.context[index:], t.context[index+1:]) t.context[len(t.context)-1] = nil t.context = t.context[:len(t.context)-1] } // IsContextIRI determines whether the call to GetContextIRI is safe for the specified index func (t *Place) IsContextIRI(index int) (ok bool) { return t.context[index].IRI != nil } // GetContextIRI returns the value safely if IsContextIRI returned true for the specified index func (t *Place) GetContextIRI(index int) (v *url.URL) { return t.context[index].IRI } // AppendContextIRI adds to the back of context a *url.URL type func (t *Place) AppendContextIRI(v *url.URL) { t.context = append(t.context, &contextPlaceIntermediateType{IRI: v}) } // PrependContextIRI adds to the front of context a *url.URL type func (t *Place) PrependContextIRI(v *url.URL) { t.context = append([]*contextPlaceIntermediateType{&contextPlaceIntermediateType{IRI: v}}, t.context...) } // RemoveContextIRI deletes the value from the specified index func (t *Place) RemoveContextIRI(index int) { copy(t.context[index:], t.context[index+1:]) t.context[len(t.context)-1] = nil t.context = t.context[:len(t.context)-1] } // HasUnknownContext determines whether the call to GetUnknownContext is safe func (t *Place) HasUnknownContext() (ok bool) { return t.context != nil && t.context[0].unknown_ != nil } // GetUnknownContext returns the unknown value for context func (t *Place) GetUnknownContext() (v interface{}) { return t.context[0].unknown_ } // SetUnknownContext sets the unknown value of context func (t *Place) SetUnknownContext(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &contextPlaceIntermediateType{} tmp.unknown_ = i t.context = append(t.context, tmp) } // NameLen determines the number of elements able to be used for the IsNameString, GetNameString, and RemoveNameString functions func (t *Place) NameLen() (l int) { return len(t.name) } // IsNameString determines whether the call to GetNameString is safe for the specified index func (t *Place) IsNameString(index int) (ok bool) { return t.name[index].stringName != nil } // GetNameString returns the value safely if IsNameString returned true for the specified index func (t *Place) GetNameString(index int) (v string) { return *t.name[index].stringName } // AppendNameString adds to the back of name a string type func (t *Place) AppendNameString(v string) { t.name = append(t.name, &namePlaceIntermediateType{stringName: &v}) } // PrependNameString adds to the front of name a string type func (t *Place) PrependNameString(v string) { t.name = append([]*namePlaceIntermediateType{&namePlaceIntermediateType{stringName: &v}}, t.name...) } // RemoveNameString deletes the value from the specified index func (t *Place) RemoveNameString(index int) { copy(t.name[index:], t.name[index+1:]) t.name[len(t.name)-1] = nil t.name = t.name[:len(t.name)-1] } // IsNameLangString determines whether the call to GetNameLangString is safe for the specified index func (t *Place) IsNameLangString(index int) (ok bool) { return t.name[index].langString != nil } // GetNameLangString returns the value safely if IsNameLangString returned true for the specified index func (t *Place) GetNameLangString(index int) (v string) { return *t.name[index].langString } // AppendNameLangString adds to the back of name a string type func (t *Place) AppendNameLangString(v string) { t.name = append(t.name, &namePlaceIntermediateType{langString: &v}) } // PrependNameLangString adds to the front of name a string type func (t *Place) PrependNameLangString(v string) { t.name = append([]*namePlaceIntermediateType{&namePlaceIntermediateType{langString: &v}}, t.name...) } // RemoveNameLangString deletes the value from the specified index func (t *Place) RemoveNameLangString(index int) { copy(t.name[index:], t.name[index+1:]) t.name[len(t.name)-1] = nil t.name = t.name[:len(t.name)-1] } // IsNameIRI determines whether the call to GetNameIRI is safe for the specified index func (t *Place) IsNameIRI(index int) (ok bool) { return t.name[index].IRI != nil } // GetNameIRI returns the value safely if IsNameIRI returned true for the specified index func (t *Place) GetNameIRI(index int) (v *url.URL) { return t.name[index].IRI } // AppendNameIRI adds to the back of name a *url.URL type func (t *Place) AppendNameIRI(v *url.URL) { t.name = append(t.name, &namePlaceIntermediateType{IRI: v}) } // PrependNameIRI adds to the front of name a *url.URL type func (t *Place) PrependNameIRI(v *url.URL) { t.name = append([]*namePlaceIntermediateType{&namePlaceIntermediateType{IRI: v}}, t.name...) } // RemoveNameIRI deletes the value from the specified index func (t *Place) RemoveNameIRI(index int) { copy(t.name[index:], t.name[index+1:]) t.name[len(t.name)-1] = nil t.name = t.name[:len(t.name)-1] } // HasUnknownName determines whether the call to GetUnknownName is safe func (t *Place) HasUnknownName() (ok bool) { return t.name != nil && t.name[0].unknown_ != nil } // GetUnknownName returns the unknown value for name func (t *Place) GetUnknownName() (v interface{}) { return t.name[0].unknown_ } // SetUnknownName sets the unknown value of name func (t *Place) SetUnknownName(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &namePlaceIntermediateType{} tmp.unknown_ = i t.name = append(t.name, tmp) } // NameMapLanguages returns all languages for this property's language mapping, or nil if there are none. func (t *Place) NameMapLanguages() (l []string) { if t.nameMap == nil || len(t.nameMap) == 0 { return nil } for k := range t.nameMap { l = append(l, k) } return } // GetNameMap retrieves the value of the property for the specified language, or an empty string if it does not exist func (t *Place) GetNameMap(l string) (v string) { if t.nameMap == nil { return "" } ok := false v, ok = t.nameMap[l] if !ok { return "" } return v } // SetNameMap sets the value of the property for the specified language func (t *Place) SetNameMap(l string, v string) { if t.nameMap == nil { t.nameMap = make(map[string]string) } t.nameMap[l] = v } // IsEndTime determines whether the call to GetEndTime is safe func (t *Place) IsEndTime() (ok bool) { return t.endTime != nil && t.endTime.dateTime != nil } // GetEndTime returns the value safely if IsEndTime returned true func (t *Place) GetEndTime() (v time.Time) { return *t.endTime.dateTime } // SetEndTime sets the value of endTime to be of time.Time type func (t *Place) SetEndTime(v time.Time) { t.endTime = &endTimePlaceIntermediateType{dateTime: &v} } // IsEndTimeIRI determines whether the call to GetEndTimeIRI is safe func (t *Place) IsEndTimeIRI() (ok bool) { return t.endTime != nil && t.endTime.IRI != nil } // GetEndTimeIRI returns the value safely if IsEndTimeIRI returned true func (t *Place) GetEndTimeIRI() (v *url.URL) { return t.endTime.IRI } // SetEndTimeIRI sets the value of endTime to be of *url.URL type func (t *Place) SetEndTimeIRI(v *url.URL) { t.endTime = &endTimePlaceIntermediateType{IRI: v} } // HasUnknownEndTime determines whether the call to GetUnknownEndTime is safe func (t *Place) HasUnknownEndTime() (ok bool) { return t.endTime != nil && t.endTime.unknown_ != nil } // GetUnknownEndTime returns the unknown value for endTime func (t *Place) GetUnknownEndTime() (v interface{}) { return t.endTime.unknown_ } // SetUnknownEndTime sets the unknown value of endTime func (t *Place) SetUnknownEndTime(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &endTimePlaceIntermediateType{} tmp.unknown_ = i t.endTime = tmp } // GeneratorLen determines the number of elements able to be used for the IsGeneratorObject, GetGeneratorObject, and RemoveGeneratorObject functions func (t *Place) GeneratorLen() (l int) { return len(t.generator) } // IsGeneratorObject determines whether the call to GetGeneratorObject is safe for the specified index func (t *Place) IsGeneratorObject(index int) (ok bool) { return t.generator[index].Object != nil } // GetGeneratorObject returns the value safely if IsGeneratorObject returned true for the specified index func (t *Place) GetGeneratorObject(index int) (v ObjectType) { return t.generator[index].Object } // AppendGeneratorObject adds to the back of generator a ObjectType type func (t *Place) AppendGeneratorObject(v ObjectType) { t.generator = append(t.generator, &generatorPlaceIntermediateType{Object: v}) } // PrependGeneratorObject adds to the front of generator a ObjectType type func (t *Place) PrependGeneratorObject(v ObjectType) { t.generator = append([]*generatorPlaceIntermediateType{&generatorPlaceIntermediateType{Object: v}}, t.generator...) } // RemoveGeneratorObject deletes the value from the specified index func (t *Place) RemoveGeneratorObject(index int) { copy(t.generator[index:], t.generator[index+1:]) t.generator[len(t.generator)-1] = nil t.generator = t.generator[:len(t.generator)-1] } // IsGeneratorLink determines whether the call to GetGeneratorLink is safe for the specified index func (t *Place) IsGeneratorLink(index int) (ok bool) { return t.generator[index].Link != nil } // GetGeneratorLink returns the value safely if IsGeneratorLink returned true for the specified index func (t *Place) GetGeneratorLink(index int) (v LinkType) { return t.generator[index].Link } // AppendGeneratorLink adds to the back of generator a LinkType type func (t *Place) AppendGeneratorLink(v LinkType) { t.generator = append(t.generator, &generatorPlaceIntermediateType{Link: v}) } // PrependGeneratorLink adds to the front of generator a LinkType type func (t *Place) PrependGeneratorLink(v LinkType) { t.generator = append([]*generatorPlaceIntermediateType{&generatorPlaceIntermediateType{Link: v}}, t.generator...) } // RemoveGeneratorLink deletes the value from the specified index func (t *Place) RemoveGeneratorLink(index int) { copy(t.generator[index:], t.generator[index+1:]) t.generator[len(t.generator)-1] = nil t.generator = t.generator[:len(t.generator)-1] } // IsGeneratorIRI determines whether the call to GetGeneratorIRI is safe for the specified index func (t *Place) IsGeneratorIRI(index int) (ok bool) { return t.generator[index].IRI != nil } // GetGeneratorIRI returns the value safely if IsGeneratorIRI returned true for the specified index func (t *Place) GetGeneratorIRI(index int) (v *url.URL) { return t.generator[index].IRI } // AppendGeneratorIRI adds to the back of generator a *url.URL type func (t *Place) AppendGeneratorIRI(v *url.URL) { t.generator = append(t.generator, &generatorPlaceIntermediateType{IRI: v}) } // PrependGeneratorIRI adds to the front of generator a *url.URL type func (t *Place) PrependGeneratorIRI(v *url.URL) { t.generator = append([]*generatorPlaceIntermediateType{&generatorPlaceIntermediateType{IRI: v}}, t.generator...) } // RemoveGeneratorIRI deletes the value from the specified index func (t *Place) RemoveGeneratorIRI(index int) { copy(t.generator[index:], t.generator[index+1:]) t.generator[len(t.generator)-1] = nil t.generator = t.generator[:len(t.generator)-1] } // HasUnknownGenerator determines whether the call to GetUnknownGenerator is safe func (t *Place) HasUnknownGenerator() (ok bool) { return t.generator != nil && t.generator[0].unknown_ != nil } // GetUnknownGenerator returns the unknown value for generator func (t *Place) GetUnknownGenerator() (v interface{}) { return t.generator[0].unknown_ } // SetUnknownGenerator sets the unknown value of generator func (t *Place) SetUnknownGenerator(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &generatorPlaceIntermediateType{} tmp.unknown_ = i t.generator = append(t.generator, tmp) } // IconLen determines the number of elements able to be used for the IsIconImage, GetIconImage, and RemoveIconImage functions func (t *Place) IconLen() (l int) { return len(t.icon) } // IsIconImage determines whether the call to GetIconImage is safe for the specified index func (t *Place) IsIconImage(index int) (ok bool) { return t.icon[index].Image != nil } // GetIconImage returns the value safely if IsIconImage returned true for the specified index func (t *Place) GetIconImage(index int) (v ImageType) { return t.icon[index].Image } // AppendIconImage adds to the back of icon a ImageType type func (t *Place) AppendIconImage(v ImageType) { t.icon = append(t.icon, &iconPlaceIntermediateType{Image: v}) } // PrependIconImage adds to the front of icon a ImageType type func (t *Place) PrependIconImage(v ImageType) { t.icon = append([]*iconPlaceIntermediateType{&iconPlaceIntermediateType{Image: v}}, t.icon...) } // RemoveIconImage deletes the value from the specified index func (t *Place) RemoveIconImage(index int) { copy(t.icon[index:], t.icon[index+1:]) t.icon[len(t.icon)-1] = nil t.icon = t.icon[:len(t.icon)-1] } // IsIconLink determines whether the call to GetIconLink is safe for the specified index func (t *Place) IsIconLink(index int) (ok bool) { return t.icon[index].Link != nil } // GetIconLink returns the value safely if IsIconLink returned true for the specified index func (t *Place) GetIconLink(index int) (v LinkType) { return t.icon[index].Link } // AppendIconLink adds to the back of icon a LinkType type func (t *Place) AppendIconLink(v LinkType) { t.icon = append(t.icon, &iconPlaceIntermediateType{Link: v}) } // PrependIconLink adds to the front of icon a LinkType type func (t *Place) PrependIconLink(v LinkType) { t.icon = append([]*iconPlaceIntermediateType{&iconPlaceIntermediateType{Link: v}}, t.icon...) } // RemoveIconLink deletes the value from the specified index func (t *Place) RemoveIconLink(index int) { copy(t.icon[index:], t.icon[index+1:]) t.icon[len(t.icon)-1] = nil t.icon = t.icon[:len(t.icon)-1] } // IsIconIRI determines whether the call to GetIconIRI is safe for the specified index func (t *Place) IsIconIRI(index int) (ok bool) { return t.icon[index].IRI != nil } // GetIconIRI returns the value safely if IsIconIRI returned true for the specified index func (t *Place) GetIconIRI(index int) (v *url.URL) { return t.icon[index].IRI } // AppendIconIRI adds to the back of icon a *url.URL type func (t *Place) AppendIconIRI(v *url.URL) { t.icon = append(t.icon, &iconPlaceIntermediateType{IRI: v}) } // PrependIconIRI adds to the front of icon a *url.URL type func (t *Place) PrependIconIRI(v *url.URL) { t.icon = append([]*iconPlaceIntermediateType{&iconPlaceIntermediateType{IRI: v}}, t.icon...) } // RemoveIconIRI deletes the value from the specified index func (t *Place) RemoveIconIRI(index int) { copy(t.icon[index:], t.icon[index+1:]) t.icon[len(t.icon)-1] = nil t.icon = t.icon[:len(t.icon)-1] } // HasUnknownIcon determines whether the call to GetUnknownIcon is safe func (t *Place) HasUnknownIcon() (ok bool) { return t.icon != nil && t.icon[0].unknown_ != nil } // GetUnknownIcon returns the unknown value for icon func (t *Place) GetUnknownIcon() (v interface{}) { return t.icon[0].unknown_ } // SetUnknownIcon sets the unknown value of icon func (t *Place) SetUnknownIcon(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &iconPlaceIntermediateType{} tmp.unknown_ = i t.icon = append(t.icon, tmp) } // HasId determines whether the call to GetId is safe func (t *Place) HasId() (ok bool) { return t.id != nil } // GetId returns the value for id func (t *Place) GetId() (v *url.URL) { return t.id } // SetId sets the value of id func (t *Place) SetId(v *url.URL) { t.id = v } // HasUnknownId determines whether the call to GetUnknownId is safe func (t *Place) HasUnknownId() (ok bool) { return t.unknown_ != nil && t.unknown_["id"] != nil } // GetUnknownId returns the unknown value for id func (t *Place) GetUnknownId() (v interface{}) { return t.unknown_["id"] } // SetUnknownId sets the unknown value of id func (t *Place) SetUnknownId(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } t.unknown_["id"] = i } // ImageLen determines the number of elements able to be used for the IsImageImage, GetImageImage, and RemoveImageImage functions func (t *Place) ImageLen() (l int) { return len(t.image) } // IsImageImage determines whether the call to GetImageImage is safe for the specified index func (t *Place) IsImageImage(index int) (ok bool) { return t.image[index].Image != nil } // GetImageImage returns the value safely if IsImageImage returned true for the specified index func (t *Place) GetImageImage(index int) (v ImageType) { return t.image[index].Image } // AppendImageImage adds to the back of image a ImageType type func (t *Place) AppendImageImage(v ImageType) { t.image = append(t.image, &imagePlaceIntermediateType{Image: v}) } // PrependImageImage adds to the front of image a ImageType type func (t *Place) PrependImageImage(v ImageType) { t.image = append([]*imagePlaceIntermediateType{&imagePlaceIntermediateType{Image: v}}, t.image...) } // RemoveImageImage deletes the value from the specified index func (t *Place) RemoveImageImage(index int) { copy(t.image[index:], t.image[index+1:]) t.image[len(t.image)-1] = nil t.image = t.image[:len(t.image)-1] } // IsImageLink determines whether the call to GetImageLink is safe for the specified index func (t *Place) IsImageLink(index int) (ok bool) { return t.image[index].Link != nil } // GetImageLink returns the value safely if IsImageLink returned true for the specified index func (t *Place) GetImageLink(index int) (v LinkType) { return t.image[index].Link } // AppendImageLink adds to the back of image a LinkType type func (t *Place) AppendImageLink(v LinkType) { t.image = append(t.image, &imagePlaceIntermediateType{Link: v}) } // PrependImageLink adds to the front of image a LinkType type func (t *Place) PrependImageLink(v LinkType) { t.image = append([]*imagePlaceIntermediateType{&imagePlaceIntermediateType{Link: v}}, t.image...) } // RemoveImageLink deletes the value from the specified index func (t *Place) RemoveImageLink(index int) { copy(t.image[index:], t.image[index+1:]) t.image[len(t.image)-1] = nil t.image = t.image[:len(t.image)-1] } // IsImageIRI determines whether the call to GetImageIRI is safe for the specified index func (t *Place) IsImageIRI(index int) (ok bool) { return t.image[index].IRI != nil } // GetImageIRI returns the value safely if IsImageIRI returned true for the specified index func (t *Place) GetImageIRI(index int) (v *url.URL) { return t.image[index].IRI } // AppendImageIRI adds to the back of image a *url.URL type func (t *Place) AppendImageIRI(v *url.URL) { t.image = append(t.image, &imagePlaceIntermediateType{IRI: v}) } // PrependImageIRI adds to the front of image a *url.URL type func (t *Place) PrependImageIRI(v *url.URL) { t.image = append([]*imagePlaceIntermediateType{&imagePlaceIntermediateType{IRI: v}}, t.image...) } // RemoveImageIRI deletes the value from the specified index func (t *Place) RemoveImageIRI(index int) { copy(t.image[index:], t.image[index+1:]) t.image[len(t.image)-1] = nil t.image = t.image[:len(t.image)-1] } // HasUnknownImage determines whether the call to GetUnknownImage is safe func (t *Place) HasUnknownImage() (ok bool) { return t.image != nil && t.image[0].unknown_ != nil } // GetUnknownImage returns the unknown value for image func (t *Place) GetUnknownImage() (v interface{}) { return t.image[0].unknown_ } // SetUnknownImage sets the unknown value of image func (t *Place) SetUnknownImage(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &imagePlaceIntermediateType{} tmp.unknown_ = i t.image = append(t.image, tmp) } // InReplyToLen determines the number of elements able to be used for the IsInReplyToObject, GetInReplyToObject, and RemoveInReplyToObject functions func (t *Place) InReplyToLen() (l int) { return len(t.inReplyTo) } // IsInReplyToObject determines whether the call to GetInReplyToObject is safe for the specified index func (t *Place) IsInReplyToObject(index int) (ok bool) { return t.inReplyTo[index].Object != nil } // GetInReplyToObject returns the value safely if IsInReplyToObject returned true for the specified index func (t *Place) GetInReplyToObject(index int) (v ObjectType) { return t.inReplyTo[index].Object } // AppendInReplyToObject adds to the back of inReplyTo a ObjectType type func (t *Place) AppendInReplyToObject(v ObjectType) { t.inReplyTo = append(t.inReplyTo, &inReplyToPlaceIntermediateType{Object: v}) } // PrependInReplyToObject adds to the front of inReplyTo a ObjectType type func (t *Place) PrependInReplyToObject(v ObjectType) { t.inReplyTo = append([]*inReplyToPlaceIntermediateType{&inReplyToPlaceIntermediateType{Object: v}}, t.inReplyTo...) } // RemoveInReplyToObject deletes the value from the specified index func (t *Place) RemoveInReplyToObject(index int) { copy(t.inReplyTo[index:], t.inReplyTo[index+1:]) t.inReplyTo[len(t.inReplyTo)-1] = nil t.inReplyTo = t.inReplyTo[:len(t.inReplyTo)-1] } // IsInReplyToLink determines whether the call to GetInReplyToLink is safe for the specified index func (t *Place) IsInReplyToLink(index int) (ok bool) { return t.inReplyTo[index].Link != nil } // GetInReplyToLink returns the value safely if IsInReplyToLink returned true for the specified index func (t *Place) GetInReplyToLink(index int) (v LinkType) { return t.inReplyTo[index].Link } // AppendInReplyToLink adds to the back of inReplyTo a LinkType type func (t *Place) AppendInReplyToLink(v LinkType) { t.inReplyTo = append(t.inReplyTo, &inReplyToPlaceIntermediateType{Link: v}) } // PrependInReplyToLink adds to the front of inReplyTo a LinkType type func (t *Place) PrependInReplyToLink(v LinkType) { t.inReplyTo = append([]*inReplyToPlaceIntermediateType{&inReplyToPlaceIntermediateType{Link: v}}, t.inReplyTo...) } // RemoveInReplyToLink deletes the value from the specified index func (t *Place) RemoveInReplyToLink(index int) { copy(t.inReplyTo[index:], t.inReplyTo[index+1:]) t.inReplyTo[len(t.inReplyTo)-1] = nil t.inReplyTo = t.inReplyTo[:len(t.inReplyTo)-1] } // IsInReplyToIRI determines whether the call to GetInReplyToIRI is safe for the specified index func (t *Place) IsInReplyToIRI(index int) (ok bool) { return t.inReplyTo[index].IRI != nil } // GetInReplyToIRI returns the value safely if IsInReplyToIRI returned true for the specified index func (t *Place) GetInReplyToIRI(index int) (v *url.URL) { return t.inReplyTo[index].IRI } // AppendInReplyToIRI adds to the back of inReplyTo a *url.URL type func (t *Place) AppendInReplyToIRI(v *url.URL) { t.inReplyTo = append(t.inReplyTo, &inReplyToPlaceIntermediateType{IRI: v}) } // PrependInReplyToIRI adds to the front of inReplyTo a *url.URL type func (t *Place) PrependInReplyToIRI(v *url.URL) { t.inReplyTo = append([]*inReplyToPlaceIntermediateType{&inReplyToPlaceIntermediateType{IRI: v}}, t.inReplyTo...) } // RemoveInReplyToIRI deletes the value from the specified index func (t *Place) RemoveInReplyToIRI(index int) { copy(t.inReplyTo[index:], t.inReplyTo[index+1:]) t.inReplyTo[len(t.inReplyTo)-1] = nil t.inReplyTo = t.inReplyTo[:len(t.inReplyTo)-1] } // HasUnknownInReplyTo determines whether the call to GetUnknownInReplyTo is safe func (t *Place) HasUnknownInReplyTo() (ok bool) { return t.inReplyTo != nil && t.inReplyTo[0].unknown_ != nil } // GetUnknownInReplyTo returns the unknown value for inReplyTo func (t *Place) GetUnknownInReplyTo() (v interface{}) { return t.inReplyTo[0].unknown_ } // SetUnknownInReplyTo sets the unknown value of inReplyTo func (t *Place) SetUnknownInReplyTo(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &inReplyToPlaceIntermediateType{} tmp.unknown_ = i t.inReplyTo = append(t.inReplyTo, tmp) } // LocationLen determines the number of elements able to be used for the IsLocationObject, GetLocationObject, and RemoveLocationObject functions func (t *Place) LocationLen() (l int) { return len(t.location) } // IsLocationObject determines whether the call to GetLocationObject is safe for the specified index func (t *Place) IsLocationObject(index int) (ok bool) { return t.location[index].Object != nil } // GetLocationObject returns the value safely if IsLocationObject returned true for the specified index func (t *Place) GetLocationObject(index int) (v ObjectType) { return t.location[index].Object } // AppendLocationObject adds to the back of location a ObjectType type func (t *Place) AppendLocationObject(v ObjectType) { t.location = append(t.location, &locationPlaceIntermediateType{Object: v}) } // PrependLocationObject adds to the front of location a ObjectType type func (t *Place) PrependLocationObject(v ObjectType) { t.location = append([]*locationPlaceIntermediateType{&locationPlaceIntermediateType{Object: v}}, t.location...) } // RemoveLocationObject deletes the value from the specified index func (t *Place) RemoveLocationObject(index int) { copy(t.location[index:], t.location[index+1:]) t.location[len(t.location)-1] = nil t.location = t.location[:len(t.location)-1] } // IsLocationLink determines whether the call to GetLocationLink is safe for the specified index func (t *Place) IsLocationLink(index int) (ok bool) { return t.location[index].Link != nil } // GetLocationLink returns the value safely if IsLocationLink returned true for the specified index func (t *Place) GetLocationLink(index int) (v LinkType) { return t.location[index].Link } // AppendLocationLink adds to the back of location a LinkType type func (t *Place) AppendLocationLink(v LinkType) { t.location = append(t.location, &locationPlaceIntermediateType{Link: v}) } // PrependLocationLink adds to the front of location a LinkType type func (t *Place) PrependLocationLink(v LinkType) { t.location = append([]*locationPlaceIntermediateType{&locationPlaceIntermediateType{Link: v}}, t.location...) } // RemoveLocationLink deletes the value from the specified index func (t *Place) RemoveLocationLink(index int) { copy(t.location[index:], t.location[index+1:]) t.location[len(t.location)-1] = nil t.location = t.location[:len(t.location)-1] } // IsLocationIRI determines whether the call to GetLocationIRI is safe for the specified index func (t *Place) IsLocationIRI(index int) (ok bool) { return t.location[index].IRI != nil } // GetLocationIRI returns the value safely if IsLocationIRI returned true for the specified index func (t *Place) GetLocationIRI(index int) (v *url.URL) { return t.location[index].IRI } // AppendLocationIRI adds to the back of location a *url.URL type func (t *Place) AppendLocationIRI(v *url.URL) { t.location = append(t.location, &locationPlaceIntermediateType{IRI: v}) } // PrependLocationIRI adds to the front of location a *url.URL type func (t *Place) PrependLocationIRI(v *url.URL) { t.location = append([]*locationPlaceIntermediateType{&locationPlaceIntermediateType{IRI: v}}, t.location...) } // RemoveLocationIRI deletes the value from the specified index func (t *Place) RemoveLocationIRI(index int) { copy(t.location[index:], t.location[index+1:]) t.location[len(t.location)-1] = nil t.location = t.location[:len(t.location)-1] } // HasUnknownLocation determines whether the call to GetUnknownLocation is safe func (t *Place) HasUnknownLocation() (ok bool) { return t.location != nil && t.location[0].unknown_ != nil } // GetUnknownLocation returns the unknown value for location func (t *Place) GetUnknownLocation() (v interface{}) { return t.location[0].unknown_ } // SetUnknownLocation sets the unknown value of location func (t *Place) SetUnknownLocation(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &locationPlaceIntermediateType{} tmp.unknown_ = i t.location = append(t.location, tmp) } // PreviewLen determines the number of elements able to be used for the IsPreviewObject, GetPreviewObject, and RemovePreviewObject functions func (t *Place) PreviewLen() (l int) { return len(t.preview) } // IsPreviewObject determines whether the call to GetPreviewObject is safe for the specified index func (t *Place) IsPreviewObject(index int) (ok bool) { return t.preview[index].Object != nil } // GetPreviewObject returns the value safely if IsPreviewObject returned true for the specified index func (t *Place) GetPreviewObject(index int) (v ObjectType) { return t.preview[index].Object } // AppendPreviewObject adds to the back of preview a ObjectType type func (t *Place) AppendPreviewObject(v ObjectType) { t.preview = append(t.preview, &previewPlaceIntermediateType{Object: v}) } // PrependPreviewObject adds to the front of preview a ObjectType type func (t *Place) PrependPreviewObject(v ObjectType) { t.preview = append([]*previewPlaceIntermediateType{&previewPlaceIntermediateType{Object: v}}, t.preview...) } // RemovePreviewObject deletes the value from the specified index func (t *Place) RemovePreviewObject(index int) { copy(t.preview[index:], t.preview[index+1:]) t.preview[len(t.preview)-1] = nil t.preview = t.preview[:len(t.preview)-1] } // IsPreviewLink determines whether the call to GetPreviewLink is safe for the specified index func (t *Place) IsPreviewLink(index int) (ok bool) { return t.preview[index].Link != nil } // GetPreviewLink returns the value safely if IsPreviewLink returned true for the specified index func (t *Place) GetPreviewLink(index int) (v LinkType) { return t.preview[index].Link } // AppendPreviewLink adds to the back of preview a LinkType type func (t *Place) AppendPreviewLink(v LinkType) { t.preview = append(t.preview, &previewPlaceIntermediateType{Link: v}) } // PrependPreviewLink adds to the front of preview a LinkType type func (t *Place) PrependPreviewLink(v LinkType) { t.preview = append([]*previewPlaceIntermediateType{&previewPlaceIntermediateType{Link: v}}, t.preview...) } // RemovePreviewLink deletes the value from the specified index func (t *Place) RemovePreviewLink(index int) { copy(t.preview[index:], t.preview[index+1:]) t.preview[len(t.preview)-1] = nil t.preview = t.preview[:len(t.preview)-1] } // IsPreviewIRI determines whether the call to GetPreviewIRI is safe for the specified index func (t *Place) IsPreviewIRI(index int) (ok bool) { return t.preview[index].IRI != nil } // GetPreviewIRI returns the value safely if IsPreviewIRI returned true for the specified index func (t *Place) GetPreviewIRI(index int) (v *url.URL) { return t.preview[index].IRI } // AppendPreviewIRI adds to the back of preview a *url.URL type func (t *Place) AppendPreviewIRI(v *url.URL) { t.preview = append(t.preview, &previewPlaceIntermediateType{IRI: v}) } // PrependPreviewIRI adds to the front of preview a *url.URL type func (t *Place) PrependPreviewIRI(v *url.URL) { t.preview = append([]*previewPlaceIntermediateType{&previewPlaceIntermediateType{IRI: v}}, t.preview...) } // RemovePreviewIRI deletes the value from the specified index func (t *Place) RemovePreviewIRI(index int) { copy(t.preview[index:], t.preview[index+1:]) t.preview[len(t.preview)-1] = nil t.preview = t.preview[:len(t.preview)-1] } // HasUnknownPreview determines whether the call to GetUnknownPreview is safe func (t *Place) HasUnknownPreview() (ok bool) { return t.preview != nil && t.preview[0].unknown_ != nil } // GetUnknownPreview returns the unknown value for preview func (t *Place) GetUnknownPreview() (v interface{}) { return t.preview[0].unknown_ } // SetUnknownPreview sets the unknown value of preview func (t *Place) SetUnknownPreview(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &previewPlaceIntermediateType{} tmp.unknown_ = i t.preview = append(t.preview, tmp) } // IsPublished determines whether the call to GetPublished is safe func (t *Place) IsPublished() (ok bool) { return t.published != nil && t.published.dateTime != nil } // GetPublished returns the value safely if IsPublished returned true func (t *Place) GetPublished() (v time.Time) { return *t.published.dateTime } // SetPublished sets the value of published to be of time.Time type func (t *Place) SetPublished(v time.Time) { t.published = &publishedPlaceIntermediateType{dateTime: &v} } // IsPublishedIRI determines whether the call to GetPublishedIRI is safe func (t *Place) IsPublishedIRI() (ok bool) { return t.published != nil && t.published.IRI != nil } // GetPublishedIRI returns the value safely if IsPublishedIRI returned true func (t *Place) GetPublishedIRI() (v *url.URL) { return t.published.IRI } // SetPublishedIRI sets the value of published to be of *url.URL type func (t *Place) SetPublishedIRI(v *url.URL) { t.published = &publishedPlaceIntermediateType{IRI: v} } // HasUnknownPublished determines whether the call to GetUnknownPublished is safe func (t *Place) HasUnknownPublished() (ok bool) { return t.published != nil && t.published.unknown_ != nil } // GetUnknownPublished returns the unknown value for published func (t *Place) GetUnknownPublished() (v interface{}) { return t.published.unknown_ } // SetUnknownPublished sets the unknown value of published func (t *Place) SetUnknownPublished(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &publishedPlaceIntermediateType{} tmp.unknown_ = i t.published = tmp } // IsReplies determines whether the call to GetReplies is safe func (t *Place) IsReplies() (ok bool) { return t.replies != nil && t.replies.Collection != nil } // GetReplies returns the value safely if IsReplies returned true func (t *Place) GetReplies() (v CollectionType) { return t.replies.Collection } // SetReplies sets the value of replies to be of CollectionType type func (t *Place) SetReplies(v CollectionType) { t.replies = &repliesPlaceIntermediateType{Collection: v} } // IsRepliesIRI determines whether the call to GetRepliesIRI is safe func (t *Place) IsRepliesIRI() (ok bool) { return t.replies != nil && t.replies.IRI != nil } // GetRepliesIRI returns the value safely if IsRepliesIRI returned true func (t *Place) GetRepliesIRI() (v *url.URL) { return t.replies.IRI } // SetRepliesIRI sets the value of replies to be of *url.URL type func (t *Place) SetRepliesIRI(v *url.URL) { t.replies = &repliesPlaceIntermediateType{IRI: v} } // HasUnknownReplies determines whether the call to GetUnknownReplies is safe func (t *Place) HasUnknownReplies() (ok bool) { return t.replies != nil && t.replies.unknown_ != nil } // GetUnknownReplies returns the unknown value for replies func (t *Place) GetUnknownReplies() (v interface{}) { return t.replies.unknown_ } // SetUnknownReplies sets the unknown value of replies func (t *Place) SetUnknownReplies(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &repliesPlaceIntermediateType{} tmp.unknown_ = i t.replies = tmp } // IsStartTime determines whether the call to GetStartTime is safe func (t *Place) IsStartTime() (ok bool) { return t.startTime != nil && t.startTime.dateTime != nil } // GetStartTime returns the value safely if IsStartTime returned true func (t *Place) GetStartTime() (v time.Time) { return *t.startTime.dateTime } // SetStartTime sets the value of startTime to be of time.Time type func (t *Place) SetStartTime(v time.Time) { t.startTime = &startTimePlaceIntermediateType{dateTime: &v} } // IsStartTimeIRI determines whether the call to GetStartTimeIRI is safe func (t *Place) IsStartTimeIRI() (ok bool) { return t.startTime != nil && t.startTime.IRI != nil } // GetStartTimeIRI returns the value safely if IsStartTimeIRI returned true func (t *Place) GetStartTimeIRI() (v *url.URL) { return t.startTime.IRI } // SetStartTimeIRI sets the value of startTime to be of *url.URL type func (t *Place) SetStartTimeIRI(v *url.URL) { t.startTime = &startTimePlaceIntermediateType{IRI: v} } // HasUnknownStartTime determines whether the call to GetUnknownStartTime is safe func (t *Place) HasUnknownStartTime() (ok bool) { return t.startTime != nil && t.startTime.unknown_ != nil } // GetUnknownStartTime returns the unknown value for startTime func (t *Place) GetUnknownStartTime() (v interface{}) { return t.startTime.unknown_ } // SetUnknownStartTime sets the unknown value of startTime func (t *Place) SetUnknownStartTime(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &startTimePlaceIntermediateType{} tmp.unknown_ = i t.startTime = tmp } // SummaryLen determines the number of elements able to be used for the IsSummaryString, GetSummaryString, and RemoveSummaryString functions func (t *Place) SummaryLen() (l int) { return len(t.summary) } // IsSummaryString determines whether the call to GetSummaryString is safe for the specified index func (t *Place) IsSummaryString(index int) (ok bool) { return t.summary[index].stringName != nil } // GetSummaryString returns the value safely if IsSummaryString returned true for the specified index func (t *Place) GetSummaryString(index int) (v string) { return *t.summary[index].stringName } // AppendSummaryString adds to the back of summary a string type func (t *Place) AppendSummaryString(v string) { t.summary = append(t.summary, &summaryPlaceIntermediateType{stringName: &v}) } // PrependSummaryString adds to the front of summary a string type func (t *Place) PrependSummaryString(v string) { t.summary = append([]*summaryPlaceIntermediateType{&summaryPlaceIntermediateType{stringName: &v}}, t.summary...) } // RemoveSummaryString deletes the value from the specified index func (t *Place) RemoveSummaryString(index int) { copy(t.summary[index:], t.summary[index+1:]) t.summary[len(t.summary)-1] = nil t.summary = t.summary[:len(t.summary)-1] } // IsSummaryLangString determines whether the call to GetSummaryLangString is safe for the specified index func (t *Place) IsSummaryLangString(index int) (ok bool) { return t.summary[index].langString != nil } // GetSummaryLangString returns the value safely if IsSummaryLangString returned true for the specified index func (t *Place) GetSummaryLangString(index int) (v string) { return *t.summary[index].langString } // AppendSummaryLangString adds to the back of summary a string type func (t *Place) AppendSummaryLangString(v string) { t.summary = append(t.summary, &summaryPlaceIntermediateType{langString: &v}) } // PrependSummaryLangString adds to the front of summary a string type func (t *Place) PrependSummaryLangString(v string) { t.summary = append([]*summaryPlaceIntermediateType{&summaryPlaceIntermediateType{langString: &v}}, t.summary...) } // RemoveSummaryLangString deletes the value from the specified index func (t *Place) RemoveSummaryLangString(index int) { copy(t.summary[index:], t.summary[index+1:]) t.summary[len(t.summary)-1] = nil t.summary = t.summary[:len(t.summary)-1] } // IsSummaryIRI determines whether the call to GetSummaryIRI is safe for the specified index func (t *Place) IsSummaryIRI(index int) (ok bool) { return t.summary[index].IRI != nil } // GetSummaryIRI returns the value safely if IsSummaryIRI returned true for the specified index func (t *Place) GetSummaryIRI(index int) (v *url.URL) { return t.summary[index].IRI } // AppendSummaryIRI adds to the back of summary a *url.URL type func (t *Place) AppendSummaryIRI(v *url.URL) { t.summary = append(t.summary, &summaryPlaceIntermediateType{IRI: v}) } // PrependSummaryIRI adds to the front of summary a *url.URL type func (t *Place) PrependSummaryIRI(v *url.URL) { t.summary = append([]*summaryPlaceIntermediateType{&summaryPlaceIntermediateType{IRI: v}}, t.summary...) } // RemoveSummaryIRI deletes the value from the specified index func (t *Place) RemoveSummaryIRI(index int) { copy(t.summary[index:], t.summary[index+1:]) t.summary[len(t.summary)-1] = nil t.summary = t.summary[:len(t.summary)-1] } // HasUnknownSummary determines whether the call to GetUnknownSummary is safe func (t *Place) HasUnknownSummary() (ok bool) { return t.summary != nil && t.summary[0].unknown_ != nil } // GetUnknownSummary returns the unknown value for summary func (t *Place) GetUnknownSummary() (v interface{}) { return t.summary[0].unknown_ } // SetUnknownSummary sets the unknown value of summary func (t *Place) SetUnknownSummary(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &summaryPlaceIntermediateType{} tmp.unknown_ = i t.summary = append(t.summary, tmp) } // SummaryMapLanguages returns all languages for this property's language mapping, or nil if there are none. func (t *Place) SummaryMapLanguages() (l []string) { if t.summaryMap == nil || len(t.summaryMap) == 0 { return nil } for k := range t.summaryMap { l = append(l, k) } return } // GetSummaryMap retrieves the value of the property for the specified language, or an empty string if it does not exist func (t *Place) GetSummaryMap(l string) (v string) { if t.summaryMap == nil { return "" } ok := false v, ok = t.summaryMap[l] if !ok { return "" } return v } // SetSummaryMap sets the value of the property for the specified language func (t *Place) SetSummaryMap(l string, v string) { if t.summaryMap == nil { t.summaryMap = make(map[string]string) } t.summaryMap[l] = v } // TagLen determines the number of elements able to be used for the IsTagObject, GetTagObject, and RemoveTagObject functions func (t *Place) TagLen() (l int) { return len(t.tag) } // IsTagObject determines whether the call to GetTagObject is safe for the specified index func (t *Place) IsTagObject(index int) (ok bool) { return t.tag[index].Object != nil } // GetTagObject returns the value safely if IsTagObject returned true for the specified index func (t *Place) GetTagObject(index int) (v ObjectType) { return t.tag[index].Object } // AppendTagObject adds to the back of tag a ObjectType type func (t *Place) AppendTagObject(v ObjectType) { t.tag = append(t.tag, &tagPlaceIntermediateType{Object: v}) } // PrependTagObject adds to the front of tag a ObjectType type func (t *Place) PrependTagObject(v ObjectType) { t.tag = append([]*tagPlaceIntermediateType{&tagPlaceIntermediateType{Object: v}}, t.tag...) } // RemoveTagObject deletes the value from the specified index func (t *Place) RemoveTagObject(index int) { copy(t.tag[index:], t.tag[index+1:]) t.tag[len(t.tag)-1] = nil t.tag = t.tag[:len(t.tag)-1] } // IsTagLink determines whether the call to GetTagLink is safe for the specified index func (t *Place) IsTagLink(index int) (ok bool) { return t.tag[index].Link != nil } // GetTagLink returns the value safely if IsTagLink returned true for the specified index func (t *Place) GetTagLink(index int) (v LinkType) { return t.tag[index].Link } // AppendTagLink adds to the back of tag a LinkType type func (t *Place) AppendTagLink(v LinkType) { t.tag = append(t.tag, &tagPlaceIntermediateType{Link: v}) } // PrependTagLink adds to the front of tag a LinkType type func (t *Place) PrependTagLink(v LinkType) { t.tag = append([]*tagPlaceIntermediateType{&tagPlaceIntermediateType{Link: v}}, t.tag...) } // RemoveTagLink deletes the value from the specified index func (t *Place) RemoveTagLink(index int) { copy(t.tag[index:], t.tag[index+1:]) t.tag[len(t.tag)-1] = nil t.tag = t.tag[:len(t.tag)-1] } // IsTagIRI determines whether the call to GetTagIRI is safe for the specified index func (t *Place) IsTagIRI(index int) (ok bool) { return t.tag[index].IRI != nil } // GetTagIRI returns the value safely if IsTagIRI returned true for the specified index func (t *Place) GetTagIRI(index int) (v *url.URL) { return t.tag[index].IRI } // AppendTagIRI adds to the back of tag a *url.URL type func (t *Place) AppendTagIRI(v *url.URL) { t.tag = append(t.tag, &tagPlaceIntermediateType{IRI: v}) } // PrependTagIRI adds to the front of tag a *url.URL type func (t *Place) PrependTagIRI(v *url.URL) { t.tag = append([]*tagPlaceIntermediateType{&tagPlaceIntermediateType{IRI: v}}, t.tag...) } // RemoveTagIRI deletes the value from the specified index func (t *Place) RemoveTagIRI(index int) { copy(t.tag[index:], t.tag[index+1:]) t.tag[len(t.tag)-1] = nil t.tag = t.tag[:len(t.tag)-1] } // HasUnknownTag determines whether the call to GetUnknownTag is safe func (t *Place) HasUnknownTag() (ok bool) { return t.tag != nil && t.tag[0].unknown_ != nil } // GetUnknownTag returns the unknown value for tag func (t *Place) GetUnknownTag() (v interface{}) { return t.tag[0].unknown_ } // SetUnknownTag sets the unknown value of tag func (t *Place) SetUnknownTag(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &tagPlaceIntermediateType{} tmp.unknown_ = i t.tag = append(t.tag, tmp) } // TypeLen determines the number of elements able to be used for the GetType and RemoveType functions func (t *Place) TypeLen() (l int) { return len(t.typeName) } // GetType returns the value for the specified index func (t *Place) GetType(index int) (v interface{}) { return t.typeName[index] } // AppendType adds a value to the back of type func (t *Place) AppendType(v interface{}) { t.typeName = append(t.typeName, v) } // PrependType adds a value to the front of type func (t *Place) PrependType(v interface{}) { t.typeName = append([]interface{}{v}, t.typeName...) } // RemoveType deletes the value from the specified index func (t *Place) RemoveType(index int) { copy(t.typeName[index:], t.typeName[index+1:]) t.typeName[len(t.typeName)-1] = nil t.typeName = t.typeName[:len(t.typeName)-1] } // IsUpdated determines whether the call to GetUpdated is safe func (t *Place) IsUpdated() (ok bool) { return t.updated != nil && t.updated.dateTime != nil } // GetUpdated returns the value safely if IsUpdated returned true func (t *Place) GetUpdated() (v time.Time) { return *t.updated.dateTime } // SetUpdated sets the value of updated to be of time.Time type func (t *Place) SetUpdated(v time.Time) { t.updated = &updatedPlaceIntermediateType{dateTime: &v} } // IsUpdatedIRI determines whether the call to GetUpdatedIRI is safe func (t *Place) IsUpdatedIRI() (ok bool) { return t.updated != nil && t.updated.IRI != nil } // GetUpdatedIRI returns the value safely if IsUpdatedIRI returned true func (t *Place) GetUpdatedIRI() (v *url.URL) { return t.updated.IRI } // SetUpdatedIRI sets the value of updated to be of *url.URL type func (t *Place) SetUpdatedIRI(v *url.URL) { t.updated = &updatedPlaceIntermediateType{IRI: v} } // HasUnknownUpdated determines whether the call to GetUnknownUpdated is safe func (t *Place) HasUnknownUpdated() (ok bool) { return t.updated != nil && t.updated.unknown_ != nil } // GetUnknownUpdated returns the unknown value for updated func (t *Place) GetUnknownUpdated() (v interface{}) { return t.updated.unknown_ } // SetUnknownUpdated sets the unknown value of updated func (t *Place) SetUnknownUpdated(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &updatedPlaceIntermediateType{} tmp.unknown_ = i t.updated = tmp } // UrlLen determines the number of elements able to be used for the IsUrlAnyURI, GetUrlAnyURI, and RemoveUrlAnyURI functions func (t *Place) UrlLen() (l int) { return len(t.url) } // IsUrlAnyURI determines whether the call to GetUrlAnyURI is safe for the specified index func (t *Place) IsUrlAnyURI(index int) (ok bool) { return t.url[index].anyURI != nil } // GetUrlAnyURI returns the value safely if IsUrlAnyURI returned true for the specified index func (t *Place) GetUrlAnyURI(index int) (v *url.URL) { return t.url[index].anyURI } // AppendUrlAnyURI adds to the back of url a *url.URL type func (t *Place) AppendUrlAnyURI(v *url.URL) { t.url = append(t.url, &urlPlaceIntermediateType{anyURI: v}) } // PrependUrlAnyURI adds to the front of url a *url.URL type func (t *Place) PrependUrlAnyURI(v *url.URL) { t.url = append([]*urlPlaceIntermediateType{&urlPlaceIntermediateType{anyURI: v}}, t.url...) } // RemoveUrlAnyURI deletes the value from the specified index func (t *Place) RemoveUrlAnyURI(index int) { copy(t.url[index:], t.url[index+1:]) t.url[len(t.url)-1] = nil t.url = t.url[:len(t.url)-1] } // IsUrlLink determines whether the call to GetUrlLink is safe for the specified index func (t *Place) IsUrlLink(index int) (ok bool) { return t.url[index].Link != nil } // GetUrlLink returns the value safely if IsUrlLink returned true for the specified index func (t *Place) GetUrlLink(index int) (v LinkType) { return t.url[index].Link } // AppendUrlLink adds to the back of url a LinkType type func (t *Place) AppendUrlLink(v LinkType) { t.url = append(t.url, &urlPlaceIntermediateType{Link: v}) } // PrependUrlLink adds to the front of url a LinkType type func (t *Place) PrependUrlLink(v LinkType) { t.url = append([]*urlPlaceIntermediateType{&urlPlaceIntermediateType{Link: v}}, t.url...) } // RemoveUrlLink deletes the value from the specified index func (t *Place) RemoveUrlLink(index int) { copy(t.url[index:], t.url[index+1:]) t.url[len(t.url)-1] = nil t.url = t.url[:len(t.url)-1] } // HasUnknownUrl determines whether the call to GetUnknownUrl is safe func (t *Place) HasUnknownUrl() (ok bool) { return t.url != nil && t.url[0].unknown_ != nil } // GetUnknownUrl returns the unknown value for url func (t *Place) GetUnknownUrl() (v interface{}) { return t.url[0].unknown_ } // SetUnknownUrl sets the unknown value of url func (t *Place) SetUnknownUrl(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &urlPlaceIntermediateType{} tmp.unknown_ = i t.url = append(t.url, tmp) } // ToLen determines the number of elements able to be used for the IsToObject, GetToObject, and RemoveToObject functions func (t *Place) ToLen() (l int) { return len(t.to) } // IsToObject determines whether the call to GetToObject is safe for the specified index func (t *Place) IsToObject(index int) (ok bool) { return t.to[index].Object != nil } // GetToObject returns the value safely if IsToObject returned true for the specified index func (t *Place) GetToObject(index int) (v ObjectType) { return t.to[index].Object } // AppendToObject adds to the back of to a ObjectType type func (t *Place) AppendToObject(v ObjectType) { t.to = append(t.to, &toPlaceIntermediateType{Object: v}) } // PrependToObject adds to the front of to a ObjectType type func (t *Place) PrependToObject(v ObjectType) { t.to = append([]*toPlaceIntermediateType{&toPlaceIntermediateType{Object: v}}, t.to...) } // RemoveToObject deletes the value from the specified index func (t *Place) RemoveToObject(index int) { copy(t.to[index:], t.to[index+1:]) t.to[len(t.to)-1] = nil t.to = t.to[:len(t.to)-1] } // IsToLink determines whether the call to GetToLink is safe for the specified index func (t *Place) IsToLink(index int) (ok bool) { return t.to[index].Link != nil } // GetToLink returns the value safely if IsToLink returned true for the specified index func (t *Place) GetToLink(index int) (v LinkType) { return t.to[index].Link } // AppendToLink adds to the back of to a LinkType type func (t *Place) AppendToLink(v LinkType) { t.to = append(t.to, &toPlaceIntermediateType{Link: v}) } // PrependToLink adds to the front of to a LinkType type func (t *Place) PrependToLink(v LinkType) { t.to = append([]*toPlaceIntermediateType{&toPlaceIntermediateType{Link: v}}, t.to...) } // RemoveToLink deletes the value from the specified index func (t *Place) RemoveToLink(index int) { copy(t.to[index:], t.to[index+1:]) t.to[len(t.to)-1] = nil t.to = t.to[:len(t.to)-1] } // IsToIRI determines whether the call to GetToIRI is safe for the specified index func (t *Place) IsToIRI(index int) (ok bool) { return t.to[index].IRI != nil } // GetToIRI returns the value safely if IsToIRI returned true for the specified index func (t *Place) GetToIRI(index int) (v *url.URL) { return t.to[index].IRI } // AppendToIRI adds to the back of to a *url.URL type func (t *Place) AppendToIRI(v *url.URL) { t.to = append(t.to, &toPlaceIntermediateType{IRI: v}) } // PrependToIRI adds to the front of to a *url.URL type func (t *Place) PrependToIRI(v *url.URL) { t.to = append([]*toPlaceIntermediateType{&toPlaceIntermediateType{IRI: v}}, t.to...) } // RemoveToIRI deletes the value from the specified index func (t *Place) RemoveToIRI(index int) { copy(t.to[index:], t.to[index+1:]) t.to[len(t.to)-1] = nil t.to = t.to[:len(t.to)-1] } // HasUnknownTo determines whether the call to GetUnknownTo is safe func (t *Place) HasUnknownTo() (ok bool) { return t.to != nil && t.to[0].unknown_ != nil } // GetUnknownTo returns the unknown value for to func (t *Place) GetUnknownTo() (v interface{}) { return t.to[0].unknown_ } // SetUnknownTo sets the unknown value of to func (t *Place) SetUnknownTo(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &toPlaceIntermediateType{} tmp.unknown_ = i t.to = append(t.to, tmp) } // BtoLen determines the number of elements able to be used for the IsBtoObject, GetBtoObject, and RemoveBtoObject functions func (t *Place) BtoLen() (l int) { return len(t.bto) } // IsBtoObject determines whether the call to GetBtoObject is safe for the specified index func (t *Place) IsBtoObject(index int) (ok bool) { return t.bto[index].Object != nil } // GetBtoObject returns the value safely if IsBtoObject returned true for the specified index func (t *Place) GetBtoObject(index int) (v ObjectType) { return t.bto[index].Object } // AppendBtoObject adds to the back of bto a ObjectType type func (t *Place) AppendBtoObject(v ObjectType) { t.bto = append(t.bto, &btoPlaceIntermediateType{Object: v}) } // PrependBtoObject adds to the front of bto a ObjectType type func (t *Place) PrependBtoObject(v ObjectType) { t.bto = append([]*btoPlaceIntermediateType{&btoPlaceIntermediateType{Object: v}}, t.bto...) } // RemoveBtoObject deletes the value from the specified index func (t *Place) RemoveBtoObject(index int) { copy(t.bto[index:], t.bto[index+1:]) t.bto[len(t.bto)-1] = nil t.bto = t.bto[:len(t.bto)-1] } // IsBtoLink determines whether the call to GetBtoLink is safe for the specified index func (t *Place) IsBtoLink(index int) (ok bool) { return t.bto[index].Link != nil } // GetBtoLink returns the value safely if IsBtoLink returned true for the specified index func (t *Place) GetBtoLink(index int) (v LinkType) { return t.bto[index].Link } // AppendBtoLink adds to the back of bto a LinkType type func (t *Place) AppendBtoLink(v LinkType) { t.bto = append(t.bto, &btoPlaceIntermediateType{Link: v}) } // PrependBtoLink adds to the front of bto a LinkType type func (t *Place) PrependBtoLink(v LinkType) { t.bto = append([]*btoPlaceIntermediateType{&btoPlaceIntermediateType{Link: v}}, t.bto...) } // RemoveBtoLink deletes the value from the specified index func (t *Place) RemoveBtoLink(index int) { copy(t.bto[index:], t.bto[index+1:]) t.bto[len(t.bto)-1] = nil t.bto = t.bto[:len(t.bto)-1] } // IsBtoIRI determines whether the call to GetBtoIRI is safe for the specified index func (t *Place) IsBtoIRI(index int) (ok bool) { return t.bto[index].IRI != nil } // GetBtoIRI returns the value safely if IsBtoIRI returned true for the specified index func (t *Place) GetBtoIRI(index int) (v *url.URL) { return t.bto[index].IRI } // AppendBtoIRI adds to the back of bto a *url.URL type func (t *Place) AppendBtoIRI(v *url.URL) { t.bto = append(t.bto, &btoPlaceIntermediateType{IRI: v}) } // PrependBtoIRI adds to the front of bto a *url.URL type func (t *Place) PrependBtoIRI(v *url.URL) { t.bto = append([]*btoPlaceIntermediateType{&btoPlaceIntermediateType{IRI: v}}, t.bto...) } // RemoveBtoIRI deletes the value from the specified index func (t *Place) RemoveBtoIRI(index int) { copy(t.bto[index:], t.bto[index+1:]) t.bto[len(t.bto)-1] = nil t.bto = t.bto[:len(t.bto)-1] } // HasUnknownBto determines whether the call to GetUnknownBto is safe func (t *Place) HasUnknownBto() (ok bool) { return t.bto != nil && t.bto[0].unknown_ != nil } // GetUnknownBto returns the unknown value for bto func (t *Place) GetUnknownBto() (v interface{}) { return t.bto[0].unknown_ } // SetUnknownBto sets the unknown value of bto func (t *Place) SetUnknownBto(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &btoPlaceIntermediateType{} tmp.unknown_ = i t.bto = append(t.bto, tmp) } // CcLen determines the number of elements able to be used for the IsCcObject, GetCcObject, and RemoveCcObject functions func (t *Place) CcLen() (l int) { return len(t.cc) } // IsCcObject determines whether the call to GetCcObject is safe for the specified index func (t *Place) IsCcObject(index int) (ok bool) { return t.cc[index].Object != nil } // GetCcObject returns the value safely if IsCcObject returned true for the specified index func (t *Place) GetCcObject(index int) (v ObjectType) { return t.cc[index].Object } // AppendCcObject adds to the back of cc a ObjectType type func (t *Place) AppendCcObject(v ObjectType) { t.cc = append(t.cc, &ccPlaceIntermediateType{Object: v}) } // PrependCcObject adds to the front of cc a ObjectType type func (t *Place) PrependCcObject(v ObjectType) { t.cc = append([]*ccPlaceIntermediateType{&ccPlaceIntermediateType{Object: v}}, t.cc...) } // RemoveCcObject deletes the value from the specified index func (t *Place) RemoveCcObject(index int) { copy(t.cc[index:], t.cc[index+1:]) t.cc[len(t.cc)-1] = nil t.cc = t.cc[:len(t.cc)-1] } // IsCcLink determines whether the call to GetCcLink is safe for the specified index func (t *Place) IsCcLink(index int) (ok bool) { return t.cc[index].Link != nil } // GetCcLink returns the value safely if IsCcLink returned true for the specified index func (t *Place) GetCcLink(index int) (v LinkType) { return t.cc[index].Link } // AppendCcLink adds to the back of cc a LinkType type func (t *Place) AppendCcLink(v LinkType) { t.cc = append(t.cc, &ccPlaceIntermediateType{Link: v}) } // PrependCcLink adds to the front of cc a LinkType type func (t *Place) PrependCcLink(v LinkType) { t.cc = append([]*ccPlaceIntermediateType{&ccPlaceIntermediateType{Link: v}}, t.cc...) } // RemoveCcLink deletes the value from the specified index func (t *Place) RemoveCcLink(index int) { copy(t.cc[index:], t.cc[index+1:]) t.cc[len(t.cc)-1] = nil t.cc = t.cc[:len(t.cc)-1] } // IsCcIRI determines whether the call to GetCcIRI is safe for the specified index func (t *Place) IsCcIRI(index int) (ok bool) { return t.cc[index].IRI != nil } // GetCcIRI returns the value safely if IsCcIRI returned true for the specified index func (t *Place) GetCcIRI(index int) (v *url.URL) { return t.cc[index].IRI } // AppendCcIRI adds to the back of cc a *url.URL type func (t *Place) AppendCcIRI(v *url.URL) { t.cc = append(t.cc, &ccPlaceIntermediateType{IRI: v}) } // PrependCcIRI adds to the front of cc a *url.URL type func (t *Place) PrependCcIRI(v *url.URL) { t.cc = append([]*ccPlaceIntermediateType{&ccPlaceIntermediateType{IRI: v}}, t.cc...) } // RemoveCcIRI deletes the value from the specified index func (t *Place) RemoveCcIRI(index int) { copy(t.cc[index:], t.cc[index+1:]) t.cc[len(t.cc)-1] = nil t.cc = t.cc[:len(t.cc)-1] } // HasUnknownCc determines whether the call to GetUnknownCc is safe func (t *Place) HasUnknownCc() (ok bool) { return t.cc != nil && t.cc[0].unknown_ != nil } // GetUnknownCc returns the unknown value for cc func (t *Place) GetUnknownCc() (v interface{}) { return t.cc[0].unknown_ } // SetUnknownCc sets the unknown value of cc func (t *Place) SetUnknownCc(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &ccPlaceIntermediateType{} tmp.unknown_ = i t.cc = append(t.cc, tmp) } // BccLen determines the number of elements able to be used for the IsBccObject, GetBccObject, and RemoveBccObject functions func (t *Place) BccLen() (l int) { return len(t.bcc) } // IsBccObject determines whether the call to GetBccObject is safe for the specified index func (t *Place) IsBccObject(index int) (ok bool) { return t.bcc[index].Object != nil } // GetBccObject returns the value safely if IsBccObject returned true for the specified index func (t *Place) GetBccObject(index int) (v ObjectType) { return t.bcc[index].Object } // AppendBccObject adds to the back of bcc a ObjectType type func (t *Place) AppendBccObject(v ObjectType) { t.bcc = append(t.bcc, &bccPlaceIntermediateType{Object: v}) } // PrependBccObject adds to the front of bcc a ObjectType type func (t *Place) PrependBccObject(v ObjectType) { t.bcc = append([]*bccPlaceIntermediateType{&bccPlaceIntermediateType{Object: v}}, t.bcc...) } // RemoveBccObject deletes the value from the specified index func (t *Place) RemoveBccObject(index int) { copy(t.bcc[index:], t.bcc[index+1:]) t.bcc[len(t.bcc)-1] = nil t.bcc = t.bcc[:len(t.bcc)-1] } // IsBccLink determines whether the call to GetBccLink is safe for the specified index func (t *Place) IsBccLink(index int) (ok bool) { return t.bcc[index].Link != nil } // GetBccLink returns the value safely if IsBccLink returned true for the specified index func (t *Place) GetBccLink(index int) (v LinkType) { return t.bcc[index].Link } // AppendBccLink adds to the back of bcc a LinkType type func (t *Place) AppendBccLink(v LinkType) { t.bcc = append(t.bcc, &bccPlaceIntermediateType{Link: v}) } // PrependBccLink adds to the front of bcc a LinkType type func (t *Place) PrependBccLink(v LinkType) { t.bcc = append([]*bccPlaceIntermediateType{&bccPlaceIntermediateType{Link: v}}, t.bcc...) } // RemoveBccLink deletes the value from the specified index func (t *Place) RemoveBccLink(index int) { copy(t.bcc[index:], t.bcc[index+1:]) t.bcc[len(t.bcc)-1] = nil t.bcc = t.bcc[:len(t.bcc)-1] } // IsBccIRI determines whether the call to GetBccIRI is safe for the specified index func (t *Place) IsBccIRI(index int) (ok bool) { return t.bcc[index].IRI != nil } // GetBccIRI returns the value safely if IsBccIRI returned true for the specified index func (t *Place) GetBccIRI(index int) (v *url.URL) { return t.bcc[index].IRI } // AppendBccIRI adds to the back of bcc a *url.URL type func (t *Place) AppendBccIRI(v *url.URL) { t.bcc = append(t.bcc, &bccPlaceIntermediateType{IRI: v}) } // PrependBccIRI adds to the front of bcc a *url.URL type func (t *Place) PrependBccIRI(v *url.URL) { t.bcc = append([]*bccPlaceIntermediateType{&bccPlaceIntermediateType{IRI: v}}, t.bcc...) } // RemoveBccIRI deletes the value from the specified index func (t *Place) RemoveBccIRI(index int) { copy(t.bcc[index:], t.bcc[index+1:]) t.bcc[len(t.bcc)-1] = nil t.bcc = t.bcc[:len(t.bcc)-1] } // HasUnknownBcc determines whether the call to GetUnknownBcc is safe func (t *Place) HasUnknownBcc() (ok bool) { return t.bcc != nil && t.bcc[0].unknown_ != nil } // GetUnknownBcc returns the unknown value for bcc func (t *Place) GetUnknownBcc() (v interface{}) { return t.bcc[0].unknown_ } // SetUnknownBcc sets the unknown value of bcc func (t *Place) SetUnknownBcc(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &bccPlaceIntermediateType{} tmp.unknown_ = i t.bcc = append(t.bcc, tmp) } // IsMediaType determines whether the call to GetMediaType is safe func (t *Place) IsMediaType() (ok bool) { return t.mediaType != nil && t.mediaType.mimeMediaTypeValue != nil } // GetMediaType returns the value safely if IsMediaType returned true func (t *Place) GetMediaType() (v string) { return *t.mediaType.mimeMediaTypeValue } // SetMediaType sets the value of mediaType to be of string type func (t *Place) SetMediaType(v string) { t.mediaType = &mediaTypePlaceIntermediateType{mimeMediaTypeValue: &v} } // IsMediaTypeIRI determines whether the call to GetMediaTypeIRI is safe func (t *Place) IsMediaTypeIRI() (ok bool) { return t.mediaType != nil && t.mediaType.IRI != nil } // GetMediaTypeIRI returns the value safely if IsMediaTypeIRI returned true func (t *Place) GetMediaTypeIRI() (v *url.URL) { return t.mediaType.IRI } // SetMediaTypeIRI sets the value of mediaType to be of *url.URL type func (t *Place) SetMediaTypeIRI(v *url.URL) { t.mediaType = &mediaTypePlaceIntermediateType{IRI: v} } // HasUnknownMediaType determines whether the call to GetUnknownMediaType is safe func (t *Place) HasUnknownMediaType() (ok bool) { return t.mediaType != nil && t.mediaType.unknown_ != nil } // GetUnknownMediaType returns the unknown value for mediaType func (t *Place) GetUnknownMediaType() (v interface{}) { return t.mediaType.unknown_ } // SetUnknownMediaType sets the unknown value of mediaType func (t *Place) SetUnknownMediaType(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &mediaTypePlaceIntermediateType{} tmp.unknown_ = i t.mediaType = tmp } // IsDuration determines whether the call to GetDuration is safe func (t *Place) IsDuration() (ok bool) { return t.duration != nil && t.duration.duration != nil } // GetDuration returns the value safely if IsDuration returned true func (t *Place) GetDuration() (v time.Duration) { return *t.duration.duration } // SetDuration sets the value of duration to be of time.Duration type func (t *Place) SetDuration(v time.Duration) { t.duration = &durationPlaceIntermediateType{duration: &v} } // IsDurationIRI determines whether the call to GetDurationIRI is safe func (t *Place) IsDurationIRI() (ok bool) { return t.duration != nil && t.duration.IRI != nil } // GetDurationIRI returns the value safely if IsDurationIRI returned true func (t *Place) GetDurationIRI() (v *url.URL) { return t.duration.IRI } // SetDurationIRI sets the value of duration to be of *url.URL type func (t *Place) SetDurationIRI(v *url.URL) { t.duration = &durationPlaceIntermediateType{IRI: v} } // HasUnknownDuration determines whether the call to GetUnknownDuration is safe func (t *Place) HasUnknownDuration() (ok bool) { return t.duration != nil && t.duration.unknown_ != nil } // GetUnknownDuration returns the unknown value for duration func (t *Place) GetUnknownDuration() (v interface{}) { return t.duration.unknown_ } // SetUnknownDuration sets the unknown value of duration func (t *Place) SetUnknownDuration(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &durationPlaceIntermediateType{} tmp.unknown_ = i t.duration = tmp } // IsSource determines whether the call to GetSource is safe func (t *Place) IsSource() (ok bool) { return t.source != nil && t.source.Object != nil } // GetSource returns the value safely if IsSource returned true func (t *Place) GetSource() (v ObjectType) { return t.source.Object } // SetSource sets the value of source to be of ObjectType type func (t *Place) SetSource(v ObjectType) { t.source = &sourcePlaceIntermediateType{Object: v} } // IsSourceIRI determines whether the call to GetSourceIRI is safe func (t *Place) IsSourceIRI() (ok bool) { return t.source != nil && t.source.IRI != nil } // GetSourceIRI returns the value safely if IsSourceIRI returned true func (t *Place) GetSourceIRI() (v *url.URL) { return t.source.IRI } // SetSourceIRI sets the value of source to be of *url.URL type func (t *Place) SetSourceIRI(v *url.URL) { t.source = &sourcePlaceIntermediateType{IRI: v} } // HasUnknownSource determines whether the call to GetUnknownSource is safe func (t *Place) HasUnknownSource() (ok bool) { return t.source != nil && t.source.unknown_ != nil } // GetUnknownSource returns the unknown value for source func (t *Place) GetUnknownSource() (v interface{}) { return t.source.unknown_ } // SetUnknownSource sets the unknown value of source func (t *Place) SetUnknownSource(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &sourcePlaceIntermediateType{} tmp.unknown_ = i t.source = tmp } // IsInboxOrderedCollection determines whether the call to GetInboxOrderedCollection is safe func (t *Place) IsInboxOrderedCollection() (ok bool) { return t.inbox != nil && t.inbox.OrderedCollection != nil } // GetInboxOrderedCollection returns the value safely if IsInboxOrderedCollection returned true func (t *Place) GetInboxOrderedCollection() (v OrderedCollectionType) { return t.inbox.OrderedCollection } // SetInboxOrderedCollection sets the value of inbox to be of OrderedCollectionType type func (t *Place) SetInboxOrderedCollection(v OrderedCollectionType) { t.inbox = &inboxPlaceIntermediateType{OrderedCollection: v} } // IsInboxAnyURI determines whether the call to GetInboxAnyURI is safe func (t *Place) IsInboxAnyURI() (ok bool) { return t.inbox != nil && t.inbox.anyURI != nil } // GetInboxAnyURI returns the value safely if IsInboxAnyURI returned true func (t *Place) GetInboxAnyURI() (v *url.URL) { return t.inbox.anyURI } // SetInboxAnyURI sets the value of inbox to be of *url.URL type func (t *Place) SetInboxAnyURI(v *url.URL) { t.inbox = &inboxPlaceIntermediateType{anyURI: v} } // HasUnknownInbox determines whether the call to GetUnknownInbox is safe func (t *Place) HasUnknownInbox() (ok bool) { return t.inbox != nil && t.inbox.unknown_ != nil } // GetUnknownInbox returns the unknown value for inbox func (t *Place) GetUnknownInbox() (v interface{}) { return t.inbox.unknown_ } // SetUnknownInbox sets the unknown value of inbox func (t *Place) SetUnknownInbox(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &inboxPlaceIntermediateType{} tmp.unknown_ = i t.inbox = tmp } // IsOutboxOrderedCollection determines whether the call to GetOutboxOrderedCollection is safe func (t *Place) IsOutboxOrderedCollection() (ok bool) { return t.outbox != nil && t.outbox.OrderedCollection != nil } // GetOutboxOrderedCollection returns the value safely if IsOutboxOrderedCollection returned true func (t *Place) GetOutboxOrderedCollection() (v OrderedCollectionType) { return t.outbox.OrderedCollection } // SetOutboxOrderedCollection sets the value of outbox to be of OrderedCollectionType type func (t *Place) SetOutboxOrderedCollection(v OrderedCollectionType) { t.outbox = &outboxPlaceIntermediateType{OrderedCollection: v} } // IsOutboxAnyURI determines whether the call to GetOutboxAnyURI is safe func (t *Place) IsOutboxAnyURI() (ok bool) { return t.outbox != nil && t.outbox.anyURI != nil } // GetOutboxAnyURI returns the value safely if IsOutboxAnyURI returned true func (t *Place) GetOutboxAnyURI() (v *url.URL) { return t.outbox.anyURI } // SetOutboxAnyURI sets the value of outbox to be of *url.URL type func (t *Place) SetOutboxAnyURI(v *url.URL) { t.outbox = &outboxPlaceIntermediateType{anyURI: v} } // HasUnknownOutbox determines whether the call to GetUnknownOutbox is safe func (t *Place) HasUnknownOutbox() (ok bool) { return t.outbox != nil && t.outbox.unknown_ != nil } // GetUnknownOutbox returns the unknown value for outbox func (t *Place) GetUnknownOutbox() (v interface{}) { return t.outbox.unknown_ } // SetUnknownOutbox sets the unknown value of outbox func (t *Place) SetUnknownOutbox(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &outboxPlaceIntermediateType{} tmp.unknown_ = i t.outbox = tmp } // IsFollowingCollection determines whether the call to GetFollowingCollection is safe func (t *Place) IsFollowingCollection() (ok bool) { return t.following != nil && t.following.Collection != nil } // GetFollowingCollection returns the value safely if IsFollowingCollection returned true func (t *Place) GetFollowingCollection() (v CollectionType) { return t.following.Collection } // SetFollowingCollection sets the value of following to be of CollectionType type func (t *Place) SetFollowingCollection(v CollectionType) { t.following = &followingPlaceIntermediateType{Collection: v} } // IsFollowingOrderedCollection determines whether the call to GetFollowingOrderedCollection is safe func (t *Place) IsFollowingOrderedCollection() (ok bool) { return t.following != nil && t.following.OrderedCollection != nil } // GetFollowingOrderedCollection returns the value safely if IsFollowingOrderedCollection returned true func (t *Place) GetFollowingOrderedCollection() (v OrderedCollectionType) { return t.following.OrderedCollection } // SetFollowingOrderedCollection sets the value of following to be of OrderedCollectionType type func (t *Place) SetFollowingOrderedCollection(v OrderedCollectionType) { t.following = &followingPlaceIntermediateType{OrderedCollection: v} } // IsFollowingAnyURI determines whether the call to GetFollowingAnyURI is safe func (t *Place) IsFollowingAnyURI() (ok bool) { return t.following != nil && t.following.anyURI != nil } // GetFollowingAnyURI returns the value safely if IsFollowingAnyURI returned true func (t *Place) GetFollowingAnyURI() (v *url.URL) { return t.following.anyURI } // SetFollowingAnyURI sets the value of following to be of *url.URL type func (t *Place) SetFollowingAnyURI(v *url.URL) { t.following = &followingPlaceIntermediateType{anyURI: v} } // HasUnknownFollowing determines whether the call to GetUnknownFollowing is safe func (t *Place) HasUnknownFollowing() (ok bool) { return t.following != nil && t.following.unknown_ != nil } // GetUnknownFollowing returns the unknown value for following func (t *Place) GetUnknownFollowing() (v interface{}) { return t.following.unknown_ } // SetUnknownFollowing sets the unknown value of following func (t *Place) SetUnknownFollowing(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &followingPlaceIntermediateType{} tmp.unknown_ = i t.following = tmp } // IsFollowersCollection determines whether the call to GetFollowersCollection is safe func (t *Place) IsFollowersCollection() (ok bool) { return t.followers != nil && t.followers.Collection != nil } // GetFollowersCollection returns the value safely if IsFollowersCollection returned true func (t *Place) GetFollowersCollection() (v CollectionType) { return t.followers.Collection } // SetFollowersCollection sets the value of followers to be of CollectionType type func (t *Place) SetFollowersCollection(v CollectionType) { t.followers = &followersPlaceIntermediateType{Collection: v} } // IsFollowersOrderedCollection determines whether the call to GetFollowersOrderedCollection is safe func (t *Place) IsFollowersOrderedCollection() (ok bool) { return t.followers != nil && t.followers.OrderedCollection != nil } // GetFollowersOrderedCollection returns the value safely if IsFollowersOrderedCollection returned true func (t *Place) GetFollowersOrderedCollection() (v OrderedCollectionType) { return t.followers.OrderedCollection } // SetFollowersOrderedCollection sets the value of followers to be of OrderedCollectionType type func (t *Place) SetFollowersOrderedCollection(v OrderedCollectionType) { t.followers = &followersPlaceIntermediateType{OrderedCollection: v} } // IsFollowersAnyURI determines whether the call to GetFollowersAnyURI is safe func (t *Place) IsFollowersAnyURI() (ok bool) { return t.followers != nil && t.followers.anyURI != nil } // GetFollowersAnyURI returns the value safely if IsFollowersAnyURI returned true func (t *Place) GetFollowersAnyURI() (v *url.URL) { return t.followers.anyURI } // SetFollowersAnyURI sets the value of followers to be of *url.URL type func (t *Place) SetFollowersAnyURI(v *url.URL) { t.followers = &followersPlaceIntermediateType{anyURI: v} } // HasUnknownFollowers determines whether the call to GetUnknownFollowers is safe func (t *Place) HasUnknownFollowers() (ok bool) { return t.followers != nil && t.followers.unknown_ != nil } // GetUnknownFollowers returns the unknown value for followers func (t *Place) GetUnknownFollowers() (v interface{}) { return t.followers.unknown_ } // SetUnknownFollowers sets the unknown value of followers func (t *Place) SetUnknownFollowers(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &followersPlaceIntermediateType{} tmp.unknown_ = i t.followers = tmp } // IsLikedCollection determines whether the call to GetLikedCollection is safe func (t *Place) IsLikedCollection() (ok bool) { return t.liked != nil && t.liked.Collection != nil } // GetLikedCollection returns the value safely if IsLikedCollection returned true func (t *Place) GetLikedCollection() (v CollectionType) { return t.liked.Collection } // SetLikedCollection sets the value of liked to be of CollectionType type func (t *Place) SetLikedCollection(v CollectionType) { t.liked = &likedPlaceIntermediateType{Collection: v} } // IsLikedOrderedCollection determines whether the call to GetLikedOrderedCollection is safe func (t *Place) IsLikedOrderedCollection() (ok bool) { return t.liked != nil && t.liked.OrderedCollection != nil } // GetLikedOrderedCollection returns the value safely if IsLikedOrderedCollection returned true func (t *Place) GetLikedOrderedCollection() (v OrderedCollectionType) { return t.liked.OrderedCollection } // SetLikedOrderedCollection sets the value of liked to be of OrderedCollectionType type func (t *Place) SetLikedOrderedCollection(v OrderedCollectionType) { t.liked = &likedPlaceIntermediateType{OrderedCollection: v} } // IsLikedAnyURI determines whether the call to GetLikedAnyURI is safe func (t *Place) IsLikedAnyURI() (ok bool) { return t.liked != nil && t.liked.anyURI != nil } // GetLikedAnyURI returns the value safely if IsLikedAnyURI returned true func (t *Place) GetLikedAnyURI() (v *url.URL) { return t.liked.anyURI } // SetLikedAnyURI sets the value of liked to be of *url.URL type func (t *Place) SetLikedAnyURI(v *url.URL) { t.liked = &likedPlaceIntermediateType{anyURI: v} } // HasUnknownLiked determines whether the call to GetUnknownLiked is safe func (t *Place) HasUnknownLiked() (ok bool) { return t.liked != nil && t.liked.unknown_ != nil } // GetUnknownLiked returns the unknown value for liked func (t *Place) GetUnknownLiked() (v interface{}) { return t.liked.unknown_ } // SetUnknownLiked sets the unknown value of liked func (t *Place) SetUnknownLiked(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &likedPlaceIntermediateType{} tmp.unknown_ = i t.liked = tmp } // IsLikesCollection determines whether the call to GetLikesCollection is safe func (t *Place) IsLikesCollection() (ok bool) { return t.likes != nil && t.likes.Collection != nil } // GetLikesCollection returns the value safely if IsLikesCollection returned true func (t *Place) GetLikesCollection() (v CollectionType) { return t.likes.Collection } // SetLikesCollection sets the value of likes to be of CollectionType type func (t *Place) SetLikesCollection(v CollectionType) { t.likes = &likesPlaceIntermediateType{Collection: v} } // IsLikesOrderedCollection determines whether the call to GetLikesOrderedCollection is safe func (t *Place) IsLikesOrderedCollection() (ok bool) { return t.likes != nil && t.likes.OrderedCollection != nil } // GetLikesOrderedCollection returns the value safely if IsLikesOrderedCollection returned true func (t *Place) GetLikesOrderedCollection() (v OrderedCollectionType) { return t.likes.OrderedCollection } // SetLikesOrderedCollection sets the value of likes to be of OrderedCollectionType type func (t *Place) SetLikesOrderedCollection(v OrderedCollectionType) { t.likes = &likesPlaceIntermediateType{OrderedCollection: v} } // IsLikesAnyURI determines whether the call to GetLikesAnyURI is safe func (t *Place) IsLikesAnyURI() (ok bool) { return t.likes != nil && t.likes.anyURI != nil } // GetLikesAnyURI returns the value safely if IsLikesAnyURI returned true func (t *Place) GetLikesAnyURI() (v *url.URL) { return t.likes.anyURI } // SetLikesAnyURI sets the value of likes to be of *url.URL type func (t *Place) SetLikesAnyURI(v *url.URL) { t.likes = &likesPlaceIntermediateType{anyURI: v} } // HasUnknownLikes determines whether the call to GetUnknownLikes is safe func (t *Place) HasUnknownLikes() (ok bool) { return t.likes != nil && t.likes.unknown_ != nil } // GetUnknownLikes returns the unknown value for likes func (t *Place) GetUnknownLikes() (v interface{}) { return t.likes.unknown_ } // SetUnknownLikes sets the unknown value of likes func (t *Place) SetUnknownLikes(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &likesPlaceIntermediateType{} tmp.unknown_ = i t.likes = tmp } // StreamsLen determines the number of elements able to be used for the GetStreams and RemoveStreams functions func (t *Place) StreamsLen() (l int) { return len(t.streams) } // GetStreams returns the value for the specified index func (t *Place) GetStreams(index int) (v *url.URL) { return t.streams[index] } // AppendStreams adds a value to the back of streams func (t *Place) AppendStreams(v *url.URL) { t.streams = append(t.streams, v) } // PrependStreams adds a value to the front of streams func (t *Place) PrependStreams(v *url.URL) { t.streams = append([]*url.URL{v}, t.streams...) } // RemoveStreams deletes the value from the specified index func (t *Place) RemoveStreams(index int) { copy(t.streams[index:], t.streams[index+1:]) t.streams[len(t.streams)-1] = nil t.streams = t.streams[:len(t.streams)-1] } // HasUnknownStreams determines whether the call to GetUnknownStreams is safe func (t *Place) HasUnknownStreams() (ok bool) { return t.unknown_ != nil && t.unknown_["streams"] != nil } // GetUnknownStreams returns the unknown value for streams func (t *Place) GetUnknownStreams() (v interface{}) { return t.unknown_["streams"] } // SetUnknownStreams sets the unknown value of streams func (t *Place) SetUnknownStreams(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } t.unknown_["streams"] = i } // IsPreferredUsername determines whether the call to GetPreferredUsername is safe func (t *Place) IsPreferredUsername() (ok bool) { return t.preferredUsername != nil && t.preferredUsername.stringName != nil } // GetPreferredUsername returns the value safely if IsPreferredUsername returned true func (t *Place) GetPreferredUsername() (v string) { return *t.preferredUsername.stringName } // SetPreferredUsername sets the value of preferredUsername to be of string type func (t *Place) SetPreferredUsername(v string) { t.preferredUsername = &preferredUsernamePlaceIntermediateType{stringName: &v} } // IsPreferredUsernameIRI determines whether the call to GetPreferredUsernameIRI is safe func (t *Place) IsPreferredUsernameIRI() (ok bool) { return t.preferredUsername != nil && t.preferredUsername.IRI != nil } // GetPreferredUsernameIRI returns the value safely if IsPreferredUsernameIRI returned true func (t *Place) GetPreferredUsernameIRI() (v *url.URL) { return t.preferredUsername.IRI } // SetPreferredUsernameIRI sets the value of preferredUsername to be of *url.URL type func (t *Place) SetPreferredUsernameIRI(v *url.URL) { t.preferredUsername = &preferredUsernamePlaceIntermediateType{IRI: v} } // HasUnknownPreferredUsername determines whether the call to GetUnknownPreferredUsername is safe func (t *Place) HasUnknownPreferredUsername() (ok bool) { return t.preferredUsername != nil && t.preferredUsername.unknown_ != nil } // GetUnknownPreferredUsername returns the unknown value for preferredUsername func (t *Place) GetUnknownPreferredUsername() (v interface{}) { return t.preferredUsername.unknown_ } // SetUnknownPreferredUsername sets the unknown value of preferredUsername func (t *Place) SetUnknownPreferredUsername(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &preferredUsernamePlaceIntermediateType{} tmp.unknown_ = i t.preferredUsername = tmp } // PreferredUsernameMapLanguages returns all languages for this property's language mapping, or nil if there are none. func (t *Place) PreferredUsernameMapLanguages() (l []string) { if t.preferredUsernameMap == nil || len(t.preferredUsernameMap) == 0 { return nil } for k := range t.preferredUsernameMap { l = append(l, k) } return } // GetPreferredUsernameMap retrieves the value of the property for the specified language, or an empty string if it does not exist func (t *Place) GetPreferredUsernameMap(l string) (v string) { if t.preferredUsernameMap == nil { return "" } ok := false v, ok = t.preferredUsernameMap[l] if !ok { return "" } return v } // SetPreferredUsernameMap sets the value of the property for the specified language func (t *Place) SetPreferredUsernameMap(l string, v string) { if t.preferredUsernameMap == nil { t.preferredUsernameMap = make(map[string]string) } t.preferredUsernameMap[l] = v } // IsEndpoints determines whether the call to GetEndpoints is safe func (t *Place) IsEndpoints() (ok bool) { return t.endpoints != nil && t.endpoints.Object != nil } // GetEndpoints returns the value safely if IsEndpoints returned true func (t *Place) GetEndpoints() (v ObjectType) { return t.endpoints.Object } // SetEndpoints sets the value of endpoints to be of ObjectType type func (t *Place) SetEndpoints(v ObjectType) { t.endpoints = &endpointsPlaceIntermediateType{Object: v} } // IsEndpointsIRI determines whether the call to GetEndpointsIRI is safe func (t *Place) IsEndpointsIRI() (ok bool) { return t.endpoints != nil && t.endpoints.IRI != nil } // GetEndpointsIRI returns the value safely if IsEndpointsIRI returned true func (t *Place) GetEndpointsIRI() (v *url.URL) { return t.endpoints.IRI } // SetEndpointsIRI sets the value of endpoints to be of *url.URL type func (t *Place) SetEndpointsIRI(v *url.URL) { t.endpoints = &endpointsPlaceIntermediateType{IRI: v} } // HasUnknownEndpoints determines whether the call to GetUnknownEndpoints is safe func (t *Place) HasUnknownEndpoints() (ok bool) { return t.endpoints != nil && t.endpoints.unknown_ != nil } // GetUnknownEndpoints returns the unknown value for endpoints func (t *Place) GetUnknownEndpoints() (v interface{}) { return t.endpoints.unknown_ } // SetUnknownEndpoints sets the unknown value of endpoints func (t *Place) SetUnknownEndpoints(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } tmp := &endpointsPlaceIntermediateType{} tmp.unknown_ = i t.endpoints = tmp } // HasProxyUrl determines whether the call to GetProxyUrl is safe func (t *Place) HasProxyUrl() (ok bool) { return t.proxyUrl != nil } // GetProxyUrl returns the value for proxyUrl func (t *Place) GetProxyUrl() (v *url.URL) { return t.proxyUrl } // SetProxyUrl sets the value of proxyUrl func (t *Place) SetProxyUrl(v *url.URL) { t.proxyUrl = v } // HasUnknownProxyUrl determines whether the call to GetUnknownProxyUrl is safe func (t *Place) HasUnknownProxyUrl() (ok bool) { return t.unknown_ != nil && t.unknown_["proxyUrl"] != nil } // GetUnknownProxyUrl returns the unknown value for proxyUrl func (t *Place) GetUnknownProxyUrl() (v interface{}) { return t.unknown_["proxyUrl"] } // SetUnknownProxyUrl sets the unknown value of proxyUrl func (t *Place) SetUnknownProxyUrl(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } t.unknown_["proxyUrl"] = i } // HasOauthAuthorizationEndpoint determines whether the call to GetOauthAuthorizationEndpoint is safe func (t *Place) HasOauthAuthorizationEndpoint() (ok bool) { return t.oauthAuthorizationEndpoint != nil } // GetOauthAuthorizationEndpoint returns the value for oauthAuthorizationEndpoint func (t *Place) GetOauthAuthorizationEndpoint() (v *url.URL) { return t.oauthAuthorizationEndpoint } // SetOauthAuthorizationEndpoint sets the value of oauthAuthorizationEndpoint func (t *Place) SetOauthAuthorizationEndpoint(v *url.URL) { t.oauthAuthorizationEndpoint = v } // HasUnknownOauthAuthorizationEndpoint determines whether the call to GetUnknownOauthAuthorizationEndpoint is safe func (t *Place) HasUnknownOauthAuthorizationEndpoint() (ok bool) { return t.unknown_ != nil && t.unknown_["oauthAuthorizationEndpoint"] != nil } // GetUnknownOauthAuthorizationEndpoint returns the unknown value for oauthAuthorizationEndpoint func (t *Place) GetUnknownOauthAuthorizationEndpoint() (v interface{}) { return t.unknown_["oauthAuthorizationEndpoint"] } // SetUnknownOauthAuthorizationEndpoint sets the unknown value of oauthAuthorizationEndpoint func (t *Place) SetUnknownOauthAuthorizationEndpoint(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } t.unknown_["oauthAuthorizationEndpoint"] = i } // HasOauthTokenEndpoint determines whether the call to GetOauthTokenEndpoint is safe func (t *Place) HasOauthTokenEndpoint() (ok bool) { return t.oauthTokenEndpoint != nil } // GetOauthTokenEndpoint returns the value for oauthTokenEndpoint func (t *Place) GetOauthTokenEndpoint() (v *url.URL) { return t.oauthTokenEndpoint } // SetOauthTokenEndpoint sets the value of oauthTokenEndpoint func (t *Place) SetOauthTokenEndpoint(v *url.URL) { t.oauthTokenEndpoint = v } // HasUnknownOauthTokenEndpoint determines whether the call to GetUnknownOauthTokenEndpoint is safe func (t *Place) HasUnknownOauthTokenEndpoint() (ok bool) { return t.unknown_ != nil && t.unknown_["oauthTokenEndpoint"] != nil } // GetUnknownOauthTokenEndpoint returns the unknown value for oauthTokenEndpoint func (t *Place) GetUnknownOauthTokenEndpoint() (v interface{}) { return t.unknown_["oauthTokenEndpoint"] } // SetUnknownOauthTokenEndpoint sets the unknown value of oauthTokenEndpoint func (t *Place) SetUnknownOauthTokenEndpoint(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } t.unknown_["oauthTokenEndpoint"] = i } // HasProvideClientKey determines whether the call to GetProvideClientKey is safe func (t *Place) HasProvideClientKey() (ok bool) { return t.provideClientKey != nil } // GetProvideClientKey returns the value for provideClientKey func (t *Place) GetProvideClientKey() (v *url.URL) { return t.provideClientKey } // SetProvideClientKey sets the value of provideClientKey func (t *Place) SetProvideClientKey(v *url.URL) { t.provideClientKey = v } // HasUnknownProvideClientKey determines whether the call to GetUnknownProvideClientKey is safe func (t *Place) HasUnknownProvideClientKey() (ok bool) { return t.unknown_ != nil && t.unknown_["provideClientKey"] != nil } // GetUnknownProvideClientKey returns the unknown value for provideClientKey func (t *Place) GetUnknownProvideClientKey() (v interface{}) { return t.unknown_["provideClientKey"] } // SetUnknownProvideClientKey sets the unknown value of provideClientKey func (t *Place) SetUnknownProvideClientKey(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } t.unknown_["provideClientKey"] = i } // HasSignClientKey determines whether the call to GetSignClientKey is safe func (t *Place) HasSignClientKey() (ok bool) { return t.signClientKey != nil } // GetSignClientKey returns the value for signClientKey func (t *Place) GetSignClientKey() (v *url.URL) { return t.signClientKey } // SetSignClientKey sets the value of signClientKey func (t *Place) SetSignClientKey(v *url.URL) { t.signClientKey = v } // HasUnknownSignClientKey determines whether the call to GetUnknownSignClientKey is safe func (t *Place) HasUnknownSignClientKey() (ok bool) { return t.unknown_ != nil && t.unknown_["signClientKey"] != nil } // GetUnknownSignClientKey returns the unknown value for signClientKey func (t *Place) GetUnknownSignClientKey() (v interface{}) { return t.unknown_["signClientKey"] } // SetUnknownSignClientKey sets the unknown value of signClientKey func (t *Place) SetUnknownSignClientKey(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } t.unknown_["signClientKey"] = i } // HasSharedInbox determines whether the call to GetSharedInbox is safe func (t *Place) HasSharedInbox() (ok bool) { return t.sharedInbox != nil } // GetSharedInbox returns the value for sharedInbox func (t *Place) GetSharedInbox() (v *url.URL) { return t.sharedInbox } // SetSharedInbox sets the value of sharedInbox func (t *Place) SetSharedInbox(v *url.URL) { t.sharedInbox = v } // HasUnknownSharedInbox determines whether the call to GetUnknownSharedInbox is safe func (t *Place) HasUnknownSharedInbox() (ok bool) { return t.unknown_ != nil && t.unknown_["sharedInbox"] != nil } // GetUnknownSharedInbox returns the unknown value for sharedInbox func (t *Place) GetUnknownSharedInbox() (v interface{}) { return t.unknown_["sharedInbox"] } // SetUnknownSharedInbox sets the unknown value of sharedInbox func (t *Place) SetUnknownSharedInbox(i interface{}) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } t.unknown_["sharedInbox"] = i } // AddUnknown adds a raw extension to this object with the specified key func (t *Place) AddUnknown(k string, i interface{}) (this *Place) { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } t.unknown_[k] = i return t } // HasUnknown returns true if there is an unknown object with the specified key func (t *Place) HasUnknown(k string) (b bool) { if t.unknown_ == nil { return false } _, ok := t.unknown_[k] return ok } // RemoveUnknown removes a raw extension from this object with the specified key func (t *Place) RemoveUnknown(k string) (this *Place) { delete(t.unknown_, k) return t } // Serialize turns this object into a map[string]interface{}. Note that the "type" property will automatically be populated with "Place" if not manually set by the caller func (t *Place) Serialize() (m map[string]interface{}, err error) { m = make(map[string]interface{}) for k, v := range t.unknown_ { m[k] = unknownValueSerialize(v) } var typeAlreadySet bool for _, k := range t.typeName { if ks, ok := k.(string); ok { if ks == "Place" { typeAlreadySet = true break } } } if !typeAlreadySet { t.typeName = append(t.typeName, "Place") } // Begin generation by generateFunctionalMultiTypeDefinition if t.accuracy != nil { if v, err := serializeAccuracyPlaceIntermediateType(t.accuracy); err == nil { m["accuracy"] = v } else { return m, err } } // End generation by generateFunctionalMultiTypeDefinition // Begin generation by generateFunctionalMultiTypeDefinition if t.altitude != nil { if v, err := serializeAltitudePlaceIntermediateType(t.altitude); err == nil { m["altitude"] = v } else { return m, err } } // End generation by generateFunctionalMultiTypeDefinition // Begin generation by generateFunctionalMultiTypeDefinition if t.latitude != nil { if v, err := serializeLatitudePlaceIntermediateType(t.latitude); err == nil { m["latitude"] = v } else { return m, err } } // End generation by generateFunctionalMultiTypeDefinition // Begin generation by generateFunctionalMultiTypeDefinition if t.longitude != nil { if v, err := serializeLongitudePlaceIntermediateType(t.longitude); err == nil { m["longitude"] = v } else { return m, err } } // End generation by generateFunctionalMultiTypeDefinition // Begin generation by generateFunctionalMultiTypeDefinition if t.radius != nil { if v, err := serializeRadiusPlaceIntermediateType(t.radius); err == nil { m["radius"] = v } else { return m, err } } // End generation by generateFunctionalMultiTypeDefinition // Begin generation by generateFunctionalMultiTypeDefinition if t.units != nil { if v, err := serializeUnitsPlaceIntermediateType(t.units); err == nil { m["units"] = v } else { return m, err } } // End generation by generateFunctionalMultiTypeDefinition // Begin generation by generateNonFunctionalMultiTypeDefinition if v, err := serializeSliceAttachmentPlaceIntermediateType(t.attachment); err == nil && v != nil { if len(v) == 1 { m["attachment"] = v[0] } else { m["attachment"] = v } } else if err != nil { return m, err } // End generation by generateNonFunctionalMultiTypeDefinition // Begin generation by generateNonFunctionalMultiTypeDefinition if v, err := serializeSliceAttributedToPlaceIntermediateType(t.attributedTo); err == nil && v != nil { if len(v) == 1 { m["attributedTo"] = v[0] } else { m["attributedTo"] = v } } else if err != nil { return m, err } // End generation by generateNonFunctionalMultiTypeDefinition // Begin generation by generateNonFunctionalMultiTypeDefinition if v, err := serializeSliceAudiencePlaceIntermediateType(t.audience); err == nil && v != nil { if len(v) == 1 { m["audience"] = v[0] } else { m["audience"] = v } } else if err != nil { return m, err } // End generation by generateNonFunctionalMultiTypeDefinition // Begin generation by generateNonFunctionalMultiTypeDefinition if v, err := serializeSliceContentPlaceIntermediateType(t.content); err == nil && v != nil { if len(v) == 1 { m["content"] = v[0] } else { m["content"] = v } } else if err != nil { return m, err } // End generation by generateNonFunctionalMultiTypeDefinition // Begin generation by generateNaturalLanguageMap if t.contentMap != nil && len(t.contentMap) >= 0 { m["contentMap"] = t.contentMap } // End generation by generateNaturalLanguageMap // Begin generation by generateNonFunctionalMultiTypeDefinition if v, err := serializeSliceContextPlaceIntermediateType(t.context); err == nil && v != nil { if len(v) == 1 { m["context"] = v[0] } else { m["context"] = v } } else if err != nil { return m, err } // End generation by generateNonFunctionalMultiTypeDefinition // Begin generation by generateNonFunctionalMultiTypeDefinition if v, err := serializeSliceNamePlaceIntermediateType(t.name); err == nil && v != nil { if len(v) == 1 { m["name"] = v[0] } else { m["name"] = v } } else if err != nil { return m, err } // End generation by generateNonFunctionalMultiTypeDefinition // Begin generation by generateNaturalLanguageMap if t.nameMap != nil && len(t.nameMap) >= 0 { m["nameMap"] = t.nameMap } // End generation by generateNaturalLanguageMap // Begin generation by generateFunctionalMultiTypeDefinition if t.endTime != nil { if v, err := serializeEndTimePlaceIntermediateType(t.endTime); err == nil { m["endTime"] = v } else { return m, err } } // End generation by generateFunctionalMultiTypeDefinition // Begin generation by generateNonFunctionalMultiTypeDefinition if v, err := serializeSliceGeneratorPlaceIntermediateType(t.generator); err == nil && v != nil { if len(v) == 1 { m["generator"] = v[0] } else { m["generator"] = v } } else if err != nil { return m, err } // End generation by generateNonFunctionalMultiTypeDefinition // Begin generation by generateNonFunctionalMultiTypeDefinition if v, err := serializeSliceIconPlaceIntermediateType(t.icon); err == nil && v != nil { if len(v) == 1 { m["icon"] = v[0] } else { m["icon"] = v } } else if err != nil { return m, err } // End generation by generateNonFunctionalMultiTypeDefinition // Begin generation by RangeReference.Serialize for Value if t.id != nil { idSerializeFunc := func() (interface{}, error) { v := t.id tmp := anyURISerialize(v) return tmp, nil } idResult, err := idSerializeFunc() if err == nil { m["id"] = idResult } else { return m, err } } // End generation by RangeReference.Serialize for Value // Begin generation by generateNonFunctionalMultiTypeDefinition if v, err := serializeSliceImagePlaceIntermediateType(t.image); err == nil && v != nil { if len(v) == 1 { m["image"] = v[0] } else { m["image"] = v } } else if err != nil { return m, err } // End generation by generateNonFunctionalMultiTypeDefinition // Begin generation by generateNonFunctionalMultiTypeDefinition if v, err := serializeSliceInReplyToPlaceIntermediateType(t.inReplyTo); err == nil && v != nil { if len(v) == 1 { m["inReplyTo"] = v[0] } else { m["inReplyTo"] = v } } else if err != nil { return m, err } // End generation by generateNonFunctionalMultiTypeDefinition // Begin generation by generateNonFunctionalMultiTypeDefinition if v, err := serializeSliceLocationPlaceIntermediateType(t.location); err == nil && v != nil { if len(v) == 1 { m["location"] = v[0] } else { m["location"] = v } } else if err != nil { return m, err } // End generation by generateNonFunctionalMultiTypeDefinition // Begin generation by generateNonFunctionalMultiTypeDefinition if v, err := serializeSlicePreviewPlaceIntermediateType(t.preview); err == nil && v != nil { if len(v) == 1 { m["preview"] = v[0] } else { m["preview"] = v } } else if err != nil { return m, err } // End generation by generateNonFunctionalMultiTypeDefinition // Begin generation by generateFunctionalMultiTypeDefinition if t.published != nil { if v, err := serializePublishedPlaceIntermediateType(t.published); err == nil { m["published"] = v } else { return m, err } } // End generation by generateFunctionalMultiTypeDefinition // Begin generation by generateFunctionalMultiTypeDefinition if t.replies != nil { if v, err := serializeRepliesPlaceIntermediateType(t.replies); err == nil { m["replies"] = v } else { return m, err } } // End generation by generateFunctionalMultiTypeDefinition // Begin generation by generateFunctionalMultiTypeDefinition if t.startTime != nil { if v, err := serializeStartTimePlaceIntermediateType(t.startTime); err == nil { m["startTime"] = v } else { return m, err } } // End generation by generateFunctionalMultiTypeDefinition // Begin generation by generateNonFunctionalMultiTypeDefinition if v, err := serializeSliceSummaryPlaceIntermediateType(t.summary); err == nil && v != nil { if len(v) == 1 { m["summary"] = v[0] } else { m["summary"] = v } } else if err != nil { return m, err } // End generation by generateNonFunctionalMultiTypeDefinition // Begin generation by generateNaturalLanguageMap if t.summaryMap != nil && len(t.summaryMap) >= 0 { m["summaryMap"] = t.summaryMap } // End generation by generateNaturalLanguageMap // Begin generation by generateNonFunctionalMultiTypeDefinition if v, err := serializeSliceTagPlaceIntermediateType(t.tag); err == nil && v != nil { if len(v) == 1 { m["tag"] = v[0] } else { m["tag"] = v } } else if err != nil { return m, err } // End generation by generateNonFunctionalMultiTypeDefinition // Begin generation by generateNonFunctionalAnyDefinition if t.typeName != nil { if len(t.typeName) == 1 { m["type"] = t.typeName[0] } else { m["type"] = t.typeName } } // End generation by generateNonFunctionalAnyDefinition // Begin generation by generateFunctionalMultiTypeDefinition if t.updated != nil { if v, err := serializeUpdatedPlaceIntermediateType(t.updated); err == nil { m["updated"] = v } else { return m, err } } // End generation by generateFunctionalMultiTypeDefinition // Begin generation by generateNonFunctionalMultiTypeDefinition if v, err := serializeSliceUrlPlaceIntermediateType(t.url); err == nil && v != nil { if len(v) == 1 { m["url"] = v[0] } else { m["url"] = v } } else if err != nil { return m, err } // End generation by generateNonFunctionalMultiTypeDefinition // Begin generation by generateNonFunctionalMultiTypeDefinition if v, err := serializeSliceToPlaceIntermediateType(t.to); err == nil && v != nil { if len(v) == 1 { m["to"] = v[0] } else { m["to"] = v } } else if err != nil { return m, err } // End generation by generateNonFunctionalMultiTypeDefinition // Begin generation by generateNonFunctionalMultiTypeDefinition if v, err := serializeSliceBtoPlaceIntermediateType(t.bto); err == nil && v != nil { if len(v) == 1 { m["bto"] = v[0] } else { m["bto"] = v } } else if err != nil { return m, err } // End generation by generateNonFunctionalMultiTypeDefinition // Begin generation by generateNonFunctionalMultiTypeDefinition if v, err := serializeSliceCcPlaceIntermediateType(t.cc); err == nil && v != nil { if len(v) == 1 { m["cc"] = v[0] } else { m["cc"] = v } } else if err != nil { return m, err } // End generation by generateNonFunctionalMultiTypeDefinition // Begin generation by generateNonFunctionalMultiTypeDefinition if v, err := serializeSliceBccPlaceIntermediateType(t.bcc); err == nil && v != nil { if len(v) == 1 { m["bcc"] = v[0] } else { m["bcc"] = v } } else if err != nil { return m, err } // End generation by generateNonFunctionalMultiTypeDefinition // Begin generation by generateFunctionalMultiTypeDefinition if t.mediaType != nil { if v, err := serializeMediaTypePlaceIntermediateType(t.mediaType); err == nil { m["mediaType"] = v } else { return m, err } } // End generation by generateFunctionalMultiTypeDefinition // Begin generation by generateFunctionalMultiTypeDefinition if t.duration != nil { if v, err := serializeDurationPlaceIntermediateType(t.duration); err == nil { m["duration"] = v } else { return m, err } } // End generation by generateFunctionalMultiTypeDefinition // Begin generation by generateFunctionalMultiTypeDefinition if t.source != nil { if v, err := serializeSourcePlaceIntermediateType(t.source); err == nil { m["source"] = v } else { return m, err } } // End generation by generateFunctionalMultiTypeDefinition // Begin generation by generateFunctionalMultiTypeDefinition if t.inbox != nil { if v, err := serializeInboxPlaceIntermediateType(t.inbox); err == nil { m["inbox"] = v } else { return m, err } } // End generation by generateFunctionalMultiTypeDefinition // Begin generation by generateFunctionalMultiTypeDefinition if t.outbox != nil { if v, err := serializeOutboxPlaceIntermediateType(t.outbox); err == nil { m["outbox"] = v } else { return m, err } } // End generation by generateFunctionalMultiTypeDefinition // Begin generation by generateFunctionalMultiTypeDefinition if t.following != nil { if v, err := serializeFollowingPlaceIntermediateType(t.following); err == nil { m["following"] = v } else { return m, err } } // End generation by generateFunctionalMultiTypeDefinition // Begin generation by generateFunctionalMultiTypeDefinition if t.followers != nil { if v, err := serializeFollowersPlaceIntermediateType(t.followers); err == nil { m["followers"] = v } else { return m, err } } // End generation by generateFunctionalMultiTypeDefinition // Begin generation by generateFunctionalMultiTypeDefinition if t.liked != nil { if v, err := serializeLikedPlaceIntermediateType(t.liked); err == nil { m["liked"] = v } else { return m, err } } // End generation by generateFunctionalMultiTypeDefinition // Begin generation by generateFunctionalMultiTypeDefinition if t.likes != nil { if v, err := serializeLikesPlaceIntermediateType(t.likes); err == nil { m["likes"] = v } else { return m, err } } // End generation by generateFunctionalMultiTypeDefinition // Begin generation by RangeReference.Serialize for Value var streamsTemp []interface{} for _, v := range t.streams { tmp := anyURISerialize(v) streamsTemp = append(streamsTemp, tmp) } if streamsTemp != nil { if len(streamsTemp) == 1 { m["streams"] = streamsTemp[0] } else { m["streams"] = streamsTemp } } // End generation by RangeReference.Serialize for Value // Begin generation by generateFunctionalMultiTypeDefinition if t.preferredUsername != nil { if v, err := serializePreferredUsernamePlaceIntermediateType(t.preferredUsername); err == nil { m["preferredUsername"] = v } else { return m, err } } // End generation by generateFunctionalMultiTypeDefinition // Begin generation by generateNaturalLanguageMap if t.preferredUsernameMap != nil && len(t.preferredUsernameMap) >= 0 { m["preferredUsernameMap"] = t.preferredUsernameMap } // End generation by generateNaturalLanguageMap // Begin generation by generateFunctionalMultiTypeDefinition if t.endpoints != nil { if v, err := serializeEndpointsPlaceIntermediateType(t.endpoints); err == nil { m["endpoints"] = v } else { return m, err } } // End generation by generateFunctionalMultiTypeDefinition // Begin generation by RangeReference.Serialize for Value if t.proxyUrl != nil { proxyUrlSerializeFunc := func() (interface{}, error) { v := t.proxyUrl tmp := anyURISerialize(v) return tmp, nil } proxyUrlResult, err := proxyUrlSerializeFunc() if err == nil { m["proxyUrl"] = proxyUrlResult } else { return m, err } } // End generation by RangeReference.Serialize for Value // Begin generation by RangeReference.Serialize for Value if t.oauthAuthorizationEndpoint != nil { oauthAuthorizationEndpointSerializeFunc := func() (interface{}, error) { v := t.oauthAuthorizationEndpoint tmp := anyURISerialize(v) return tmp, nil } oauthAuthorizationEndpointResult, err := oauthAuthorizationEndpointSerializeFunc() if err == nil { m["oauthAuthorizationEndpoint"] = oauthAuthorizationEndpointResult } else { return m, err } } // End generation by RangeReference.Serialize for Value // Begin generation by RangeReference.Serialize for Value if t.oauthTokenEndpoint != nil { oauthTokenEndpointSerializeFunc := func() (interface{}, error) { v := t.oauthTokenEndpoint tmp := anyURISerialize(v) return tmp, nil } oauthTokenEndpointResult, err := oauthTokenEndpointSerializeFunc() if err == nil { m["oauthTokenEndpoint"] = oauthTokenEndpointResult } else { return m, err } } // End generation by RangeReference.Serialize for Value // Begin generation by RangeReference.Serialize for Value if t.provideClientKey != nil { provideClientKeySerializeFunc := func() (interface{}, error) { v := t.provideClientKey tmp := anyURISerialize(v) return tmp, nil } provideClientKeyResult, err := provideClientKeySerializeFunc() if err == nil { m["provideClientKey"] = provideClientKeyResult } else { return m, err } } // End generation by RangeReference.Serialize for Value // Begin generation by RangeReference.Serialize for Value if t.signClientKey != nil { signClientKeySerializeFunc := func() (interface{}, error) { v := t.signClientKey tmp := anyURISerialize(v) return tmp, nil } signClientKeyResult, err := signClientKeySerializeFunc() if err == nil { m["signClientKey"] = signClientKeyResult } else { return m, err } } // End generation by RangeReference.Serialize for Value // Begin generation by RangeReference.Serialize for Value if t.sharedInbox != nil { sharedInboxSerializeFunc := func() (interface{}, error) { v := t.sharedInbox tmp := anyURISerialize(v) return tmp, nil } sharedInboxResult, err := sharedInboxSerializeFunc() if err == nil { m["sharedInbox"] = sharedInboxResult } else { return m, err } } // End generation by RangeReference.Serialize for Value return } // Deserialize populates this object from a map[string]interface{} func (t *Place) Deserialize(m map[string]interface{}) (err error) { for k, v := range m { handled := false if !handled { // Begin generation by generateFunctionalMultiTypeDefinition if k == "accuracy" { t.accuracy, err = deserializeAccuracyPlaceIntermediateType(v) if err != nil { return err } handled = true } // End generation by generateFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateFunctionalMultiTypeDefinition if k == "altitude" { t.altitude, err = deserializeAltitudePlaceIntermediateType(v) if err != nil { return err } handled = true } // End generation by generateFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateFunctionalMultiTypeDefinition if k == "latitude" { t.latitude, err = deserializeLatitudePlaceIntermediateType(v) if err != nil { return err } handled = true } // End generation by generateFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateFunctionalMultiTypeDefinition if k == "longitude" { t.longitude, err = deserializeLongitudePlaceIntermediateType(v) if err != nil { return err } handled = true } // End generation by generateFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateFunctionalMultiTypeDefinition if k == "radius" { t.radius, err = deserializeRadiusPlaceIntermediateType(v) if err != nil { return err } handled = true } // End generation by generateFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateFunctionalMultiTypeDefinition if k == "units" { t.units, err = deserializeUnitsPlaceIntermediateType(v) if err != nil { return err } handled = true } // End generation by generateFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateNonFunctionalMultiTypeDefinition if k == "attachment" { if tmpMap, ok := v.(map[string]interface{}); ok { tmp, err := deserializeAttachmentPlaceIntermediateType(tmpMap) if err != nil { return err } t.attachment = []*attachmentPlaceIntermediateType{tmp} handled = true } else if tmpSlice, ok := v.([]interface{}); ok { t.attachment, err = deserializeSliceAttachmentPlaceIntermediateType(tmpSlice) if err != nil { return err } handled = true } else { tmp := &attachmentPlaceIntermediateType{} err = tmp.Deserialize(v) if err != nil { return err } t.attachment = []*attachmentPlaceIntermediateType{tmp} handled = true } } // End generation by generateNonFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateNonFunctionalMultiTypeDefinition if k == "attributedTo" { if tmpMap, ok := v.(map[string]interface{}); ok { tmp, err := deserializeAttributedToPlaceIntermediateType(tmpMap) if err != nil { return err } t.attributedTo = []*attributedToPlaceIntermediateType{tmp} handled = true } else if tmpSlice, ok := v.([]interface{}); ok { t.attributedTo, err = deserializeSliceAttributedToPlaceIntermediateType(tmpSlice) if err != nil { return err } handled = true } else { tmp := &attributedToPlaceIntermediateType{} err = tmp.Deserialize(v) if err != nil { return err } t.attributedTo = []*attributedToPlaceIntermediateType{tmp} handled = true } } // End generation by generateNonFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateNonFunctionalMultiTypeDefinition if k == "audience" { if tmpMap, ok := v.(map[string]interface{}); ok { tmp, err := deserializeAudiencePlaceIntermediateType(tmpMap) if err != nil { return err } t.audience = []*audiencePlaceIntermediateType{tmp} handled = true } else if tmpSlice, ok := v.([]interface{}); ok { t.audience, err = deserializeSliceAudiencePlaceIntermediateType(tmpSlice) if err != nil { return err } handled = true } else { tmp := &audiencePlaceIntermediateType{} err = tmp.Deserialize(v) if err != nil { return err } t.audience = []*audiencePlaceIntermediateType{tmp} handled = true } } // End generation by generateNonFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateNonFunctionalMultiTypeDefinition if k == "content" { if tmpMap, ok := v.(map[string]interface{}); ok { tmp, err := deserializeContentPlaceIntermediateType(tmpMap) if err != nil { return err } t.content = []*contentPlaceIntermediateType{tmp} handled = true } else if tmpSlice, ok := v.([]interface{}); ok { t.content, err = deserializeSliceContentPlaceIntermediateType(tmpSlice) if err != nil { return err } handled = true } else { tmp := &contentPlaceIntermediateType{} err = tmp.Deserialize(v) if err != nil { return err } t.content = []*contentPlaceIntermediateType{tmp} handled = true } } // End generation by generateNonFunctionalMultiTypeDefinition // Begin generation by generateNaturalLanguageMap if k == "contentMap" { if vMap, ok := v.(map[string]interface{}); ok { val := make(map[string]string) for k, iVal := range vMap { if sVal, ok := iVal.(string); ok { val[k] = sVal } } t.contentMap = val handled = true } } // End generation by generateNaturalLanguageMap } if !handled { // Begin generation by generateNonFunctionalMultiTypeDefinition if k == "context" { if tmpMap, ok := v.(map[string]interface{}); ok { tmp, err := deserializeContextPlaceIntermediateType(tmpMap) if err != nil { return err } t.context = []*contextPlaceIntermediateType{tmp} handled = true } else if tmpSlice, ok := v.([]interface{}); ok { t.context, err = deserializeSliceContextPlaceIntermediateType(tmpSlice) if err != nil { return err } handled = true } else { tmp := &contextPlaceIntermediateType{} err = tmp.Deserialize(v) if err != nil { return err } t.context = []*contextPlaceIntermediateType{tmp} handled = true } } // End generation by generateNonFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateNonFunctionalMultiTypeDefinition if k == "name" { if tmpMap, ok := v.(map[string]interface{}); ok { tmp, err := deserializeNamePlaceIntermediateType(tmpMap) if err != nil { return err } t.name = []*namePlaceIntermediateType{tmp} handled = true } else if tmpSlice, ok := v.([]interface{}); ok { t.name, err = deserializeSliceNamePlaceIntermediateType(tmpSlice) if err != nil { return err } handled = true } else { tmp := &namePlaceIntermediateType{} err = tmp.Deserialize(v) if err != nil { return err } t.name = []*namePlaceIntermediateType{tmp} handled = true } } // End generation by generateNonFunctionalMultiTypeDefinition // Begin generation by generateNaturalLanguageMap if k == "nameMap" { if vMap, ok := v.(map[string]interface{}); ok { val := make(map[string]string) for k, iVal := range vMap { if sVal, ok := iVal.(string); ok { val[k] = sVal } } t.nameMap = val handled = true } } // End generation by generateNaturalLanguageMap } if !handled { // Begin generation by generateFunctionalMultiTypeDefinition if k == "endTime" { t.endTime, err = deserializeEndTimePlaceIntermediateType(v) if err != nil { return err } handled = true } // End generation by generateFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateNonFunctionalMultiTypeDefinition if k == "generator" { if tmpMap, ok := v.(map[string]interface{}); ok { tmp, err := deserializeGeneratorPlaceIntermediateType(tmpMap) if err != nil { return err } t.generator = []*generatorPlaceIntermediateType{tmp} handled = true } else if tmpSlice, ok := v.([]interface{}); ok { t.generator, err = deserializeSliceGeneratorPlaceIntermediateType(tmpSlice) if err != nil { return err } handled = true } else { tmp := &generatorPlaceIntermediateType{} err = tmp.Deserialize(v) if err != nil { return err } t.generator = []*generatorPlaceIntermediateType{tmp} handled = true } } // End generation by generateNonFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateNonFunctionalMultiTypeDefinition if k == "icon" { if tmpMap, ok := v.(map[string]interface{}); ok { tmp, err := deserializeIconPlaceIntermediateType(tmpMap) if err != nil { return err } t.icon = []*iconPlaceIntermediateType{tmp} handled = true } else if tmpSlice, ok := v.([]interface{}); ok { t.icon, err = deserializeSliceIconPlaceIntermediateType(tmpSlice) if err != nil { return err } handled = true } else { tmp := &iconPlaceIntermediateType{} err = tmp.Deserialize(v) if err != nil { return err } t.icon = []*iconPlaceIntermediateType{tmp} handled = true } } // End generation by generateNonFunctionalMultiTypeDefinition } if !handled { // Begin generation by RangeReference.Deserialize for Value if k == "id" { if v, ok := v.(interface{}); ok { tmp, err := anyURIDeserialize(v) if err != nil { return err } t.id = tmp handled = true } } // End generation by RangeReference.Deserialize for Value } if !handled { // Begin generation by generateNonFunctionalMultiTypeDefinition if k == "image" { if tmpMap, ok := v.(map[string]interface{}); ok { tmp, err := deserializeImagePlaceIntermediateType(tmpMap) if err != nil { return err } t.image = []*imagePlaceIntermediateType{tmp} handled = true } else if tmpSlice, ok := v.([]interface{}); ok { t.image, err = deserializeSliceImagePlaceIntermediateType(tmpSlice) if err != nil { return err } handled = true } else { tmp := &imagePlaceIntermediateType{} err = tmp.Deserialize(v) if err != nil { return err } t.image = []*imagePlaceIntermediateType{tmp} handled = true } } // End generation by generateNonFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateNonFunctionalMultiTypeDefinition if k == "inReplyTo" { if tmpMap, ok := v.(map[string]interface{}); ok { tmp, err := deserializeInReplyToPlaceIntermediateType(tmpMap) if err != nil { return err } t.inReplyTo = []*inReplyToPlaceIntermediateType{tmp} handled = true } else if tmpSlice, ok := v.([]interface{}); ok { t.inReplyTo, err = deserializeSliceInReplyToPlaceIntermediateType(tmpSlice) if err != nil { return err } handled = true } else { tmp := &inReplyToPlaceIntermediateType{} err = tmp.Deserialize(v) if err != nil { return err } t.inReplyTo = []*inReplyToPlaceIntermediateType{tmp} handled = true } } // End generation by generateNonFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateNonFunctionalMultiTypeDefinition if k == "location" { if tmpMap, ok := v.(map[string]interface{}); ok { tmp, err := deserializeLocationPlaceIntermediateType(tmpMap) if err != nil { return err } t.location = []*locationPlaceIntermediateType{tmp} handled = true } else if tmpSlice, ok := v.([]interface{}); ok { t.location, err = deserializeSliceLocationPlaceIntermediateType(tmpSlice) if err != nil { return err } handled = true } else { tmp := &locationPlaceIntermediateType{} err = tmp.Deserialize(v) if err != nil { return err } t.location = []*locationPlaceIntermediateType{tmp} handled = true } } // End generation by generateNonFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateNonFunctionalMultiTypeDefinition if k == "preview" { if tmpMap, ok := v.(map[string]interface{}); ok { tmp, err := deserializePreviewPlaceIntermediateType(tmpMap) if err != nil { return err } t.preview = []*previewPlaceIntermediateType{tmp} handled = true } else if tmpSlice, ok := v.([]interface{}); ok { t.preview, err = deserializeSlicePreviewPlaceIntermediateType(tmpSlice) if err != nil { return err } handled = true } else { tmp := &previewPlaceIntermediateType{} err = tmp.Deserialize(v) if err != nil { return err } t.preview = []*previewPlaceIntermediateType{tmp} handled = true } } // End generation by generateNonFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateFunctionalMultiTypeDefinition if k == "published" { t.published, err = deserializePublishedPlaceIntermediateType(v) if err != nil { return err } handled = true } // End generation by generateFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateFunctionalMultiTypeDefinition if k == "replies" { t.replies, err = deserializeRepliesPlaceIntermediateType(v) if err != nil { return err } handled = true } // End generation by generateFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateFunctionalMultiTypeDefinition if k == "startTime" { t.startTime, err = deserializeStartTimePlaceIntermediateType(v) if err != nil { return err } handled = true } // End generation by generateFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateNonFunctionalMultiTypeDefinition if k == "summary" { if tmpMap, ok := v.(map[string]interface{}); ok { tmp, err := deserializeSummaryPlaceIntermediateType(tmpMap) if err != nil { return err } t.summary = []*summaryPlaceIntermediateType{tmp} handled = true } else if tmpSlice, ok := v.([]interface{}); ok { t.summary, err = deserializeSliceSummaryPlaceIntermediateType(tmpSlice) if err != nil { return err } handled = true } else { tmp := &summaryPlaceIntermediateType{} err = tmp.Deserialize(v) if err != nil { return err } t.summary = []*summaryPlaceIntermediateType{tmp} handled = true } } // End generation by generateNonFunctionalMultiTypeDefinition // Begin generation by generateNaturalLanguageMap if k == "summaryMap" { if vMap, ok := v.(map[string]interface{}); ok { val := make(map[string]string) for k, iVal := range vMap { if sVal, ok := iVal.(string); ok { val[k] = sVal } } t.summaryMap = val handled = true } } // End generation by generateNaturalLanguageMap } if !handled { // Begin generation by generateNonFunctionalMultiTypeDefinition if k == "tag" { if tmpMap, ok := v.(map[string]interface{}); ok { tmp, err := deserializeTagPlaceIntermediateType(tmpMap) if err != nil { return err } t.tag = []*tagPlaceIntermediateType{tmp} handled = true } else if tmpSlice, ok := v.([]interface{}); ok { t.tag, err = deserializeSliceTagPlaceIntermediateType(tmpSlice) if err != nil { return err } handled = true } else { tmp := &tagPlaceIntermediateType{} err = tmp.Deserialize(v) if err != nil { return err } t.tag = []*tagPlaceIntermediateType{tmp} handled = true } } // End generation by generateNonFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateNonFunctionalAnyDefinition if k == "type" { if tmpTypeSlice, ok := v.([]interface{}); ok { t.typeName = tmpTypeSlice handled = true } else { t.typeName = []interface{}{v} handled = true } } // End generation by generateNonFunctionalAnyDefinition } if !handled { // Begin generation by generateFunctionalMultiTypeDefinition if k == "updated" { t.updated, err = deserializeUpdatedPlaceIntermediateType(v) if err != nil { return err } handled = true } // End generation by generateFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateNonFunctionalMultiTypeDefinition if k == "url" { if tmpMap, ok := v.(map[string]interface{}); ok { tmp, err := deserializeUrlPlaceIntermediateType(tmpMap) if err != nil { return err } t.url = []*urlPlaceIntermediateType{tmp} handled = true } else if tmpSlice, ok := v.([]interface{}); ok { t.url, err = deserializeSliceUrlPlaceIntermediateType(tmpSlice) if err != nil { return err } handled = true } else { tmp := &urlPlaceIntermediateType{} err = tmp.Deserialize(v) if err != nil { return err } t.url = []*urlPlaceIntermediateType{tmp} handled = true } } // End generation by generateNonFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateNonFunctionalMultiTypeDefinition if k == "to" { if tmpMap, ok := v.(map[string]interface{}); ok { tmp, err := deserializeToPlaceIntermediateType(tmpMap) if err != nil { return err } t.to = []*toPlaceIntermediateType{tmp} handled = true } else if tmpSlice, ok := v.([]interface{}); ok { t.to, err = deserializeSliceToPlaceIntermediateType(tmpSlice) if err != nil { return err } handled = true } else { tmp := &toPlaceIntermediateType{} err = tmp.Deserialize(v) if err != nil { return err } t.to = []*toPlaceIntermediateType{tmp} handled = true } } // End generation by generateNonFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateNonFunctionalMultiTypeDefinition if k == "bto" { if tmpMap, ok := v.(map[string]interface{}); ok { tmp, err := deserializeBtoPlaceIntermediateType(tmpMap) if err != nil { return err } t.bto = []*btoPlaceIntermediateType{tmp} handled = true } else if tmpSlice, ok := v.([]interface{}); ok { t.bto, err = deserializeSliceBtoPlaceIntermediateType(tmpSlice) if err != nil { return err } handled = true } else { tmp := &btoPlaceIntermediateType{} err = tmp.Deserialize(v) if err != nil { return err } t.bto = []*btoPlaceIntermediateType{tmp} handled = true } } // End generation by generateNonFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateNonFunctionalMultiTypeDefinition if k == "cc" { if tmpMap, ok := v.(map[string]interface{}); ok { tmp, err := deserializeCcPlaceIntermediateType(tmpMap) if err != nil { return err } t.cc = []*ccPlaceIntermediateType{tmp} handled = true } else if tmpSlice, ok := v.([]interface{}); ok { t.cc, err = deserializeSliceCcPlaceIntermediateType(tmpSlice) if err != nil { return err } handled = true } else { tmp := &ccPlaceIntermediateType{} err = tmp.Deserialize(v) if err != nil { return err } t.cc = []*ccPlaceIntermediateType{tmp} handled = true } } // End generation by generateNonFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateNonFunctionalMultiTypeDefinition if k == "bcc" { if tmpMap, ok := v.(map[string]interface{}); ok { tmp, err := deserializeBccPlaceIntermediateType(tmpMap) if err != nil { return err } t.bcc = []*bccPlaceIntermediateType{tmp} handled = true } else if tmpSlice, ok := v.([]interface{}); ok { t.bcc, err = deserializeSliceBccPlaceIntermediateType(tmpSlice) if err != nil { return err } handled = true } else { tmp := &bccPlaceIntermediateType{} err = tmp.Deserialize(v) if err != nil { return err } t.bcc = []*bccPlaceIntermediateType{tmp} handled = true } } // End generation by generateNonFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateFunctionalMultiTypeDefinition if k == "mediaType" { t.mediaType, err = deserializeMediaTypePlaceIntermediateType(v) if err != nil { return err } handled = true } // End generation by generateFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateFunctionalMultiTypeDefinition if k == "duration" { t.duration, err = deserializeDurationPlaceIntermediateType(v) if err != nil { return err } handled = true } // End generation by generateFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateFunctionalMultiTypeDefinition if k == "source" { t.source, err = deserializeSourcePlaceIntermediateType(v) if err != nil { return err } handled = true } // End generation by generateFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateFunctionalMultiTypeDefinition if k == "inbox" { t.inbox, err = deserializeInboxPlaceIntermediateType(v) if err != nil { return err } handled = true } // End generation by generateFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateFunctionalMultiTypeDefinition if k == "outbox" { t.outbox, err = deserializeOutboxPlaceIntermediateType(v) if err != nil { return err } handled = true } // End generation by generateFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateFunctionalMultiTypeDefinition if k == "following" { t.following, err = deserializeFollowingPlaceIntermediateType(v) if err != nil { return err } handled = true } // End generation by generateFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateFunctionalMultiTypeDefinition if k == "followers" { t.followers, err = deserializeFollowersPlaceIntermediateType(v) if err != nil { return err } handled = true } // End generation by generateFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateFunctionalMultiTypeDefinition if k == "liked" { t.liked, err = deserializeLikedPlaceIntermediateType(v) if err != nil { return err } handled = true } // End generation by generateFunctionalMultiTypeDefinition } if !handled { // Begin generation by generateFunctionalMultiTypeDefinition if k == "likes" { t.likes, err = deserializeLikesPlaceIntermediateType(v) if err != nil { return err } handled = true } // End generation by generateFunctionalMultiTypeDefinition } if !handled { // Begin generation by RangeReference.Deserialize for Value if k == "streams" { if tmpSlice, ok := v.([]interface{}); ok { for _, tmpElem := range tmpSlice { if v, ok := tmpElem.(interface{}); ok { tmp, err := anyURIDeserialize(v) if err != nil { return err } t.streams = append(t.streams, tmp) handled = true } } } else if v, ok := v.(interface{}); ok { tmp, err := anyURIDeserialize(v) if err != nil { return err } t.streams = append(t.streams, tmp) handled = true } } // End generation by RangeReference.Deserialize for Value } if !handled { // Begin generation by generateFunctionalMultiTypeDefinition if k == "preferredUsername" { t.preferredUsername, err = deserializePreferredUsernamePlaceIntermediateType(v) if err != nil { return err } handled = true } // End generation by generateFunctionalMultiTypeDefinition // Begin generation by generateNaturalLanguageMap if k == "preferredUsernameMap" { if vMap, ok := v.(map[string]interface{}); ok { val := make(map[string]string) for k, iVal := range vMap { if sVal, ok := iVal.(string); ok { val[k] = sVal } } t.preferredUsernameMap = val handled = true } } // End generation by generateNaturalLanguageMap } if !handled { // Begin generation by generateFunctionalMultiTypeDefinition if k == "endpoints" { t.endpoints, err = deserializeEndpointsPlaceIntermediateType(v) if err != nil { return err } handled = true } // End generation by generateFunctionalMultiTypeDefinition } if !handled { // Begin generation by RangeReference.Deserialize for Value if k == "proxyUrl" { if v, ok := v.(interface{}); ok { tmp, err := anyURIDeserialize(v) if err != nil { return err } t.proxyUrl = tmp handled = true } } // End generation by RangeReference.Deserialize for Value } if !handled { // Begin generation by RangeReference.Deserialize for Value if k == "oauthAuthorizationEndpoint" { if v, ok := v.(interface{}); ok { tmp, err := anyURIDeserialize(v) if err != nil { return err } t.oauthAuthorizationEndpoint = tmp handled = true } } // End generation by RangeReference.Deserialize for Value } if !handled { // Begin generation by RangeReference.Deserialize for Value if k == "oauthTokenEndpoint" { if v, ok := v.(interface{}); ok { tmp, err := anyURIDeserialize(v) if err != nil { return err } t.oauthTokenEndpoint = tmp handled = true } } // End generation by RangeReference.Deserialize for Value } if !handled { // Begin generation by RangeReference.Deserialize for Value if k == "provideClientKey" { if v, ok := v.(interface{}); ok { tmp, err := anyURIDeserialize(v) if err != nil { return err } t.provideClientKey = tmp handled = true } } // End generation by RangeReference.Deserialize for Value } if !handled { // Begin generation by RangeReference.Deserialize for Value if k == "signClientKey" { if v, ok := v.(interface{}); ok { tmp, err := anyURIDeserialize(v) if err != nil { return err } t.signClientKey = tmp handled = true } } // End generation by RangeReference.Deserialize for Value } if !handled { // Begin generation by RangeReference.Deserialize for Value if k == "sharedInbox" { if v, ok := v.(interface{}); ok { tmp, err := anyURIDeserialize(v) if err != nil { return err } t.sharedInbox = tmp handled = true } } // End generation by RangeReference.Deserialize for Value } if !handled && k != "@context" { if t.unknown_ == nil { t.unknown_ = make(map[string]interface{}) } t.unknown_[k] = unknownValueDeserialize(v) } } return } // accuracyPlaceIntermediateType will only have one of its values set at most type accuracyPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible *float64 type for accuracy property float *float64 // Stores possible *url.URL type for accuracy property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *accuracyPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { err = fmt.Errorf("Given map but nothing to do with it for this type: %v", m) } else if i != nil { if !matched { t.float, err = floatDeserialize(i) if err != nil { t.float = nil } else { matched = true } } if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *accuracyPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.float != nil { i = floatSerialize(*t.float) return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // altitudePlaceIntermediateType will only have one of its values set at most type altitudePlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible *float64 type for altitude property float *float64 // Stores possible *url.URL type for altitude property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *altitudePlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { err = fmt.Errorf("Given map but nothing to do with it for this type: %v", m) } else if i != nil { if !matched { t.float, err = floatDeserialize(i) if err != nil { t.float = nil } else { matched = true } } if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *altitudePlaceIntermediateType) Serialize() (i interface{}, err error) { if t.float != nil { i = floatSerialize(*t.float) return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // latitudePlaceIntermediateType will only have one of its values set at most type latitudePlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible *float64 type for latitude property float *float64 // Stores possible *url.URL type for latitude property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *latitudePlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { err = fmt.Errorf("Given map but nothing to do with it for this type: %v", m) } else if i != nil { if !matched { t.float, err = floatDeserialize(i) if err != nil { t.float = nil } else { matched = true } } if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *latitudePlaceIntermediateType) Serialize() (i interface{}, err error) { if t.float != nil { i = floatSerialize(*t.float) return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // longitudePlaceIntermediateType will only have one of its values set at most type longitudePlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible *float64 type for longitude property float *float64 // Stores possible *url.URL type for longitude property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *longitudePlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { err = fmt.Errorf("Given map but nothing to do with it for this type: %v", m) } else if i != nil { if !matched { t.float, err = floatDeserialize(i) if err != nil { t.float = nil } else { matched = true } } if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *longitudePlaceIntermediateType) Serialize() (i interface{}, err error) { if t.float != nil { i = floatSerialize(*t.float) return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // radiusPlaceIntermediateType will only have one of its values set at most type radiusPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible *float64 type for radius property float *float64 // Stores possible *url.URL type for radius property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *radiusPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { err = fmt.Errorf("Given map but nothing to do with it for this type: %v", m) } else if i != nil { if !matched { t.float, err = floatDeserialize(i) if err != nil { t.float = nil } else { matched = true } } if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *radiusPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.float != nil { i = floatSerialize(*t.float) return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // unitsPlaceIntermediateType will only have one of its values set at most type unitsPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible *string type for units property unitsValue *string // Stores possible *url.URL type for units property anyURI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *unitsPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { err = fmt.Errorf("Given map but nothing to do with it for this type: %v", m) } else if i != nil { if !matched { t.unitsValue, err = unitsValueDeserialize(i) if err != nil { t.unitsValue = nil } else { matched = true } } if !matched { t.anyURI, err = anyURIDeserialize(i) if err != nil { t.anyURI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *unitsPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.unitsValue != nil { i = unitsValueSerialize(*t.unitsValue) return } if t.anyURI != nil { i = anyURISerialize(t.anyURI) return } i = unknownValueSerialize(t.unknown_) return } // attachmentPlaceIntermediateType will only have one of its values set at most type attachmentPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible ObjectType type for attachment property Object ObjectType // Stores possible LinkType type for attachment property Link LinkType // Stores possible *url.URL type for attachment property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *attachmentPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { if tv, ok := m["type"]; ok { var types []string if tvs, ok := tv.([]interface{}); ok { for _, tvi := range tvs { if typeString, ok := tvi.(string); ok { types = append(types, typeString) } } } else if typeString, ok := tv.(string); ok { types = append(types, typeString) } if !matched { for _, kind := range types { if t.Object, ok = resolveObject(kind).(ObjectType); t.Object != nil && ok { err = t.Object.Deserialize(m) matched = true break } } } if !matched { for _, kind := range types { if t.Link, ok = resolveLink(kind).(LinkType); t.Link != nil && ok { err = t.Link.Deserialize(m) matched = true break } } } } else { t.unknown_ = m } } else if i != nil { if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *attachmentPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.Object != nil { i, err = t.Object.Serialize() return } if t.Link != nil { i, err = t.Link.Serialize() return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // attributedToPlaceIntermediateType will only have one of its values set at most type attributedToPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible ObjectType type for attributedTo property Object ObjectType // Stores possible LinkType type for attributedTo property Link LinkType // Stores possible *url.URL type for attributedTo property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *attributedToPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { if tv, ok := m["type"]; ok { var types []string if tvs, ok := tv.([]interface{}); ok { for _, tvi := range tvs { if typeString, ok := tvi.(string); ok { types = append(types, typeString) } } } else if typeString, ok := tv.(string); ok { types = append(types, typeString) } if !matched { for _, kind := range types { if t.Object, ok = resolveObject(kind).(ObjectType); t.Object != nil && ok { err = t.Object.Deserialize(m) matched = true break } } } if !matched { for _, kind := range types { if t.Link, ok = resolveLink(kind).(LinkType); t.Link != nil && ok { err = t.Link.Deserialize(m) matched = true break } } } } else { t.unknown_ = m } } else if i != nil { if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *attributedToPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.Object != nil { i, err = t.Object.Serialize() return } if t.Link != nil { i, err = t.Link.Serialize() return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // audiencePlaceIntermediateType will only have one of its values set at most type audiencePlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible ObjectType type for audience property Object ObjectType // Stores possible LinkType type for audience property Link LinkType // Stores possible *url.URL type for audience property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *audiencePlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { if tv, ok := m["type"]; ok { var types []string if tvs, ok := tv.([]interface{}); ok { for _, tvi := range tvs { if typeString, ok := tvi.(string); ok { types = append(types, typeString) } } } else if typeString, ok := tv.(string); ok { types = append(types, typeString) } if !matched { for _, kind := range types { if t.Object, ok = resolveObject(kind).(ObjectType); t.Object != nil && ok { err = t.Object.Deserialize(m) matched = true break } } } if !matched { for _, kind := range types { if t.Link, ok = resolveLink(kind).(LinkType); t.Link != nil && ok { err = t.Link.Deserialize(m) matched = true break } } } } else { t.unknown_ = m } } else if i != nil { if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *audiencePlaceIntermediateType) Serialize() (i interface{}, err error) { if t.Object != nil { i, err = t.Object.Serialize() return } if t.Link != nil { i, err = t.Link.Serialize() return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // contentPlaceIntermediateType will only have one of its values set at most type contentPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible *string type for content property stringName *string // Stores possible *string type for content property langString *string // Stores possible *url.URL type for content property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *contentPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { err = fmt.Errorf("Given map but nothing to do with it for this type: %v", m) } else if i != nil { if !matched { t.stringName, err = stringDeserialize(i) if err != nil { t.stringName = nil } else { matched = true } } if !matched { t.langString, err = langStringDeserialize(i) if err != nil { t.langString = nil } else { matched = true } } if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *contentPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.stringName != nil { i = stringSerialize(*t.stringName) return } if t.langString != nil { i = langStringSerialize(*t.langString) return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // contextPlaceIntermediateType will only have one of its values set at most type contextPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible ObjectType type for context property Object ObjectType // Stores possible LinkType type for context property Link LinkType // Stores possible *url.URL type for context property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *contextPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { if tv, ok := m["type"]; ok { var types []string if tvs, ok := tv.([]interface{}); ok { for _, tvi := range tvs { if typeString, ok := tvi.(string); ok { types = append(types, typeString) } } } else if typeString, ok := tv.(string); ok { types = append(types, typeString) } if !matched { for _, kind := range types { if t.Object, ok = resolveObject(kind).(ObjectType); t.Object != nil && ok { err = t.Object.Deserialize(m) matched = true break } } } if !matched { for _, kind := range types { if t.Link, ok = resolveLink(kind).(LinkType); t.Link != nil && ok { err = t.Link.Deserialize(m) matched = true break } } } } else { t.unknown_ = m } } else if i != nil { if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *contextPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.Object != nil { i, err = t.Object.Serialize() return } if t.Link != nil { i, err = t.Link.Serialize() return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // namePlaceIntermediateType will only have one of its values set at most type namePlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible *string type for name property stringName *string // Stores possible *string type for name property langString *string // Stores possible *url.URL type for name property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *namePlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { err = fmt.Errorf("Given map but nothing to do with it for this type: %v", m) } else if i != nil { if !matched { t.stringName, err = stringDeserialize(i) if err != nil { t.stringName = nil } else { matched = true } } if !matched { t.langString, err = langStringDeserialize(i) if err != nil { t.langString = nil } else { matched = true } } if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *namePlaceIntermediateType) Serialize() (i interface{}, err error) { if t.stringName != nil { i = stringSerialize(*t.stringName) return } if t.langString != nil { i = langStringSerialize(*t.langString) return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // endTimePlaceIntermediateType will only have one of its values set at most type endTimePlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible *time.Time type for endTime property dateTime *time.Time // Stores possible *url.URL type for endTime property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *endTimePlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { err = fmt.Errorf("Given map but nothing to do with it for this type: %v", m) } else if i != nil { if !matched { t.dateTime, err = dateTimeDeserialize(i) if err != nil { t.dateTime = nil } else { matched = true } } if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *endTimePlaceIntermediateType) Serialize() (i interface{}, err error) { if t.dateTime != nil { i = dateTimeSerialize(*t.dateTime) return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // generatorPlaceIntermediateType will only have one of its values set at most type generatorPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible ObjectType type for generator property Object ObjectType // Stores possible LinkType type for generator property Link LinkType // Stores possible *url.URL type for generator property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *generatorPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { if tv, ok := m["type"]; ok { var types []string if tvs, ok := tv.([]interface{}); ok { for _, tvi := range tvs { if typeString, ok := tvi.(string); ok { types = append(types, typeString) } } } else if typeString, ok := tv.(string); ok { types = append(types, typeString) } if !matched { for _, kind := range types { if t.Object, ok = resolveObject(kind).(ObjectType); t.Object != nil && ok { err = t.Object.Deserialize(m) matched = true break } } } if !matched { for _, kind := range types { if t.Link, ok = resolveLink(kind).(LinkType); t.Link != nil && ok { err = t.Link.Deserialize(m) matched = true break } } } } else { t.unknown_ = m } } else if i != nil { if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *generatorPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.Object != nil { i, err = t.Object.Serialize() return } if t.Link != nil { i, err = t.Link.Serialize() return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // iconPlaceIntermediateType will only have one of its values set at most type iconPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible ImageType type for icon property Image ImageType // Stores possible LinkType type for icon property Link LinkType // Stores possible *url.URL type for icon property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *iconPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { if tv, ok := m["type"]; ok { var types []string if tvs, ok := tv.([]interface{}); ok { for _, tvi := range tvs { if typeString, ok := tvi.(string); ok { types = append(types, typeString) } } } else if typeString, ok := tv.(string); ok { types = append(types, typeString) } if !matched { for _, kind := range types { if t.Image, ok = resolveObject(kind).(ImageType); t.Image != nil && ok { err = t.Image.Deserialize(m) matched = true break } } } if !matched { for _, kind := range types { if t.Link, ok = resolveLink(kind).(LinkType); t.Link != nil && ok { err = t.Link.Deserialize(m) matched = true break } } } } else { t.unknown_ = m } } else if i != nil { if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *iconPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.Image != nil { i, err = t.Image.Serialize() return } if t.Link != nil { i, err = t.Link.Serialize() return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // imagePlaceIntermediateType will only have one of its values set at most type imagePlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible ImageType type for image property Image ImageType // Stores possible LinkType type for image property Link LinkType // Stores possible *url.URL type for image property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *imagePlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { if tv, ok := m["type"]; ok { var types []string if tvs, ok := tv.([]interface{}); ok { for _, tvi := range tvs { if typeString, ok := tvi.(string); ok { types = append(types, typeString) } } } else if typeString, ok := tv.(string); ok { types = append(types, typeString) } if !matched { for _, kind := range types { if t.Image, ok = resolveObject(kind).(ImageType); t.Image != nil && ok { err = t.Image.Deserialize(m) matched = true break } } } if !matched { for _, kind := range types { if t.Link, ok = resolveLink(kind).(LinkType); t.Link != nil && ok { err = t.Link.Deserialize(m) matched = true break } } } } else { t.unknown_ = m } } else if i != nil { if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *imagePlaceIntermediateType) Serialize() (i interface{}, err error) { if t.Image != nil { i, err = t.Image.Serialize() return } if t.Link != nil { i, err = t.Link.Serialize() return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // inReplyToPlaceIntermediateType will only have one of its values set at most type inReplyToPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible ObjectType type for inReplyTo property Object ObjectType // Stores possible LinkType type for inReplyTo property Link LinkType // Stores possible *url.URL type for inReplyTo property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *inReplyToPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { if tv, ok := m["type"]; ok { var types []string if tvs, ok := tv.([]interface{}); ok { for _, tvi := range tvs { if typeString, ok := tvi.(string); ok { types = append(types, typeString) } } } else if typeString, ok := tv.(string); ok { types = append(types, typeString) } if !matched { for _, kind := range types { if t.Object, ok = resolveObject(kind).(ObjectType); t.Object != nil && ok { err = t.Object.Deserialize(m) matched = true break } } } if !matched { for _, kind := range types { if t.Link, ok = resolveLink(kind).(LinkType); t.Link != nil && ok { err = t.Link.Deserialize(m) matched = true break } } } } else { t.unknown_ = m } } else if i != nil { if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *inReplyToPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.Object != nil { i, err = t.Object.Serialize() return } if t.Link != nil { i, err = t.Link.Serialize() return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // locationPlaceIntermediateType will only have one of its values set at most type locationPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible ObjectType type for location property Object ObjectType // Stores possible LinkType type for location property Link LinkType // Stores possible *url.URL type for location property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *locationPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { if tv, ok := m["type"]; ok { var types []string if tvs, ok := tv.([]interface{}); ok { for _, tvi := range tvs { if typeString, ok := tvi.(string); ok { types = append(types, typeString) } } } else if typeString, ok := tv.(string); ok { types = append(types, typeString) } if !matched { for _, kind := range types { if t.Object, ok = resolveObject(kind).(ObjectType); t.Object != nil && ok { err = t.Object.Deserialize(m) matched = true break } } } if !matched { for _, kind := range types { if t.Link, ok = resolveLink(kind).(LinkType); t.Link != nil && ok { err = t.Link.Deserialize(m) matched = true break } } } } else { t.unknown_ = m } } else if i != nil { if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *locationPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.Object != nil { i, err = t.Object.Serialize() return } if t.Link != nil { i, err = t.Link.Serialize() return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // previewPlaceIntermediateType will only have one of its values set at most type previewPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible ObjectType type for preview property Object ObjectType // Stores possible LinkType type for preview property Link LinkType // Stores possible *url.URL type for preview property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *previewPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { if tv, ok := m["type"]; ok { var types []string if tvs, ok := tv.([]interface{}); ok { for _, tvi := range tvs { if typeString, ok := tvi.(string); ok { types = append(types, typeString) } } } else if typeString, ok := tv.(string); ok { types = append(types, typeString) } if !matched { for _, kind := range types { if t.Object, ok = resolveObject(kind).(ObjectType); t.Object != nil && ok { err = t.Object.Deserialize(m) matched = true break } } } if !matched { for _, kind := range types { if t.Link, ok = resolveLink(kind).(LinkType); t.Link != nil && ok { err = t.Link.Deserialize(m) matched = true break } } } } else { t.unknown_ = m } } else if i != nil { if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *previewPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.Object != nil { i, err = t.Object.Serialize() return } if t.Link != nil { i, err = t.Link.Serialize() return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // publishedPlaceIntermediateType will only have one of its values set at most type publishedPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible *time.Time type for published property dateTime *time.Time // Stores possible *url.URL type for published property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *publishedPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { err = fmt.Errorf("Given map but nothing to do with it for this type: %v", m) } else if i != nil { if !matched { t.dateTime, err = dateTimeDeserialize(i) if err != nil { t.dateTime = nil } else { matched = true } } if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *publishedPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.dateTime != nil { i = dateTimeSerialize(*t.dateTime) return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // repliesPlaceIntermediateType will only have one of its values set at most type repliesPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible CollectionType type for replies property Collection CollectionType // Stores possible *url.URL type for replies property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *repliesPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { if tv, ok := m["type"]; ok { var types []string if tvs, ok := tv.([]interface{}); ok { for _, tvi := range tvs { if typeString, ok := tvi.(string); ok { types = append(types, typeString) } } } else if typeString, ok := tv.(string); ok { types = append(types, typeString) } if !matched { for _, kind := range types { if t.Collection, ok = resolveObject(kind).(CollectionType); t.Collection != nil && ok { err = t.Collection.Deserialize(m) matched = true break } } } } else { t.unknown_ = m } } else if i != nil { if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *repliesPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.Collection != nil { i, err = t.Collection.Serialize() return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // startTimePlaceIntermediateType will only have one of its values set at most type startTimePlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible *time.Time type for startTime property dateTime *time.Time // Stores possible *url.URL type for startTime property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *startTimePlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { err = fmt.Errorf("Given map but nothing to do with it for this type: %v", m) } else if i != nil { if !matched { t.dateTime, err = dateTimeDeserialize(i) if err != nil { t.dateTime = nil } else { matched = true } } if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *startTimePlaceIntermediateType) Serialize() (i interface{}, err error) { if t.dateTime != nil { i = dateTimeSerialize(*t.dateTime) return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // summaryPlaceIntermediateType will only have one of its values set at most type summaryPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible *string type for summary property stringName *string // Stores possible *string type for summary property langString *string // Stores possible *url.URL type for summary property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *summaryPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { err = fmt.Errorf("Given map but nothing to do with it for this type: %v", m) } else if i != nil { if !matched { t.stringName, err = stringDeserialize(i) if err != nil { t.stringName = nil } else { matched = true } } if !matched { t.langString, err = langStringDeserialize(i) if err != nil { t.langString = nil } else { matched = true } } if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *summaryPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.stringName != nil { i = stringSerialize(*t.stringName) return } if t.langString != nil { i = langStringSerialize(*t.langString) return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // tagPlaceIntermediateType will only have one of its values set at most type tagPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible ObjectType type for tag property Object ObjectType // Stores possible LinkType type for tag property Link LinkType // Stores possible *url.URL type for tag property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *tagPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { if tv, ok := m["type"]; ok { var types []string if tvs, ok := tv.([]interface{}); ok { for _, tvi := range tvs { if typeString, ok := tvi.(string); ok { types = append(types, typeString) } } } else if typeString, ok := tv.(string); ok { types = append(types, typeString) } if !matched { for _, kind := range types { if t.Object, ok = resolveObject(kind).(ObjectType); t.Object != nil && ok { err = t.Object.Deserialize(m) matched = true break } } } if !matched { for _, kind := range types { if t.Link, ok = resolveLink(kind).(LinkType); t.Link != nil && ok { err = t.Link.Deserialize(m) matched = true break } } } } else { t.unknown_ = m } } else if i != nil { if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *tagPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.Object != nil { i, err = t.Object.Serialize() return } if t.Link != nil { i, err = t.Link.Serialize() return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // updatedPlaceIntermediateType will only have one of its values set at most type updatedPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible *time.Time type for updated property dateTime *time.Time // Stores possible *url.URL type for updated property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *updatedPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { err = fmt.Errorf("Given map but nothing to do with it for this type: %v", m) } else if i != nil { if !matched { t.dateTime, err = dateTimeDeserialize(i) if err != nil { t.dateTime = nil } else { matched = true } } if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *updatedPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.dateTime != nil { i = dateTimeSerialize(*t.dateTime) return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // urlPlaceIntermediateType will only have one of its values set at most type urlPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible *url.URL type for url property anyURI *url.URL // Stores possible LinkType type for url property Link LinkType } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *urlPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { if tv, ok := m["type"]; ok { var types []string if tvs, ok := tv.([]interface{}); ok { for _, tvi := range tvs { if typeString, ok := tvi.(string); ok { types = append(types, typeString) } } } else if typeString, ok := tv.(string); ok { types = append(types, typeString) } if !matched { for _, kind := range types { if t.Link, ok = resolveLink(kind).(LinkType); t.Link != nil && ok { err = t.Link.Deserialize(m) matched = true break } } } } else { t.unknown_ = m } } else if i != nil { if !matched { t.anyURI, err = anyURIDeserialize(i) if err != nil { t.anyURI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *urlPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.anyURI != nil { i = anyURISerialize(t.anyURI) return } if t.Link != nil { i, err = t.Link.Serialize() return } i = unknownValueSerialize(t.unknown_) return } // toPlaceIntermediateType will only have one of its values set at most type toPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible ObjectType type for to property Object ObjectType // Stores possible LinkType type for to property Link LinkType // Stores possible *url.URL type for to property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *toPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { if tv, ok := m["type"]; ok { var types []string if tvs, ok := tv.([]interface{}); ok { for _, tvi := range tvs { if typeString, ok := tvi.(string); ok { types = append(types, typeString) } } } else if typeString, ok := tv.(string); ok { types = append(types, typeString) } if !matched { for _, kind := range types { if t.Object, ok = resolveObject(kind).(ObjectType); t.Object != nil && ok { err = t.Object.Deserialize(m) matched = true break } } } if !matched { for _, kind := range types { if t.Link, ok = resolveLink(kind).(LinkType); t.Link != nil && ok { err = t.Link.Deserialize(m) matched = true break } } } } else { t.unknown_ = m } } else if i != nil { if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *toPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.Object != nil { i, err = t.Object.Serialize() return } if t.Link != nil { i, err = t.Link.Serialize() return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // btoPlaceIntermediateType will only have one of its values set at most type btoPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible ObjectType type for bto property Object ObjectType // Stores possible LinkType type for bto property Link LinkType // Stores possible *url.URL type for bto property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *btoPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { if tv, ok := m["type"]; ok { var types []string if tvs, ok := tv.([]interface{}); ok { for _, tvi := range tvs { if typeString, ok := tvi.(string); ok { types = append(types, typeString) } } } else if typeString, ok := tv.(string); ok { types = append(types, typeString) } if !matched { for _, kind := range types { if t.Object, ok = resolveObject(kind).(ObjectType); t.Object != nil && ok { err = t.Object.Deserialize(m) matched = true break } } } if !matched { for _, kind := range types { if t.Link, ok = resolveLink(kind).(LinkType); t.Link != nil && ok { err = t.Link.Deserialize(m) matched = true break } } } } else { t.unknown_ = m } } else if i != nil { if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *btoPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.Object != nil { i, err = t.Object.Serialize() return } if t.Link != nil { i, err = t.Link.Serialize() return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // ccPlaceIntermediateType will only have one of its values set at most type ccPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible ObjectType type for cc property Object ObjectType // Stores possible LinkType type for cc property Link LinkType // Stores possible *url.URL type for cc property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *ccPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { if tv, ok := m["type"]; ok { var types []string if tvs, ok := tv.([]interface{}); ok { for _, tvi := range tvs { if typeString, ok := tvi.(string); ok { types = append(types, typeString) } } } else if typeString, ok := tv.(string); ok { types = append(types, typeString) } if !matched { for _, kind := range types { if t.Object, ok = resolveObject(kind).(ObjectType); t.Object != nil && ok { err = t.Object.Deserialize(m) matched = true break } } } if !matched { for _, kind := range types { if t.Link, ok = resolveLink(kind).(LinkType); t.Link != nil && ok { err = t.Link.Deserialize(m) matched = true break } } } } else { t.unknown_ = m } } else if i != nil { if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *ccPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.Object != nil { i, err = t.Object.Serialize() return } if t.Link != nil { i, err = t.Link.Serialize() return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // bccPlaceIntermediateType will only have one of its values set at most type bccPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible ObjectType type for bcc property Object ObjectType // Stores possible LinkType type for bcc property Link LinkType // Stores possible *url.URL type for bcc property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *bccPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { if tv, ok := m["type"]; ok { var types []string if tvs, ok := tv.([]interface{}); ok { for _, tvi := range tvs { if typeString, ok := tvi.(string); ok { types = append(types, typeString) } } } else if typeString, ok := tv.(string); ok { types = append(types, typeString) } if !matched { for _, kind := range types { if t.Object, ok = resolveObject(kind).(ObjectType); t.Object != nil && ok { err = t.Object.Deserialize(m) matched = true break } } } if !matched { for _, kind := range types { if t.Link, ok = resolveLink(kind).(LinkType); t.Link != nil && ok { err = t.Link.Deserialize(m) matched = true break } } } } else { t.unknown_ = m } } else if i != nil { if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *bccPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.Object != nil { i, err = t.Object.Serialize() return } if t.Link != nil { i, err = t.Link.Serialize() return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // mediaTypePlaceIntermediateType will only have one of its values set at most type mediaTypePlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible *string type for mediaType property mimeMediaTypeValue *string // Stores possible *url.URL type for mediaType property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *mediaTypePlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { err = fmt.Errorf("Given map but nothing to do with it for this type: %v", m) } else if i != nil { if !matched { t.mimeMediaTypeValue, err = mimeMediaTypeValueDeserialize(i) if err != nil { t.mimeMediaTypeValue = nil } else { matched = true } } if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *mediaTypePlaceIntermediateType) Serialize() (i interface{}, err error) { if t.mimeMediaTypeValue != nil { i = mimeMediaTypeValueSerialize(*t.mimeMediaTypeValue) return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // durationPlaceIntermediateType will only have one of its values set at most type durationPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible *time.Duration type for duration property duration *time.Duration // Stores possible *url.URL type for duration property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *durationPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { err = fmt.Errorf("Given map but nothing to do with it for this type: %v", m) } else if i != nil { if !matched { t.duration, err = durationDeserialize(i) if err != nil { t.duration = nil } else { matched = true } } if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *durationPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.duration != nil { i = durationSerialize(*t.duration) return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // sourcePlaceIntermediateType will only have one of its values set at most type sourcePlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible ObjectType type for source property Object ObjectType // Stores possible *url.URL type for source property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *sourcePlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { if tv, ok := m["type"]; ok { var types []string if tvs, ok := tv.([]interface{}); ok { for _, tvi := range tvs { if typeString, ok := tvi.(string); ok { types = append(types, typeString) } } } else if typeString, ok := tv.(string); ok { types = append(types, typeString) } if !matched { for _, kind := range types { if t.Object, ok = resolveObject(kind).(ObjectType); t.Object != nil && ok { err = t.Object.Deserialize(m) matched = true break } } } } else { t.unknown_ = m } } else if i != nil { if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *sourcePlaceIntermediateType) Serialize() (i interface{}, err error) { if t.Object != nil { i, err = t.Object.Serialize() return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // inboxPlaceIntermediateType will only have one of its values set at most type inboxPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible OrderedCollectionType type for inbox property OrderedCollection OrderedCollectionType // Stores possible *url.URL type for inbox property anyURI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *inboxPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { if tv, ok := m["type"]; ok { var types []string if tvs, ok := tv.([]interface{}); ok { for _, tvi := range tvs { if typeString, ok := tvi.(string); ok { types = append(types, typeString) } } } else if typeString, ok := tv.(string); ok { types = append(types, typeString) } if !matched { for _, kind := range types { if t.OrderedCollection, ok = resolveObject(kind).(OrderedCollectionType); t.OrderedCollection != nil && ok { err = t.OrderedCollection.Deserialize(m) matched = true break } } } } else { t.unknown_ = m } } else if i != nil { if !matched { t.anyURI, err = anyURIDeserialize(i) if err != nil { t.anyURI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *inboxPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.OrderedCollection != nil { i, err = t.OrderedCollection.Serialize() return } if t.anyURI != nil { i = anyURISerialize(t.anyURI) return } i = unknownValueSerialize(t.unknown_) return } // outboxPlaceIntermediateType will only have one of its values set at most type outboxPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible OrderedCollectionType type for outbox property OrderedCollection OrderedCollectionType // Stores possible *url.URL type for outbox property anyURI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *outboxPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { if tv, ok := m["type"]; ok { var types []string if tvs, ok := tv.([]interface{}); ok { for _, tvi := range tvs { if typeString, ok := tvi.(string); ok { types = append(types, typeString) } } } else if typeString, ok := tv.(string); ok { types = append(types, typeString) } if !matched { for _, kind := range types { if t.OrderedCollection, ok = resolveObject(kind).(OrderedCollectionType); t.OrderedCollection != nil && ok { err = t.OrderedCollection.Deserialize(m) matched = true break } } } } else { t.unknown_ = m } } else if i != nil { if !matched { t.anyURI, err = anyURIDeserialize(i) if err != nil { t.anyURI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *outboxPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.OrderedCollection != nil { i, err = t.OrderedCollection.Serialize() return } if t.anyURI != nil { i = anyURISerialize(t.anyURI) return } i = unknownValueSerialize(t.unknown_) return } // followingPlaceIntermediateType will only have one of its values set at most type followingPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible CollectionType type for following property Collection CollectionType // Stores possible OrderedCollectionType type for following property OrderedCollection OrderedCollectionType // Stores possible *url.URL type for following property anyURI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *followingPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { if tv, ok := m["type"]; ok { var types []string if tvs, ok := tv.([]interface{}); ok { for _, tvi := range tvs { if typeString, ok := tvi.(string); ok { types = append(types, typeString) } } } else if typeString, ok := tv.(string); ok { types = append(types, typeString) } if !matched { for _, kind := range types { if t.Collection, ok = resolveObject(kind).(CollectionType); t.Collection != nil && ok { err = t.Collection.Deserialize(m) matched = true break } } } if !matched { for _, kind := range types { if t.OrderedCollection, ok = resolveObject(kind).(OrderedCollectionType); t.OrderedCollection != nil && ok { err = t.OrderedCollection.Deserialize(m) matched = true break } } } } else { t.unknown_ = m } } else if i != nil { if !matched { t.anyURI, err = anyURIDeserialize(i) if err != nil { t.anyURI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *followingPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.Collection != nil { i, err = t.Collection.Serialize() return } if t.OrderedCollection != nil { i, err = t.OrderedCollection.Serialize() return } if t.anyURI != nil { i = anyURISerialize(t.anyURI) return } i = unknownValueSerialize(t.unknown_) return } // followersPlaceIntermediateType will only have one of its values set at most type followersPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible CollectionType type for followers property Collection CollectionType // Stores possible OrderedCollectionType type for followers property OrderedCollection OrderedCollectionType // Stores possible *url.URL type for followers property anyURI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *followersPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { if tv, ok := m["type"]; ok { var types []string if tvs, ok := tv.([]interface{}); ok { for _, tvi := range tvs { if typeString, ok := tvi.(string); ok { types = append(types, typeString) } } } else if typeString, ok := tv.(string); ok { types = append(types, typeString) } if !matched { for _, kind := range types { if t.Collection, ok = resolveObject(kind).(CollectionType); t.Collection != nil && ok { err = t.Collection.Deserialize(m) matched = true break } } } if !matched { for _, kind := range types { if t.OrderedCollection, ok = resolveObject(kind).(OrderedCollectionType); t.OrderedCollection != nil && ok { err = t.OrderedCollection.Deserialize(m) matched = true break } } } } else { t.unknown_ = m } } else if i != nil { if !matched { t.anyURI, err = anyURIDeserialize(i) if err != nil { t.anyURI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *followersPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.Collection != nil { i, err = t.Collection.Serialize() return } if t.OrderedCollection != nil { i, err = t.OrderedCollection.Serialize() return } if t.anyURI != nil { i = anyURISerialize(t.anyURI) return } i = unknownValueSerialize(t.unknown_) return } // likedPlaceIntermediateType will only have one of its values set at most type likedPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible CollectionType type for liked property Collection CollectionType // Stores possible OrderedCollectionType type for liked property OrderedCollection OrderedCollectionType // Stores possible *url.URL type for liked property anyURI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *likedPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { if tv, ok := m["type"]; ok { var types []string if tvs, ok := tv.([]interface{}); ok { for _, tvi := range tvs { if typeString, ok := tvi.(string); ok { types = append(types, typeString) } } } else if typeString, ok := tv.(string); ok { types = append(types, typeString) } if !matched { for _, kind := range types { if t.Collection, ok = resolveObject(kind).(CollectionType); t.Collection != nil && ok { err = t.Collection.Deserialize(m) matched = true break } } } if !matched { for _, kind := range types { if t.OrderedCollection, ok = resolveObject(kind).(OrderedCollectionType); t.OrderedCollection != nil && ok { err = t.OrderedCollection.Deserialize(m) matched = true break } } } } else { t.unknown_ = m } } else if i != nil { if !matched { t.anyURI, err = anyURIDeserialize(i) if err != nil { t.anyURI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *likedPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.Collection != nil { i, err = t.Collection.Serialize() return } if t.OrderedCollection != nil { i, err = t.OrderedCollection.Serialize() return } if t.anyURI != nil { i = anyURISerialize(t.anyURI) return } i = unknownValueSerialize(t.unknown_) return } // likesPlaceIntermediateType will only have one of its values set at most type likesPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible CollectionType type for likes property Collection CollectionType // Stores possible OrderedCollectionType type for likes property OrderedCollection OrderedCollectionType // Stores possible *url.URL type for likes property anyURI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *likesPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { if tv, ok := m["type"]; ok { var types []string if tvs, ok := tv.([]interface{}); ok { for _, tvi := range tvs { if typeString, ok := tvi.(string); ok { types = append(types, typeString) } } } else if typeString, ok := tv.(string); ok { types = append(types, typeString) } if !matched { for _, kind := range types { if t.Collection, ok = resolveObject(kind).(CollectionType); t.Collection != nil && ok { err = t.Collection.Deserialize(m) matched = true break } } } if !matched { for _, kind := range types { if t.OrderedCollection, ok = resolveObject(kind).(OrderedCollectionType); t.OrderedCollection != nil && ok { err = t.OrderedCollection.Deserialize(m) matched = true break } } } } else { t.unknown_ = m } } else if i != nil { if !matched { t.anyURI, err = anyURIDeserialize(i) if err != nil { t.anyURI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *likesPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.Collection != nil { i, err = t.Collection.Serialize() return } if t.OrderedCollection != nil { i, err = t.OrderedCollection.Serialize() return } if t.anyURI != nil { i = anyURISerialize(t.anyURI) return } i = unknownValueSerialize(t.unknown_) return } // preferredUsernamePlaceIntermediateType will only have one of its values set at most type preferredUsernamePlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible *string type for preferredUsername property stringName *string // Stores possible *url.URL type for preferredUsername property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *preferredUsernamePlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { err = fmt.Errorf("Given map but nothing to do with it for this type: %v", m) } else if i != nil { if !matched { t.stringName, err = stringDeserialize(i) if err != nil { t.stringName = nil } else { matched = true } } if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *preferredUsernamePlaceIntermediateType) Serialize() (i interface{}, err error) { if t.stringName != nil { i = stringSerialize(*t.stringName) return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // endpointsPlaceIntermediateType will only have one of its values set at most type endpointsPlaceIntermediateType struct { // An unknown value. unknown_ interface{} // Stores possible ObjectType type for endpoints property Object ObjectType // Stores possible *url.URL type for endpoints property IRI *url.URL } // Deserialize takes an interface{} and attempts to create a valid intermediate type. func (t *endpointsPlaceIntermediateType) Deserialize(i interface{}) (err error) { matched := false if m, ok := i.(map[string]interface{}); ok { if tv, ok := m["type"]; ok { var types []string if tvs, ok := tv.([]interface{}); ok { for _, tvi := range tvs { if typeString, ok := tvi.(string); ok { types = append(types, typeString) } } } else if typeString, ok := tv.(string); ok { types = append(types, typeString) } if !matched { for _, kind := range types { if t.Object, ok = resolveObject(kind).(ObjectType); t.Object != nil && ok { err = t.Object.Deserialize(m) matched = true break } } } } else { t.unknown_ = m } } else if i != nil { if !matched { t.IRI, err = IRIDeserialize(i) if err != nil { t.IRI = nil } else { matched = true } } } if !matched { t.unknown_ = unknownValueDeserialize(i) } return } // Serialize turns this object into an interface{}. func (t *endpointsPlaceIntermediateType) Serialize() (i interface{}, err error) { if t.Object != nil { i, err = t.Object.Serialize() return } if t.IRI != nil { i = IRISerialize(t.IRI) return } i = unknownValueSerialize(t.unknown_) return } // deserializeaccuracyPlaceIntermediateType will accept a map to create a accuracyPlaceIntermediateType func deserializeAccuracyPlaceIntermediateType(in interface{}) (t *accuracyPlaceIntermediateType, err error) { tmp := &accuracyPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice accuracyPlaceIntermediateType will accept a slice to create a slice of accuracyPlaceIntermediateType func deserializeSliceAccuracyPlaceIntermediateType(in []interface{}) (t []*accuracyPlaceIntermediateType, err error) { for _, i := range in { tmp := &accuracyPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializeaccuracyPlaceIntermediateType will accept a accuracyPlaceIntermediateType to create a map func serializeAccuracyPlaceIntermediateType(t *accuracyPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSliceaccuracyPlaceIntermediateType will accept a slice of accuracyPlaceIntermediateType to create a slice result func serializeSliceAccuracyPlaceIntermediateType(s []*accuracyPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializealtitudePlaceIntermediateType will accept a map to create a altitudePlaceIntermediateType func deserializeAltitudePlaceIntermediateType(in interface{}) (t *altitudePlaceIntermediateType, err error) { tmp := &altitudePlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice altitudePlaceIntermediateType will accept a slice to create a slice of altitudePlaceIntermediateType func deserializeSliceAltitudePlaceIntermediateType(in []interface{}) (t []*altitudePlaceIntermediateType, err error) { for _, i := range in { tmp := &altitudePlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializealtitudePlaceIntermediateType will accept a altitudePlaceIntermediateType to create a map func serializeAltitudePlaceIntermediateType(t *altitudePlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSlicealtitudePlaceIntermediateType will accept a slice of altitudePlaceIntermediateType to create a slice result func serializeSliceAltitudePlaceIntermediateType(s []*altitudePlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializelatitudePlaceIntermediateType will accept a map to create a latitudePlaceIntermediateType func deserializeLatitudePlaceIntermediateType(in interface{}) (t *latitudePlaceIntermediateType, err error) { tmp := &latitudePlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice latitudePlaceIntermediateType will accept a slice to create a slice of latitudePlaceIntermediateType func deserializeSliceLatitudePlaceIntermediateType(in []interface{}) (t []*latitudePlaceIntermediateType, err error) { for _, i := range in { tmp := &latitudePlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializelatitudePlaceIntermediateType will accept a latitudePlaceIntermediateType to create a map func serializeLatitudePlaceIntermediateType(t *latitudePlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSlicelatitudePlaceIntermediateType will accept a slice of latitudePlaceIntermediateType to create a slice result func serializeSliceLatitudePlaceIntermediateType(s []*latitudePlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializelongitudePlaceIntermediateType will accept a map to create a longitudePlaceIntermediateType func deserializeLongitudePlaceIntermediateType(in interface{}) (t *longitudePlaceIntermediateType, err error) { tmp := &longitudePlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice longitudePlaceIntermediateType will accept a slice to create a slice of longitudePlaceIntermediateType func deserializeSliceLongitudePlaceIntermediateType(in []interface{}) (t []*longitudePlaceIntermediateType, err error) { for _, i := range in { tmp := &longitudePlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializelongitudePlaceIntermediateType will accept a longitudePlaceIntermediateType to create a map func serializeLongitudePlaceIntermediateType(t *longitudePlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSlicelongitudePlaceIntermediateType will accept a slice of longitudePlaceIntermediateType to create a slice result func serializeSliceLongitudePlaceIntermediateType(s []*longitudePlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializeradiusPlaceIntermediateType will accept a map to create a radiusPlaceIntermediateType func deserializeRadiusPlaceIntermediateType(in interface{}) (t *radiusPlaceIntermediateType, err error) { tmp := &radiusPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice radiusPlaceIntermediateType will accept a slice to create a slice of radiusPlaceIntermediateType func deserializeSliceRadiusPlaceIntermediateType(in []interface{}) (t []*radiusPlaceIntermediateType, err error) { for _, i := range in { tmp := &radiusPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializeradiusPlaceIntermediateType will accept a radiusPlaceIntermediateType to create a map func serializeRadiusPlaceIntermediateType(t *radiusPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSliceradiusPlaceIntermediateType will accept a slice of radiusPlaceIntermediateType to create a slice result func serializeSliceRadiusPlaceIntermediateType(s []*radiusPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializeunitsPlaceIntermediateType will accept a map to create a unitsPlaceIntermediateType func deserializeUnitsPlaceIntermediateType(in interface{}) (t *unitsPlaceIntermediateType, err error) { tmp := &unitsPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice unitsPlaceIntermediateType will accept a slice to create a slice of unitsPlaceIntermediateType func deserializeSliceUnitsPlaceIntermediateType(in []interface{}) (t []*unitsPlaceIntermediateType, err error) { for _, i := range in { tmp := &unitsPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializeunitsPlaceIntermediateType will accept a unitsPlaceIntermediateType to create a map func serializeUnitsPlaceIntermediateType(t *unitsPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSliceunitsPlaceIntermediateType will accept a slice of unitsPlaceIntermediateType to create a slice result func serializeSliceUnitsPlaceIntermediateType(s []*unitsPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializeattachmentPlaceIntermediateType will accept a map to create a attachmentPlaceIntermediateType func deserializeAttachmentPlaceIntermediateType(in interface{}) (t *attachmentPlaceIntermediateType, err error) { tmp := &attachmentPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice attachmentPlaceIntermediateType will accept a slice to create a slice of attachmentPlaceIntermediateType func deserializeSliceAttachmentPlaceIntermediateType(in []interface{}) (t []*attachmentPlaceIntermediateType, err error) { for _, i := range in { tmp := &attachmentPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializeattachmentPlaceIntermediateType will accept a attachmentPlaceIntermediateType to create a map func serializeAttachmentPlaceIntermediateType(t *attachmentPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSliceattachmentPlaceIntermediateType will accept a slice of attachmentPlaceIntermediateType to create a slice result func serializeSliceAttachmentPlaceIntermediateType(s []*attachmentPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializeattributedToPlaceIntermediateType will accept a map to create a attributedToPlaceIntermediateType func deserializeAttributedToPlaceIntermediateType(in interface{}) (t *attributedToPlaceIntermediateType, err error) { tmp := &attributedToPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice attributedToPlaceIntermediateType will accept a slice to create a slice of attributedToPlaceIntermediateType func deserializeSliceAttributedToPlaceIntermediateType(in []interface{}) (t []*attributedToPlaceIntermediateType, err error) { for _, i := range in { tmp := &attributedToPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializeattributedToPlaceIntermediateType will accept a attributedToPlaceIntermediateType to create a map func serializeAttributedToPlaceIntermediateType(t *attributedToPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSliceattributedToPlaceIntermediateType will accept a slice of attributedToPlaceIntermediateType to create a slice result func serializeSliceAttributedToPlaceIntermediateType(s []*attributedToPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializeaudiencePlaceIntermediateType will accept a map to create a audiencePlaceIntermediateType func deserializeAudiencePlaceIntermediateType(in interface{}) (t *audiencePlaceIntermediateType, err error) { tmp := &audiencePlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice audiencePlaceIntermediateType will accept a slice to create a slice of audiencePlaceIntermediateType func deserializeSliceAudiencePlaceIntermediateType(in []interface{}) (t []*audiencePlaceIntermediateType, err error) { for _, i := range in { tmp := &audiencePlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializeaudiencePlaceIntermediateType will accept a audiencePlaceIntermediateType to create a map func serializeAudiencePlaceIntermediateType(t *audiencePlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSliceaudiencePlaceIntermediateType will accept a slice of audiencePlaceIntermediateType to create a slice result func serializeSliceAudiencePlaceIntermediateType(s []*audiencePlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializecontentPlaceIntermediateType will accept a map to create a contentPlaceIntermediateType func deserializeContentPlaceIntermediateType(in interface{}) (t *contentPlaceIntermediateType, err error) { tmp := &contentPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice contentPlaceIntermediateType will accept a slice to create a slice of contentPlaceIntermediateType func deserializeSliceContentPlaceIntermediateType(in []interface{}) (t []*contentPlaceIntermediateType, err error) { for _, i := range in { tmp := &contentPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializecontentPlaceIntermediateType will accept a contentPlaceIntermediateType to create a map func serializeContentPlaceIntermediateType(t *contentPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSlicecontentPlaceIntermediateType will accept a slice of contentPlaceIntermediateType to create a slice result func serializeSliceContentPlaceIntermediateType(s []*contentPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializecontextPlaceIntermediateType will accept a map to create a contextPlaceIntermediateType func deserializeContextPlaceIntermediateType(in interface{}) (t *contextPlaceIntermediateType, err error) { tmp := &contextPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice contextPlaceIntermediateType will accept a slice to create a slice of contextPlaceIntermediateType func deserializeSliceContextPlaceIntermediateType(in []interface{}) (t []*contextPlaceIntermediateType, err error) { for _, i := range in { tmp := &contextPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializecontextPlaceIntermediateType will accept a contextPlaceIntermediateType to create a map func serializeContextPlaceIntermediateType(t *contextPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSlicecontextPlaceIntermediateType will accept a slice of contextPlaceIntermediateType to create a slice result func serializeSliceContextPlaceIntermediateType(s []*contextPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializenamePlaceIntermediateType will accept a map to create a namePlaceIntermediateType func deserializeNamePlaceIntermediateType(in interface{}) (t *namePlaceIntermediateType, err error) { tmp := &namePlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice namePlaceIntermediateType will accept a slice to create a slice of namePlaceIntermediateType func deserializeSliceNamePlaceIntermediateType(in []interface{}) (t []*namePlaceIntermediateType, err error) { for _, i := range in { tmp := &namePlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializenamePlaceIntermediateType will accept a namePlaceIntermediateType to create a map func serializeNamePlaceIntermediateType(t *namePlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSlicenamePlaceIntermediateType will accept a slice of namePlaceIntermediateType to create a slice result func serializeSliceNamePlaceIntermediateType(s []*namePlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializeendTimePlaceIntermediateType will accept a map to create a endTimePlaceIntermediateType func deserializeEndTimePlaceIntermediateType(in interface{}) (t *endTimePlaceIntermediateType, err error) { tmp := &endTimePlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice endTimePlaceIntermediateType will accept a slice to create a slice of endTimePlaceIntermediateType func deserializeSliceEndTimePlaceIntermediateType(in []interface{}) (t []*endTimePlaceIntermediateType, err error) { for _, i := range in { tmp := &endTimePlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializeendTimePlaceIntermediateType will accept a endTimePlaceIntermediateType to create a map func serializeEndTimePlaceIntermediateType(t *endTimePlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSliceendTimePlaceIntermediateType will accept a slice of endTimePlaceIntermediateType to create a slice result func serializeSliceEndTimePlaceIntermediateType(s []*endTimePlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializegeneratorPlaceIntermediateType will accept a map to create a generatorPlaceIntermediateType func deserializeGeneratorPlaceIntermediateType(in interface{}) (t *generatorPlaceIntermediateType, err error) { tmp := &generatorPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice generatorPlaceIntermediateType will accept a slice to create a slice of generatorPlaceIntermediateType func deserializeSliceGeneratorPlaceIntermediateType(in []interface{}) (t []*generatorPlaceIntermediateType, err error) { for _, i := range in { tmp := &generatorPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializegeneratorPlaceIntermediateType will accept a generatorPlaceIntermediateType to create a map func serializeGeneratorPlaceIntermediateType(t *generatorPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSlicegeneratorPlaceIntermediateType will accept a slice of generatorPlaceIntermediateType to create a slice result func serializeSliceGeneratorPlaceIntermediateType(s []*generatorPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializeiconPlaceIntermediateType will accept a map to create a iconPlaceIntermediateType func deserializeIconPlaceIntermediateType(in interface{}) (t *iconPlaceIntermediateType, err error) { tmp := &iconPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice iconPlaceIntermediateType will accept a slice to create a slice of iconPlaceIntermediateType func deserializeSliceIconPlaceIntermediateType(in []interface{}) (t []*iconPlaceIntermediateType, err error) { for _, i := range in { tmp := &iconPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializeiconPlaceIntermediateType will accept a iconPlaceIntermediateType to create a map func serializeIconPlaceIntermediateType(t *iconPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSliceiconPlaceIntermediateType will accept a slice of iconPlaceIntermediateType to create a slice result func serializeSliceIconPlaceIntermediateType(s []*iconPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializeimagePlaceIntermediateType will accept a map to create a imagePlaceIntermediateType func deserializeImagePlaceIntermediateType(in interface{}) (t *imagePlaceIntermediateType, err error) { tmp := &imagePlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice imagePlaceIntermediateType will accept a slice to create a slice of imagePlaceIntermediateType func deserializeSliceImagePlaceIntermediateType(in []interface{}) (t []*imagePlaceIntermediateType, err error) { for _, i := range in { tmp := &imagePlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializeimagePlaceIntermediateType will accept a imagePlaceIntermediateType to create a map func serializeImagePlaceIntermediateType(t *imagePlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSliceimagePlaceIntermediateType will accept a slice of imagePlaceIntermediateType to create a slice result func serializeSliceImagePlaceIntermediateType(s []*imagePlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializeinReplyToPlaceIntermediateType will accept a map to create a inReplyToPlaceIntermediateType func deserializeInReplyToPlaceIntermediateType(in interface{}) (t *inReplyToPlaceIntermediateType, err error) { tmp := &inReplyToPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice inReplyToPlaceIntermediateType will accept a slice to create a slice of inReplyToPlaceIntermediateType func deserializeSliceInReplyToPlaceIntermediateType(in []interface{}) (t []*inReplyToPlaceIntermediateType, err error) { for _, i := range in { tmp := &inReplyToPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializeinReplyToPlaceIntermediateType will accept a inReplyToPlaceIntermediateType to create a map func serializeInReplyToPlaceIntermediateType(t *inReplyToPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSliceinReplyToPlaceIntermediateType will accept a slice of inReplyToPlaceIntermediateType to create a slice result func serializeSliceInReplyToPlaceIntermediateType(s []*inReplyToPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializelocationPlaceIntermediateType will accept a map to create a locationPlaceIntermediateType func deserializeLocationPlaceIntermediateType(in interface{}) (t *locationPlaceIntermediateType, err error) { tmp := &locationPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice locationPlaceIntermediateType will accept a slice to create a slice of locationPlaceIntermediateType func deserializeSliceLocationPlaceIntermediateType(in []interface{}) (t []*locationPlaceIntermediateType, err error) { for _, i := range in { tmp := &locationPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializelocationPlaceIntermediateType will accept a locationPlaceIntermediateType to create a map func serializeLocationPlaceIntermediateType(t *locationPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSlicelocationPlaceIntermediateType will accept a slice of locationPlaceIntermediateType to create a slice result func serializeSliceLocationPlaceIntermediateType(s []*locationPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializepreviewPlaceIntermediateType will accept a map to create a previewPlaceIntermediateType func deserializePreviewPlaceIntermediateType(in interface{}) (t *previewPlaceIntermediateType, err error) { tmp := &previewPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice previewPlaceIntermediateType will accept a slice to create a slice of previewPlaceIntermediateType func deserializeSlicePreviewPlaceIntermediateType(in []interface{}) (t []*previewPlaceIntermediateType, err error) { for _, i := range in { tmp := &previewPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializepreviewPlaceIntermediateType will accept a previewPlaceIntermediateType to create a map func serializePreviewPlaceIntermediateType(t *previewPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSlicepreviewPlaceIntermediateType will accept a slice of previewPlaceIntermediateType to create a slice result func serializeSlicePreviewPlaceIntermediateType(s []*previewPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializepublishedPlaceIntermediateType will accept a map to create a publishedPlaceIntermediateType func deserializePublishedPlaceIntermediateType(in interface{}) (t *publishedPlaceIntermediateType, err error) { tmp := &publishedPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice publishedPlaceIntermediateType will accept a slice to create a slice of publishedPlaceIntermediateType func deserializeSlicePublishedPlaceIntermediateType(in []interface{}) (t []*publishedPlaceIntermediateType, err error) { for _, i := range in { tmp := &publishedPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializepublishedPlaceIntermediateType will accept a publishedPlaceIntermediateType to create a map func serializePublishedPlaceIntermediateType(t *publishedPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSlicepublishedPlaceIntermediateType will accept a slice of publishedPlaceIntermediateType to create a slice result func serializeSlicePublishedPlaceIntermediateType(s []*publishedPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializerepliesPlaceIntermediateType will accept a map to create a repliesPlaceIntermediateType func deserializeRepliesPlaceIntermediateType(in interface{}) (t *repliesPlaceIntermediateType, err error) { tmp := &repliesPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice repliesPlaceIntermediateType will accept a slice to create a slice of repliesPlaceIntermediateType func deserializeSliceRepliesPlaceIntermediateType(in []interface{}) (t []*repliesPlaceIntermediateType, err error) { for _, i := range in { tmp := &repliesPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializerepliesPlaceIntermediateType will accept a repliesPlaceIntermediateType to create a map func serializeRepliesPlaceIntermediateType(t *repliesPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSlicerepliesPlaceIntermediateType will accept a slice of repliesPlaceIntermediateType to create a slice result func serializeSliceRepliesPlaceIntermediateType(s []*repliesPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializestartTimePlaceIntermediateType will accept a map to create a startTimePlaceIntermediateType func deserializeStartTimePlaceIntermediateType(in interface{}) (t *startTimePlaceIntermediateType, err error) { tmp := &startTimePlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice startTimePlaceIntermediateType will accept a slice to create a slice of startTimePlaceIntermediateType func deserializeSliceStartTimePlaceIntermediateType(in []interface{}) (t []*startTimePlaceIntermediateType, err error) { for _, i := range in { tmp := &startTimePlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializestartTimePlaceIntermediateType will accept a startTimePlaceIntermediateType to create a map func serializeStartTimePlaceIntermediateType(t *startTimePlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSlicestartTimePlaceIntermediateType will accept a slice of startTimePlaceIntermediateType to create a slice result func serializeSliceStartTimePlaceIntermediateType(s []*startTimePlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializesummaryPlaceIntermediateType will accept a map to create a summaryPlaceIntermediateType func deserializeSummaryPlaceIntermediateType(in interface{}) (t *summaryPlaceIntermediateType, err error) { tmp := &summaryPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice summaryPlaceIntermediateType will accept a slice to create a slice of summaryPlaceIntermediateType func deserializeSliceSummaryPlaceIntermediateType(in []interface{}) (t []*summaryPlaceIntermediateType, err error) { for _, i := range in { tmp := &summaryPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializesummaryPlaceIntermediateType will accept a summaryPlaceIntermediateType to create a map func serializeSummaryPlaceIntermediateType(t *summaryPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSlicesummaryPlaceIntermediateType will accept a slice of summaryPlaceIntermediateType to create a slice result func serializeSliceSummaryPlaceIntermediateType(s []*summaryPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializetagPlaceIntermediateType will accept a map to create a tagPlaceIntermediateType func deserializeTagPlaceIntermediateType(in interface{}) (t *tagPlaceIntermediateType, err error) { tmp := &tagPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice tagPlaceIntermediateType will accept a slice to create a slice of tagPlaceIntermediateType func deserializeSliceTagPlaceIntermediateType(in []interface{}) (t []*tagPlaceIntermediateType, err error) { for _, i := range in { tmp := &tagPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializetagPlaceIntermediateType will accept a tagPlaceIntermediateType to create a map func serializeTagPlaceIntermediateType(t *tagPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSlicetagPlaceIntermediateType will accept a slice of tagPlaceIntermediateType to create a slice result func serializeSliceTagPlaceIntermediateType(s []*tagPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializeupdatedPlaceIntermediateType will accept a map to create a updatedPlaceIntermediateType func deserializeUpdatedPlaceIntermediateType(in interface{}) (t *updatedPlaceIntermediateType, err error) { tmp := &updatedPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice updatedPlaceIntermediateType will accept a slice to create a slice of updatedPlaceIntermediateType func deserializeSliceUpdatedPlaceIntermediateType(in []interface{}) (t []*updatedPlaceIntermediateType, err error) { for _, i := range in { tmp := &updatedPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializeupdatedPlaceIntermediateType will accept a updatedPlaceIntermediateType to create a map func serializeUpdatedPlaceIntermediateType(t *updatedPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSliceupdatedPlaceIntermediateType will accept a slice of updatedPlaceIntermediateType to create a slice result func serializeSliceUpdatedPlaceIntermediateType(s []*updatedPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializeurlPlaceIntermediateType will accept a map to create a urlPlaceIntermediateType func deserializeUrlPlaceIntermediateType(in interface{}) (t *urlPlaceIntermediateType, err error) { tmp := &urlPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice urlPlaceIntermediateType will accept a slice to create a slice of urlPlaceIntermediateType func deserializeSliceUrlPlaceIntermediateType(in []interface{}) (t []*urlPlaceIntermediateType, err error) { for _, i := range in { tmp := &urlPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializeurlPlaceIntermediateType will accept a urlPlaceIntermediateType to create a map func serializeUrlPlaceIntermediateType(t *urlPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSliceurlPlaceIntermediateType will accept a slice of urlPlaceIntermediateType to create a slice result func serializeSliceUrlPlaceIntermediateType(s []*urlPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializetoPlaceIntermediateType will accept a map to create a toPlaceIntermediateType func deserializeToPlaceIntermediateType(in interface{}) (t *toPlaceIntermediateType, err error) { tmp := &toPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice toPlaceIntermediateType will accept a slice to create a slice of toPlaceIntermediateType func deserializeSliceToPlaceIntermediateType(in []interface{}) (t []*toPlaceIntermediateType, err error) { for _, i := range in { tmp := &toPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializetoPlaceIntermediateType will accept a toPlaceIntermediateType to create a map func serializeToPlaceIntermediateType(t *toPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSlicetoPlaceIntermediateType will accept a slice of toPlaceIntermediateType to create a slice result func serializeSliceToPlaceIntermediateType(s []*toPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializebtoPlaceIntermediateType will accept a map to create a btoPlaceIntermediateType func deserializeBtoPlaceIntermediateType(in interface{}) (t *btoPlaceIntermediateType, err error) { tmp := &btoPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice btoPlaceIntermediateType will accept a slice to create a slice of btoPlaceIntermediateType func deserializeSliceBtoPlaceIntermediateType(in []interface{}) (t []*btoPlaceIntermediateType, err error) { for _, i := range in { tmp := &btoPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializebtoPlaceIntermediateType will accept a btoPlaceIntermediateType to create a map func serializeBtoPlaceIntermediateType(t *btoPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSlicebtoPlaceIntermediateType will accept a slice of btoPlaceIntermediateType to create a slice result func serializeSliceBtoPlaceIntermediateType(s []*btoPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializeccPlaceIntermediateType will accept a map to create a ccPlaceIntermediateType func deserializeCcPlaceIntermediateType(in interface{}) (t *ccPlaceIntermediateType, err error) { tmp := &ccPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice ccPlaceIntermediateType will accept a slice to create a slice of ccPlaceIntermediateType func deserializeSliceCcPlaceIntermediateType(in []interface{}) (t []*ccPlaceIntermediateType, err error) { for _, i := range in { tmp := &ccPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializeccPlaceIntermediateType will accept a ccPlaceIntermediateType to create a map func serializeCcPlaceIntermediateType(t *ccPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSliceccPlaceIntermediateType will accept a slice of ccPlaceIntermediateType to create a slice result func serializeSliceCcPlaceIntermediateType(s []*ccPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializebccPlaceIntermediateType will accept a map to create a bccPlaceIntermediateType func deserializeBccPlaceIntermediateType(in interface{}) (t *bccPlaceIntermediateType, err error) { tmp := &bccPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice bccPlaceIntermediateType will accept a slice to create a slice of bccPlaceIntermediateType func deserializeSliceBccPlaceIntermediateType(in []interface{}) (t []*bccPlaceIntermediateType, err error) { for _, i := range in { tmp := &bccPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializebccPlaceIntermediateType will accept a bccPlaceIntermediateType to create a map func serializeBccPlaceIntermediateType(t *bccPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSlicebccPlaceIntermediateType will accept a slice of bccPlaceIntermediateType to create a slice result func serializeSliceBccPlaceIntermediateType(s []*bccPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializemediaTypePlaceIntermediateType will accept a map to create a mediaTypePlaceIntermediateType func deserializeMediaTypePlaceIntermediateType(in interface{}) (t *mediaTypePlaceIntermediateType, err error) { tmp := &mediaTypePlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice mediaTypePlaceIntermediateType will accept a slice to create a slice of mediaTypePlaceIntermediateType func deserializeSliceMediaTypePlaceIntermediateType(in []interface{}) (t []*mediaTypePlaceIntermediateType, err error) { for _, i := range in { tmp := &mediaTypePlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializemediaTypePlaceIntermediateType will accept a mediaTypePlaceIntermediateType to create a map func serializeMediaTypePlaceIntermediateType(t *mediaTypePlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSlicemediaTypePlaceIntermediateType will accept a slice of mediaTypePlaceIntermediateType to create a slice result func serializeSliceMediaTypePlaceIntermediateType(s []*mediaTypePlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializedurationPlaceIntermediateType will accept a map to create a durationPlaceIntermediateType func deserializeDurationPlaceIntermediateType(in interface{}) (t *durationPlaceIntermediateType, err error) { tmp := &durationPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice durationPlaceIntermediateType will accept a slice to create a slice of durationPlaceIntermediateType func deserializeSliceDurationPlaceIntermediateType(in []interface{}) (t []*durationPlaceIntermediateType, err error) { for _, i := range in { tmp := &durationPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializedurationPlaceIntermediateType will accept a durationPlaceIntermediateType to create a map func serializeDurationPlaceIntermediateType(t *durationPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSlicedurationPlaceIntermediateType will accept a slice of durationPlaceIntermediateType to create a slice result func serializeSliceDurationPlaceIntermediateType(s []*durationPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializesourcePlaceIntermediateType will accept a map to create a sourcePlaceIntermediateType func deserializeSourcePlaceIntermediateType(in interface{}) (t *sourcePlaceIntermediateType, err error) { tmp := &sourcePlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice sourcePlaceIntermediateType will accept a slice to create a slice of sourcePlaceIntermediateType func deserializeSliceSourcePlaceIntermediateType(in []interface{}) (t []*sourcePlaceIntermediateType, err error) { for _, i := range in { tmp := &sourcePlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializesourcePlaceIntermediateType will accept a sourcePlaceIntermediateType to create a map func serializeSourcePlaceIntermediateType(t *sourcePlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSlicesourcePlaceIntermediateType will accept a slice of sourcePlaceIntermediateType to create a slice result func serializeSliceSourcePlaceIntermediateType(s []*sourcePlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializeinboxPlaceIntermediateType will accept a map to create a inboxPlaceIntermediateType func deserializeInboxPlaceIntermediateType(in interface{}) (t *inboxPlaceIntermediateType, err error) { tmp := &inboxPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice inboxPlaceIntermediateType will accept a slice to create a slice of inboxPlaceIntermediateType func deserializeSliceInboxPlaceIntermediateType(in []interface{}) (t []*inboxPlaceIntermediateType, err error) { for _, i := range in { tmp := &inboxPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializeinboxPlaceIntermediateType will accept a inboxPlaceIntermediateType to create a map func serializeInboxPlaceIntermediateType(t *inboxPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSliceinboxPlaceIntermediateType will accept a slice of inboxPlaceIntermediateType to create a slice result func serializeSliceInboxPlaceIntermediateType(s []*inboxPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializeoutboxPlaceIntermediateType will accept a map to create a outboxPlaceIntermediateType func deserializeOutboxPlaceIntermediateType(in interface{}) (t *outboxPlaceIntermediateType, err error) { tmp := &outboxPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice outboxPlaceIntermediateType will accept a slice to create a slice of outboxPlaceIntermediateType func deserializeSliceOutboxPlaceIntermediateType(in []interface{}) (t []*outboxPlaceIntermediateType, err error) { for _, i := range in { tmp := &outboxPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializeoutboxPlaceIntermediateType will accept a outboxPlaceIntermediateType to create a map func serializeOutboxPlaceIntermediateType(t *outboxPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSliceoutboxPlaceIntermediateType will accept a slice of outboxPlaceIntermediateType to create a slice result func serializeSliceOutboxPlaceIntermediateType(s []*outboxPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializefollowingPlaceIntermediateType will accept a map to create a followingPlaceIntermediateType func deserializeFollowingPlaceIntermediateType(in interface{}) (t *followingPlaceIntermediateType, err error) { tmp := &followingPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice followingPlaceIntermediateType will accept a slice to create a slice of followingPlaceIntermediateType func deserializeSliceFollowingPlaceIntermediateType(in []interface{}) (t []*followingPlaceIntermediateType, err error) { for _, i := range in { tmp := &followingPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializefollowingPlaceIntermediateType will accept a followingPlaceIntermediateType to create a map func serializeFollowingPlaceIntermediateType(t *followingPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSlicefollowingPlaceIntermediateType will accept a slice of followingPlaceIntermediateType to create a slice result func serializeSliceFollowingPlaceIntermediateType(s []*followingPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializefollowersPlaceIntermediateType will accept a map to create a followersPlaceIntermediateType func deserializeFollowersPlaceIntermediateType(in interface{}) (t *followersPlaceIntermediateType, err error) { tmp := &followersPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice followersPlaceIntermediateType will accept a slice to create a slice of followersPlaceIntermediateType func deserializeSliceFollowersPlaceIntermediateType(in []interface{}) (t []*followersPlaceIntermediateType, err error) { for _, i := range in { tmp := &followersPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializefollowersPlaceIntermediateType will accept a followersPlaceIntermediateType to create a map func serializeFollowersPlaceIntermediateType(t *followersPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSlicefollowersPlaceIntermediateType will accept a slice of followersPlaceIntermediateType to create a slice result func serializeSliceFollowersPlaceIntermediateType(s []*followersPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializelikedPlaceIntermediateType will accept a map to create a likedPlaceIntermediateType func deserializeLikedPlaceIntermediateType(in interface{}) (t *likedPlaceIntermediateType, err error) { tmp := &likedPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice likedPlaceIntermediateType will accept a slice to create a slice of likedPlaceIntermediateType func deserializeSliceLikedPlaceIntermediateType(in []interface{}) (t []*likedPlaceIntermediateType, err error) { for _, i := range in { tmp := &likedPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializelikedPlaceIntermediateType will accept a likedPlaceIntermediateType to create a map func serializeLikedPlaceIntermediateType(t *likedPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSlicelikedPlaceIntermediateType will accept a slice of likedPlaceIntermediateType to create a slice result func serializeSliceLikedPlaceIntermediateType(s []*likedPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializelikesPlaceIntermediateType will accept a map to create a likesPlaceIntermediateType func deserializeLikesPlaceIntermediateType(in interface{}) (t *likesPlaceIntermediateType, err error) { tmp := &likesPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice likesPlaceIntermediateType will accept a slice to create a slice of likesPlaceIntermediateType func deserializeSliceLikesPlaceIntermediateType(in []interface{}) (t []*likesPlaceIntermediateType, err error) { for _, i := range in { tmp := &likesPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializelikesPlaceIntermediateType will accept a likesPlaceIntermediateType to create a map func serializeLikesPlaceIntermediateType(t *likesPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSlicelikesPlaceIntermediateType will accept a slice of likesPlaceIntermediateType to create a slice result func serializeSliceLikesPlaceIntermediateType(s []*likesPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializepreferredUsernamePlaceIntermediateType will accept a map to create a preferredUsernamePlaceIntermediateType func deserializePreferredUsernamePlaceIntermediateType(in interface{}) (t *preferredUsernamePlaceIntermediateType, err error) { tmp := &preferredUsernamePlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice preferredUsernamePlaceIntermediateType will accept a slice to create a slice of preferredUsernamePlaceIntermediateType func deserializeSlicePreferredUsernamePlaceIntermediateType(in []interface{}) (t []*preferredUsernamePlaceIntermediateType, err error) { for _, i := range in { tmp := &preferredUsernamePlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializepreferredUsernamePlaceIntermediateType will accept a preferredUsernamePlaceIntermediateType to create a map func serializePreferredUsernamePlaceIntermediateType(t *preferredUsernamePlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSlicepreferredUsernamePlaceIntermediateType will accept a slice of preferredUsernamePlaceIntermediateType to create a slice result func serializeSlicePreferredUsernamePlaceIntermediateType(s []*preferredUsernamePlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return } // deserializeendpointsPlaceIntermediateType will accept a map to create a endpointsPlaceIntermediateType func deserializeEndpointsPlaceIntermediateType(in interface{}) (t *endpointsPlaceIntermediateType, err error) { tmp := &endpointsPlaceIntermediateType{} err = tmp.Deserialize(in) return tmp, err } // deserializeSlice endpointsPlaceIntermediateType will accept a slice to create a slice of endpointsPlaceIntermediateType func deserializeSliceEndpointsPlaceIntermediateType(in []interface{}) (t []*endpointsPlaceIntermediateType, err error) { for _, i := range in { tmp := &endpointsPlaceIntermediateType{} err = tmp.Deserialize(i) if err != nil { return } t = append(t, tmp) } return } // serializeendpointsPlaceIntermediateType will accept a endpointsPlaceIntermediateType to create a map func serializeEndpointsPlaceIntermediateType(t *endpointsPlaceIntermediateType) (i interface{}, err error) { i, err = t.Serialize() return } // serializeSliceendpointsPlaceIntermediateType will accept a slice of endpointsPlaceIntermediateType to create a slice result func serializeSliceEndpointsPlaceIntermediateType(s []*endpointsPlaceIntermediateType) (out []interface{}, err error) { for _, t := range s { v, err := t.Serialize() if err != nil { return nil, err } out = append(out, v) } return }