activity/vocab/gen_collectionpage.go

12029 行
353 KiB
Go

//
package vocab
import (
"fmt"
"net/url"
"time"
)
// CollectionPageType is an interface for accepting types that extend from 'CollectionPage'.
type CollectionPageType interface {
Serializer
Deserializer
IsPartOfLink() (ok bool)
GetPartOfLink() (v LinkType)
SetPartOfLink(v LinkType)
IsPartOfCollection() (ok bool)
GetPartOfCollection() (v CollectionType)
SetPartOfCollection(v CollectionType)
IsPartOfIRI() (ok bool)
GetPartOfIRI() (v *url.URL)
SetPartOfIRI(v *url.URL)
IsNextCollectionPage() (ok bool)
GetNextCollectionPage() (v CollectionPageType)
SetNextCollectionPage(v CollectionPageType)
IsNextLink() (ok bool)
GetNextLink() (v LinkType)
SetNextLink(v LinkType)
IsNextIRI() (ok bool)
GetNextIRI() (v *url.URL)
SetNextIRI(v *url.URL)
IsPrevCollectionPage() (ok bool)
GetPrevCollectionPage() (v CollectionPageType)
SetPrevCollectionPage(v CollectionPageType)
IsPrevLink() (ok bool)
GetPrevLink() (v LinkType)
SetPrevLink(v LinkType)
IsPrevIRI() (ok bool)
GetPrevIRI() (v *url.URL)
SetPrevIRI(v *url.URL)
IsTotalItems() (ok bool)
GetTotalItems() (v int64)
SetTotalItems(v int64)
IsTotalItemsIRI() (ok bool)
GetTotalItemsIRI() (v *url.URL)
SetTotalItemsIRI(v *url.URL)
IsCurrentCollectionPage() (ok bool)
GetCurrentCollectionPage() (v CollectionPageType)
SetCurrentCollectionPage(v CollectionPageType)
IsCurrentLink() (ok bool)
GetCurrentLink() (v LinkType)
SetCurrentLink(v LinkType)
IsCurrentIRI() (ok bool)
GetCurrentIRI() (v *url.URL)
SetCurrentIRI(v *url.URL)
IsFirstCollectionPage() (ok bool)
GetFirstCollectionPage() (v CollectionPageType)
SetFirstCollectionPage(v CollectionPageType)
IsFirstLink() (ok bool)
GetFirstLink() (v LinkType)
SetFirstLink(v LinkType)
IsFirstIRI() (ok bool)
GetFirstIRI() (v *url.URL)
SetFirstIRI(v *url.URL)
IsLastCollectionPage() (ok bool)
GetLastCollectionPage() (v CollectionPageType)
SetLastCollectionPage(v CollectionPageType)
IsLastLink() (ok bool)
GetLastLink() (v LinkType)
SetLastLink(v LinkType)
IsLastIRI() (ok bool)
GetLastIRI() (v *url.URL)
SetLastIRI(v *url.URL)
ItemsLen() (l int)
IsItemsObject(index int) (ok bool)
GetItemsObject(index int) (v ObjectType)
AppendItemsObject(v ObjectType)
PrependItemsObject(v ObjectType)
RemoveItemsObject(index int)
IsItemsLink(index int) (ok bool)
GetItemsLink(index int) (v LinkType)
AppendItemsLink(v LinkType)
PrependItemsLink(v LinkType)
RemoveItemsLink(index int)
IsItemsIRI(index int) (ok bool)
GetItemsIRI(index int) (v *url.URL)
AppendItemsIRI(v *url.URL)
PrependItemsIRI(v *url.URL)
RemoveItemsIRI(index int)
IsAltitude() (ok bool)
GetAltitude() (v float64)
SetAltitude(v float64)
IsAltitudeIRI() (ok bool)
GetAltitudeIRI() (v *url.URL)
SetAltitudeIRI(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{})
}
// Used to represent distinct subsets of items from a Collection. Refer to the Activity Streams 2.0 Core for a complete description of the CollectionPage object.
type CollectionPage struct {
// An unknown value.
unknown_ map[string]interface{}
// The functional 'partOf' value could have multiple types, but only a single value
partOf *partOfCollectionPageIntermediateType
// The functional 'next' value could have multiple types, but only a single value
next *nextCollectionPageIntermediateType
// The functional 'prev' value could have multiple types, but only a single value
prev *prevCollectionPageIntermediateType
// The functional 'totalItems' value could have multiple types, but only a single value
totalItems *totalItemsCollectionPageIntermediateType
// The functional 'current' value could have multiple types, but only a single value
current *currentCollectionPageIntermediateType
// The functional 'first' value could have multiple types, but only a single value
first *firstCollectionPageIntermediateType
// The functional 'last' value could have multiple types, but only a single value
last *lastCollectionPageIntermediateType
// The 'items' value could have multiple types and values
items []*itemsCollectionPageIntermediateType
// The functional 'altitude' value could have multiple types, but only a single value
altitude *altitudeCollectionPageIntermediateType
// The 'attachment' value could have multiple types and values
attachment []*attachmentCollectionPageIntermediateType
// The 'attributedTo' value could have multiple types and values
attributedTo []*attributedToCollectionPageIntermediateType
// The 'audience' value could have multiple types and values
audience []*audienceCollectionPageIntermediateType
// The 'content' value could have multiple types and values
content []*contentCollectionPageIntermediateType
// The 'contentMap' value holds language-specific values for property 'content'
contentMap map[string]string
// The 'context' value could have multiple types and values
context []*contextCollectionPageIntermediateType
// The 'name' value could have multiple types and values
name []*nameCollectionPageIntermediateType
// 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 *endTimeCollectionPageIntermediateType
// The 'generator' value could have multiple types and values
generator []*generatorCollectionPageIntermediateType
// The 'icon' value could have multiple types and values
icon []*iconCollectionPageIntermediateType
// 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 []*imageCollectionPageIntermediateType
// The 'inReplyTo' value could have multiple types and values
inReplyTo []*inReplyToCollectionPageIntermediateType
// The 'location' value could have multiple types and values
location []*locationCollectionPageIntermediateType
// The 'preview' value could have multiple types and values
preview []*previewCollectionPageIntermediateType
// The functional 'published' value could have multiple types, but only a single value
published *publishedCollectionPageIntermediateType
// The functional 'replies' value could have multiple types, but only a single value
replies *repliesCollectionPageIntermediateType
// The functional 'startTime' value could have multiple types, but only a single value
startTime *startTimeCollectionPageIntermediateType
// The 'summary' value could have multiple types and values
summary []*summaryCollectionPageIntermediateType
// The 'summaryMap' value holds language-specific values for property 'summary'
summaryMap map[string]string
// The 'tag' value could have multiple types and values
tag []*tagCollectionPageIntermediateType
// 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 *updatedCollectionPageIntermediateType
// The 'url' value could have multiple types and values
url []*urlCollectionPageIntermediateType
// The 'to' value could have multiple types and values
to []*toCollectionPageIntermediateType
// The 'bto' value could have multiple types and values
bto []*btoCollectionPageIntermediateType
// The 'cc' value could have multiple types and values
cc []*ccCollectionPageIntermediateType
// The 'bcc' value could have multiple types and values
bcc []*bccCollectionPageIntermediateType
// The functional 'mediaType' value could have multiple types, but only a single value
mediaType *mediaTypeCollectionPageIntermediateType
// The functional 'duration' value could have multiple types, but only a single value
duration *durationCollectionPageIntermediateType
// The functional 'source' value could have multiple types, but only a single value
source *sourceCollectionPageIntermediateType
// The functional 'inbox' value could have multiple types, but only a single value
inbox *inboxCollectionPageIntermediateType
// The functional 'outbox' value could have multiple types, but only a single value
outbox *outboxCollectionPageIntermediateType
// The functional 'following' value could have multiple types, but only a single value
following *followingCollectionPageIntermediateType
// The functional 'followers' value could have multiple types, but only a single value
followers *followersCollectionPageIntermediateType
// The functional 'liked' value could have multiple types, but only a single value
liked *likedCollectionPageIntermediateType
// The functional 'likes' value could have multiple types, but only a single value
likes *likesCollectionPageIntermediateType
// 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 *preferredUsernameCollectionPageIntermediateType
// 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 *endpointsCollectionPageIntermediateType
// 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
}
// IsPartOfLink determines whether the call to GetPartOfLink is safe
func (t *CollectionPage) IsPartOfLink() (ok bool) {
return t.partOf != nil && t.partOf.Link != nil
}
// GetPartOfLink returns the value safely if IsPartOfLink returned true
func (t *CollectionPage) GetPartOfLink() (v LinkType) {
return t.partOf.Link
}
// SetPartOfLink sets the value of partOf to be of LinkType type
func (t *CollectionPage) SetPartOfLink(v LinkType) {
t.partOf = &partOfCollectionPageIntermediateType{Link: v}
}
// IsPartOfCollection determines whether the call to GetPartOfCollection is safe
func (t *CollectionPage) IsPartOfCollection() (ok bool) {
return t.partOf != nil && t.partOf.Collection != nil
}
// GetPartOfCollection returns the value safely if IsPartOfCollection returned true
func (t *CollectionPage) GetPartOfCollection() (v CollectionType) {
return t.partOf.Collection
}
// SetPartOfCollection sets the value of partOf to be of CollectionType type
func (t *CollectionPage) SetPartOfCollection(v CollectionType) {
t.partOf = &partOfCollectionPageIntermediateType{Collection: v}
}
// IsPartOfIRI determines whether the call to GetPartOfIRI is safe
func (t *CollectionPage) IsPartOfIRI() (ok bool) {
return t.partOf != nil && t.partOf.IRI != nil
}
// GetPartOfIRI returns the value safely if IsPartOfIRI returned true
func (t *CollectionPage) GetPartOfIRI() (v *url.URL) {
return t.partOf.IRI
}
// SetPartOfIRI sets the value of partOf to be of *url.URL type
func (t *CollectionPage) SetPartOfIRI(v *url.URL) {
t.partOf = &partOfCollectionPageIntermediateType{IRI: v}
}
// HasUnknownPartOf determines whether the call to GetUnknownPartOf is safe
func (t *CollectionPage) HasUnknownPartOf() (ok bool) {
return t.partOf != nil && t.partOf.unknown_ != nil
}
// GetUnknownPartOf returns the unknown value for partOf
func (t *CollectionPage) GetUnknownPartOf() (v interface{}) {
return t.partOf.unknown_
}
// SetUnknownPartOf sets the unknown value of partOf
func (t *CollectionPage) SetUnknownPartOf(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &partOfCollectionPageIntermediateType{}
tmp.unknown_ = i
t.partOf = tmp
}
// IsNextCollectionPage determines whether the call to GetNextCollectionPage is safe
func (t *CollectionPage) IsNextCollectionPage() (ok bool) {
return t.next != nil && t.next.CollectionPage != nil
}
// GetNextCollectionPage returns the value safely if IsNextCollectionPage returned true
func (t *CollectionPage) GetNextCollectionPage() (v CollectionPageType) {
return t.next.CollectionPage
}
// SetNextCollectionPage sets the value of next to be of CollectionPageType type
func (t *CollectionPage) SetNextCollectionPage(v CollectionPageType) {
t.next = &nextCollectionPageIntermediateType{CollectionPage: v}
}
// IsNextLink determines whether the call to GetNextLink is safe
func (t *CollectionPage) IsNextLink() (ok bool) {
return t.next != nil && t.next.Link != nil
}
// GetNextLink returns the value safely if IsNextLink returned true
func (t *CollectionPage) GetNextLink() (v LinkType) {
return t.next.Link
}
// SetNextLink sets the value of next to be of LinkType type
func (t *CollectionPage) SetNextLink(v LinkType) {
t.next = &nextCollectionPageIntermediateType{Link: v}
}
// IsNextIRI determines whether the call to GetNextIRI is safe
func (t *CollectionPage) IsNextIRI() (ok bool) {
return t.next != nil && t.next.IRI != nil
}
// GetNextIRI returns the value safely if IsNextIRI returned true
func (t *CollectionPage) GetNextIRI() (v *url.URL) {
return t.next.IRI
}
// SetNextIRI sets the value of next to be of *url.URL type
func (t *CollectionPage) SetNextIRI(v *url.URL) {
t.next = &nextCollectionPageIntermediateType{IRI: v}
}
// HasUnknownNext determines whether the call to GetUnknownNext is safe
func (t *CollectionPage) HasUnknownNext() (ok bool) {
return t.next != nil && t.next.unknown_ != nil
}
// GetUnknownNext returns the unknown value for next
func (t *CollectionPage) GetUnknownNext() (v interface{}) {
return t.next.unknown_
}
// SetUnknownNext sets the unknown value of next
func (t *CollectionPage) SetUnknownNext(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &nextCollectionPageIntermediateType{}
tmp.unknown_ = i
t.next = tmp
}
// IsPrevCollectionPage determines whether the call to GetPrevCollectionPage is safe
func (t *CollectionPage) IsPrevCollectionPage() (ok bool) {
return t.prev != nil && t.prev.CollectionPage != nil
}
// GetPrevCollectionPage returns the value safely if IsPrevCollectionPage returned true
func (t *CollectionPage) GetPrevCollectionPage() (v CollectionPageType) {
return t.prev.CollectionPage
}
// SetPrevCollectionPage sets the value of prev to be of CollectionPageType type
func (t *CollectionPage) SetPrevCollectionPage(v CollectionPageType) {
t.prev = &prevCollectionPageIntermediateType{CollectionPage: v}
}
// IsPrevLink determines whether the call to GetPrevLink is safe
func (t *CollectionPage) IsPrevLink() (ok bool) {
return t.prev != nil && t.prev.Link != nil
}
// GetPrevLink returns the value safely if IsPrevLink returned true
func (t *CollectionPage) GetPrevLink() (v LinkType) {
return t.prev.Link
}
// SetPrevLink sets the value of prev to be of LinkType type
func (t *CollectionPage) SetPrevLink(v LinkType) {
t.prev = &prevCollectionPageIntermediateType{Link: v}
}
// IsPrevIRI determines whether the call to GetPrevIRI is safe
func (t *CollectionPage) IsPrevIRI() (ok bool) {
return t.prev != nil && t.prev.IRI != nil
}
// GetPrevIRI returns the value safely if IsPrevIRI returned true
func (t *CollectionPage) GetPrevIRI() (v *url.URL) {
return t.prev.IRI
}
// SetPrevIRI sets the value of prev to be of *url.URL type
func (t *CollectionPage) SetPrevIRI(v *url.URL) {
t.prev = &prevCollectionPageIntermediateType{IRI: v}
}
// HasUnknownPrev determines whether the call to GetUnknownPrev is safe
func (t *CollectionPage) HasUnknownPrev() (ok bool) {
return t.prev != nil && t.prev.unknown_ != nil
}
// GetUnknownPrev returns the unknown value for prev
func (t *CollectionPage) GetUnknownPrev() (v interface{}) {
return t.prev.unknown_
}
// SetUnknownPrev sets the unknown value of prev
func (t *CollectionPage) SetUnknownPrev(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &prevCollectionPageIntermediateType{}
tmp.unknown_ = i
t.prev = tmp
}
// IsTotalItems determines whether the call to GetTotalItems is safe
func (t *CollectionPage) IsTotalItems() (ok bool) {
return t.totalItems != nil && t.totalItems.nonNegativeInteger != nil
}
// GetTotalItems returns the value safely if IsTotalItems returned true
func (t *CollectionPage) GetTotalItems() (v int64) {
return *t.totalItems.nonNegativeInteger
}
// SetTotalItems sets the value of totalItems to be of int64 type
func (t *CollectionPage) SetTotalItems(v int64) {
t.totalItems = &totalItemsCollectionPageIntermediateType{nonNegativeInteger: &v}
}
// IsTotalItemsIRI determines whether the call to GetTotalItemsIRI is safe
func (t *CollectionPage) IsTotalItemsIRI() (ok bool) {
return t.totalItems != nil && t.totalItems.IRI != nil
}
// GetTotalItemsIRI returns the value safely if IsTotalItemsIRI returned true
func (t *CollectionPage) GetTotalItemsIRI() (v *url.URL) {
return t.totalItems.IRI
}
// SetTotalItemsIRI sets the value of totalItems to be of *url.URL type
func (t *CollectionPage) SetTotalItemsIRI(v *url.URL) {
t.totalItems = &totalItemsCollectionPageIntermediateType{IRI: v}
}
// HasUnknownTotalItems determines whether the call to GetUnknownTotalItems is safe
func (t *CollectionPage) HasUnknownTotalItems() (ok bool) {
return t.totalItems != nil && t.totalItems.unknown_ != nil
}
// GetUnknownTotalItems returns the unknown value for totalItems
func (t *CollectionPage) GetUnknownTotalItems() (v interface{}) {
return t.totalItems.unknown_
}
// SetUnknownTotalItems sets the unknown value of totalItems
func (t *CollectionPage) SetUnknownTotalItems(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &totalItemsCollectionPageIntermediateType{}
tmp.unknown_ = i
t.totalItems = tmp
}
// IsCurrentCollectionPage determines whether the call to GetCurrentCollectionPage is safe
func (t *CollectionPage) IsCurrentCollectionPage() (ok bool) {
return t.current != nil && t.current.CollectionPage != nil
}
// GetCurrentCollectionPage returns the value safely if IsCurrentCollectionPage returned true
func (t *CollectionPage) GetCurrentCollectionPage() (v CollectionPageType) {
return t.current.CollectionPage
}
// SetCurrentCollectionPage sets the value of current to be of CollectionPageType type
func (t *CollectionPage) SetCurrentCollectionPage(v CollectionPageType) {
t.current = &currentCollectionPageIntermediateType{CollectionPage: v}
}
// IsCurrentLink determines whether the call to GetCurrentLink is safe
func (t *CollectionPage) IsCurrentLink() (ok bool) {
return t.current != nil && t.current.Link != nil
}
// GetCurrentLink returns the value safely if IsCurrentLink returned true
func (t *CollectionPage) GetCurrentLink() (v LinkType) {
return t.current.Link
}
// SetCurrentLink sets the value of current to be of LinkType type
func (t *CollectionPage) SetCurrentLink(v LinkType) {
t.current = &currentCollectionPageIntermediateType{Link: v}
}
// IsCurrentIRI determines whether the call to GetCurrentIRI is safe
func (t *CollectionPage) IsCurrentIRI() (ok bool) {
return t.current != nil && t.current.IRI != nil
}
// GetCurrentIRI returns the value safely if IsCurrentIRI returned true
func (t *CollectionPage) GetCurrentIRI() (v *url.URL) {
return t.current.IRI
}
// SetCurrentIRI sets the value of current to be of *url.URL type
func (t *CollectionPage) SetCurrentIRI(v *url.URL) {
t.current = &currentCollectionPageIntermediateType{IRI: v}
}
// HasUnknownCurrent determines whether the call to GetUnknownCurrent is safe
func (t *CollectionPage) HasUnknownCurrent() (ok bool) {
return t.current != nil && t.current.unknown_ != nil
}
// GetUnknownCurrent returns the unknown value for current
func (t *CollectionPage) GetUnknownCurrent() (v interface{}) {
return t.current.unknown_
}
// SetUnknownCurrent sets the unknown value of current
func (t *CollectionPage) SetUnknownCurrent(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &currentCollectionPageIntermediateType{}
tmp.unknown_ = i
t.current = tmp
}
// IsFirstCollectionPage determines whether the call to GetFirstCollectionPage is safe
func (t *CollectionPage) IsFirstCollectionPage() (ok bool) {
return t.first != nil && t.first.CollectionPage != nil
}
// GetFirstCollectionPage returns the value safely if IsFirstCollectionPage returned true
func (t *CollectionPage) GetFirstCollectionPage() (v CollectionPageType) {
return t.first.CollectionPage
}
// SetFirstCollectionPage sets the value of first to be of CollectionPageType type
func (t *CollectionPage) SetFirstCollectionPage(v CollectionPageType) {
t.first = &firstCollectionPageIntermediateType{CollectionPage: v}
}
// IsFirstLink determines whether the call to GetFirstLink is safe
func (t *CollectionPage) IsFirstLink() (ok bool) {
return t.first != nil && t.first.Link != nil
}
// GetFirstLink returns the value safely if IsFirstLink returned true
func (t *CollectionPage) GetFirstLink() (v LinkType) {
return t.first.Link
}
// SetFirstLink sets the value of first to be of LinkType type
func (t *CollectionPage) SetFirstLink(v LinkType) {
t.first = &firstCollectionPageIntermediateType{Link: v}
}
// IsFirstIRI determines whether the call to GetFirstIRI is safe
func (t *CollectionPage) IsFirstIRI() (ok bool) {
return t.first != nil && t.first.IRI != nil
}
// GetFirstIRI returns the value safely if IsFirstIRI returned true
func (t *CollectionPage) GetFirstIRI() (v *url.URL) {
return t.first.IRI
}
// SetFirstIRI sets the value of first to be of *url.URL type
func (t *CollectionPage) SetFirstIRI(v *url.URL) {
t.first = &firstCollectionPageIntermediateType{IRI: v}
}
// HasUnknownFirst determines whether the call to GetUnknownFirst is safe
func (t *CollectionPage) HasUnknownFirst() (ok bool) {
return t.first != nil && t.first.unknown_ != nil
}
// GetUnknownFirst returns the unknown value for first
func (t *CollectionPage) GetUnknownFirst() (v interface{}) {
return t.first.unknown_
}
// SetUnknownFirst sets the unknown value of first
func (t *CollectionPage) SetUnknownFirst(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &firstCollectionPageIntermediateType{}
tmp.unknown_ = i
t.first = tmp
}
// IsLastCollectionPage determines whether the call to GetLastCollectionPage is safe
func (t *CollectionPage) IsLastCollectionPage() (ok bool) {
return t.last != nil && t.last.CollectionPage != nil
}
// GetLastCollectionPage returns the value safely if IsLastCollectionPage returned true
func (t *CollectionPage) GetLastCollectionPage() (v CollectionPageType) {
return t.last.CollectionPage
}
// SetLastCollectionPage sets the value of last to be of CollectionPageType type
func (t *CollectionPage) SetLastCollectionPage(v CollectionPageType) {
t.last = &lastCollectionPageIntermediateType{CollectionPage: v}
}
// IsLastLink determines whether the call to GetLastLink is safe
func (t *CollectionPage) IsLastLink() (ok bool) {
return t.last != nil && t.last.Link != nil
}
// GetLastLink returns the value safely if IsLastLink returned true
func (t *CollectionPage) GetLastLink() (v LinkType) {
return t.last.Link
}
// SetLastLink sets the value of last to be of LinkType type
func (t *CollectionPage) SetLastLink(v LinkType) {
t.last = &lastCollectionPageIntermediateType{Link: v}
}
// IsLastIRI determines whether the call to GetLastIRI is safe
func (t *CollectionPage) IsLastIRI() (ok bool) {
return t.last != nil && t.last.IRI != nil
}
// GetLastIRI returns the value safely if IsLastIRI returned true
func (t *CollectionPage) GetLastIRI() (v *url.URL) {
return t.last.IRI
}
// SetLastIRI sets the value of last to be of *url.URL type
func (t *CollectionPage) SetLastIRI(v *url.URL) {
t.last = &lastCollectionPageIntermediateType{IRI: v}
}
// HasUnknownLast determines whether the call to GetUnknownLast is safe
func (t *CollectionPage) HasUnknownLast() (ok bool) {
return t.last != nil && t.last.unknown_ != nil
}
// GetUnknownLast returns the unknown value for last
func (t *CollectionPage) GetUnknownLast() (v interface{}) {
return t.last.unknown_
}
// SetUnknownLast sets the unknown value of last
func (t *CollectionPage) SetUnknownLast(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &lastCollectionPageIntermediateType{}
tmp.unknown_ = i
t.last = tmp
}
// ItemsLen determines the number of elements able to be used for the IsItemsObject, GetItemsObject, and RemoveItemsObject functions
func (t *CollectionPage) ItemsLen() (l int) {
return len(t.items)
}
// IsItemsObject determines whether the call to GetItemsObject is safe for the specified index
func (t *CollectionPage) IsItemsObject(index int) (ok bool) {
return t.items[index].Object != nil
}
// GetItemsObject returns the value safely if IsItemsObject returned true for the specified index
func (t *CollectionPage) GetItemsObject(index int) (v ObjectType) {
return t.items[index].Object
}
// AppendItemsObject adds to the back of items a ObjectType type
func (t *CollectionPage) AppendItemsObject(v ObjectType) {
t.items = append(t.items, &itemsCollectionPageIntermediateType{Object: v})
}
// PrependItemsObject adds to the front of items a ObjectType type
func (t *CollectionPage) PrependItemsObject(v ObjectType) {
t.items = append([]*itemsCollectionPageIntermediateType{&itemsCollectionPageIntermediateType{Object: v}}, t.items...)
}
// RemoveItemsObject deletes the value from the specified index
func (t *CollectionPage) RemoveItemsObject(index int) {
copy(t.items[index:], t.items[index+1:])
t.items[len(t.items)-1] = nil
t.items = t.items[:len(t.items)-1]
}
// IsItemsLink determines whether the call to GetItemsLink is safe for the specified index
func (t *CollectionPage) IsItemsLink(index int) (ok bool) {
return t.items[index].Link != nil
}
// GetItemsLink returns the value safely if IsItemsLink returned true for the specified index
func (t *CollectionPage) GetItemsLink(index int) (v LinkType) {
return t.items[index].Link
}
// AppendItemsLink adds to the back of items a LinkType type
func (t *CollectionPage) AppendItemsLink(v LinkType) {
t.items = append(t.items, &itemsCollectionPageIntermediateType{Link: v})
}
// PrependItemsLink adds to the front of items a LinkType type
func (t *CollectionPage) PrependItemsLink(v LinkType) {
t.items = append([]*itemsCollectionPageIntermediateType{&itemsCollectionPageIntermediateType{Link: v}}, t.items...)
}
// RemoveItemsLink deletes the value from the specified index
func (t *CollectionPage) RemoveItemsLink(index int) {
copy(t.items[index:], t.items[index+1:])
t.items[len(t.items)-1] = nil
t.items = t.items[:len(t.items)-1]
}
// IsItemsIRI determines whether the call to GetItemsIRI is safe for the specified index
func (t *CollectionPage) IsItemsIRI(index int) (ok bool) {
return t.items[index].IRI != nil
}
// GetItemsIRI returns the value safely if IsItemsIRI returned true for the specified index
func (t *CollectionPage) GetItemsIRI(index int) (v *url.URL) {
return t.items[index].IRI
}
// AppendItemsIRI adds to the back of items a *url.URL type
func (t *CollectionPage) AppendItemsIRI(v *url.URL) {
t.items = append(t.items, &itemsCollectionPageIntermediateType{IRI: v})
}
// PrependItemsIRI adds to the front of items a *url.URL type
func (t *CollectionPage) PrependItemsIRI(v *url.URL) {
t.items = append([]*itemsCollectionPageIntermediateType{&itemsCollectionPageIntermediateType{IRI: v}}, t.items...)
}
// RemoveItemsIRI deletes the value from the specified index
func (t *CollectionPage) RemoveItemsIRI(index int) {
copy(t.items[index:], t.items[index+1:])
t.items[len(t.items)-1] = nil
t.items = t.items[:len(t.items)-1]
}
// HasUnknownItems determines whether the call to GetUnknownItems is safe
func (t *CollectionPage) HasUnknownItems() (ok bool) {
return t.items != nil && t.items[0].unknown_ != nil
}
// GetUnknownItems returns the unknown value for items
func (t *CollectionPage) GetUnknownItems() (v interface{}) {
return t.items[0].unknown_
}
// SetUnknownItems sets the unknown value of items
func (t *CollectionPage) SetUnknownItems(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &itemsCollectionPageIntermediateType{}
tmp.unknown_ = i
t.items = append(t.items, tmp)
}
// IsAltitude determines whether the call to GetAltitude is safe
func (t *CollectionPage) IsAltitude() (ok bool) {
return t.altitude != nil && t.altitude.float != nil
}
// GetAltitude returns the value safely if IsAltitude returned true
func (t *CollectionPage) GetAltitude() (v float64) {
return *t.altitude.float
}
// SetAltitude sets the value of altitude to be of float64 type
func (t *CollectionPage) SetAltitude(v float64) {
t.altitude = &altitudeCollectionPageIntermediateType{float: &v}
}
// IsAltitudeIRI determines whether the call to GetAltitudeIRI is safe
func (t *CollectionPage) IsAltitudeIRI() (ok bool) {
return t.altitude != nil && t.altitude.IRI != nil
}
// GetAltitudeIRI returns the value safely if IsAltitudeIRI returned true
func (t *CollectionPage) GetAltitudeIRI() (v *url.URL) {
return t.altitude.IRI
}
// SetAltitudeIRI sets the value of altitude to be of *url.URL type
func (t *CollectionPage) SetAltitudeIRI(v *url.URL) {
t.altitude = &altitudeCollectionPageIntermediateType{IRI: v}
}
// HasUnknownAltitude determines whether the call to GetUnknownAltitude is safe
func (t *CollectionPage) HasUnknownAltitude() (ok bool) {
return t.altitude != nil && t.altitude.unknown_ != nil
}
// GetUnknownAltitude returns the unknown value for altitude
func (t *CollectionPage) GetUnknownAltitude() (v interface{}) {
return t.altitude.unknown_
}
// SetUnknownAltitude sets the unknown value of altitude
func (t *CollectionPage) SetUnknownAltitude(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &altitudeCollectionPageIntermediateType{}
tmp.unknown_ = i
t.altitude = tmp
}
// AttachmentLen determines the number of elements able to be used for the IsAttachmentObject, GetAttachmentObject, and RemoveAttachmentObject functions
func (t *CollectionPage) AttachmentLen() (l int) {
return len(t.attachment)
}
// IsAttachmentObject determines whether the call to GetAttachmentObject is safe for the specified index
func (t *CollectionPage) 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 *CollectionPage) GetAttachmentObject(index int) (v ObjectType) {
return t.attachment[index].Object
}
// AppendAttachmentObject adds to the back of attachment a ObjectType type
func (t *CollectionPage) AppendAttachmentObject(v ObjectType) {
t.attachment = append(t.attachment, &attachmentCollectionPageIntermediateType{Object: v})
}
// PrependAttachmentObject adds to the front of attachment a ObjectType type
func (t *CollectionPage) PrependAttachmentObject(v ObjectType) {
t.attachment = append([]*attachmentCollectionPageIntermediateType{&attachmentCollectionPageIntermediateType{Object: v}}, t.attachment...)
}
// RemoveAttachmentObject deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetAttachmentLink(index int) (v LinkType) {
return t.attachment[index].Link
}
// AppendAttachmentLink adds to the back of attachment a LinkType type
func (t *CollectionPage) AppendAttachmentLink(v LinkType) {
t.attachment = append(t.attachment, &attachmentCollectionPageIntermediateType{Link: v})
}
// PrependAttachmentLink adds to the front of attachment a LinkType type
func (t *CollectionPage) PrependAttachmentLink(v LinkType) {
t.attachment = append([]*attachmentCollectionPageIntermediateType{&attachmentCollectionPageIntermediateType{Link: v}}, t.attachment...)
}
// RemoveAttachmentLink deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetAttachmentIRI(index int) (v *url.URL) {
return t.attachment[index].IRI
}
// AppendAttachmentIRI adds to the back of attachment a *url.URL type
func (t *CollectionPage) AppendAttachmentIRI(v *url.URL) {
t.attachment = append(t.attachment, &attachmentCollectionPageIntermediateType{IRI: v})
}
// PrependAttachmentIRI adds to the front of attachment a *url.URL type
func (t *CollectionPage) PrependAttachmentIRI(v *url.URL) {
t.attachment = append([]*attachmentCollectionPageIntermediateType{&attachmentCollectionPageIntermediateType{IRI: v}}, t.attachment...)
}
// RemoveAttachmentIRI deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) HasUnknownAttachment() (ok bool) {
return t.attachment != nil && t.attachment[0].unknown_ != nil
}
// GetUnknownAttachment returns the unknown value for attachment
func (t *CollectionPage) GetUnknownAttachment() (v interface{}) {
return t.attachment[0].unknown_
}
// SetUnknownAttachment sets the unknown value of attachment
func (t *CollectionPage) SetUnknownAttachment(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &attachmentCollectionPageIntermediateType{}
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 *CollectionPage) AttributedToLen() (l int) {
return len(t.attributedTo)
}
// IsAttributedToObject determines whether the call to GetAttributedToObject is safe for the specified index
func (t *CollectionPage) 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 *CollectionPage) GetAttributedToObject(index int) (v ObjectType) {
return t.attributedTo[index].Object
}
// AppendAttributedToObject adds to the back of attributedTo a ObjectType type
func (t *CollectionPage) AppendAttributedToObject(v ObjectType) {
t.attributedTo = append(t.attributedTo, &attributedToCollectionPageIntermediateType{Object: v})
}
// PrependAttributedToObject adds to the front of attributedTo a ObjectType type
func (t *CollectionPage) PrependAttributedToObject(v ObjectType) {
t.attributedTo = append([]*attributedToCollectionPageIntermediateType{&attributedToCollectionPageIntermediateType{Object: v}}, t.attributedTo...)
}
// RemoveAttributedToObject deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetAttributedToLink(index int) (v LinkType) {
return t.attributedTo[index].Link
}
// AppendAttributedToLink adds to the back of attributedTo a LinkType type
func (t *CollectionPage) AppendAttributedToLink(v LinkType) {
t.attributedTo = append(t.attributedTo, &attributedToCollectionPageIntermediateType{Link: v})
}
// PrependAttributedToLink adds to the front of attributedTo a LinkType type
func (t *CollectionPage) PrependAttributedToLink(v LinkType) {
t.attributedTo = append([]*attributedToCollectionPageIntermediateType{&attributedToCollectionPageIntermediateType{Link: v}}, t.attributedTo...)
}
// RemoveAttributedToLink deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetAttributedToIRI(index int) (v *url.URL) {
return t.attributedTo[index].IRI
}
// AppendAttributedToIRI adds to the back of attributedTo a *url.URL type
func (t *CollectionPage) AppendAttributedToIRI(v *url.URL) {
t.attributedTo = append(t.attributedTo, &attributedToCollectionPageIntermediateType{IRI: v})
}
// PrependAttributedToIRI adds to the front of attributedTo a *url.URL type
func (t *CollectionPage) PrependAttributedToIRI(v *url.URL) {
t.attributedTo = append([]*attributedToCollectionPageIntermediateType{&attributedToCollectionPageIntermediateType{IRI: v}}, t.attributedTo...)
}
// RemoveAttributedToIRI deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) HasUnknownAttributedTo() (ok bool) {
return t.attributedTo != nil && t.attributedTo[0].unknown_ != nil
}
// GetUnknownAttributedTo returns the unknown value for attributedTo
func (t *CollectionPage) GetUnknownAttributedTo() (v interface{}) {
return t.attributedTo[0].unknown_
}
// SetUnknownAttributedTo sets the unknown value of attributedTo
func (t *CollectionPage) SetUnknownAttributedTo(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &attributedToCollectionPageIntermediateType{}
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 *CollectionPage) AudienceLen() (l int) {
return len(t.audience)
}
// IsAudienceObject determines whether the call to GetAudienceObject is safe for the specified index
func (t *CollectionPage) 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 *CollectionPage) GetAudienceObject(index int) (v ObjectType) {
return t.audience[index].Object
}
// AppendAudienceObject adds to the back of audience a ObjectType type
func (t *CollectionPage) AppendAudienceObject(v ObjectType) {
t.audience = append(t.audience, &audienceCollectionPageIntermediateType{Object: v})
}
// PrependAudienceObject adds to the front of audience a ObjectType type
func (t *CollectionPage) PrependAudienceObject(v ObjectType) {
t.audience = append([]*audienceCollectionPageIntermediateType{&audienceCollectionPageIntermediateType{Object: v}}, t.audience...)
}
// RemoveAudienceObject deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetAudienceLink(index int) (v LinkType) {
return t.audience[index].Link
}
// AppendAudienceLink adds to the back of audience a LinkType type
func (t *CollectionPage) AppendAudienceLink(v LinkType) {
t.audience = append(t.audience, &audienceCollectionPageIntermediateType{Link: v})
}
// PrependAudienceLink adds to the front of audience a LinkType type
func (t *CollectionPage) PrependAudienceLink(v LinkType) {
t.audience = append([]*audienceCollectionPageIntermediateType{&audienceCollectionPageIntermediateType{Link: v}}, t.audience...)
}
// RemoveAudienceLink deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetAudienceIRI(index int) (v *url.URL) {
return t.audience[index].IRI
}
// AppendAudienceIRI adds to the back of audience a *url.URL type
func (t *CollectionPage) AppendAudienceIRI(v *url.URL) {
t.audience = append(t.audience, &audienceCollectionPageIntermediateType{IRI: v})
}
// PrependAudienceIRI adds to the front of audience a *url.URL type
func (t *CollectionPage) PrependAudienceIRI(v *url.URL) {
t.audience = append([]*audienceCollectionPageIntermediateType{&audienceCollectionPageIntermediateType{IRI: v}}, t.audience...)
}
// RemoveAudienceIRI deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) HasUnknownAudience() (ok bool) {
return t.audience != nil && t.audience[0].unknown_ != nil
}
// GetUnknownAudience returns the unknown value for audience
func (t *CollectionPage) GetUnknownAudience() (v interface{}) {
return t.audience[0].unknown_
}
// SetUnknownAudience sets the unknown value of audience
func (t *CollectionPage) SetUnknownAudience(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &audienceCollectionPageIntermediateType{}
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 *CollectionPage) ContentLen() (l int) {
return len(t.content)
}
// IsContentString determines whether the call to GetContentString is safe for the specified index
func (t *CollectionPage) 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 *CollectionPage) GetContentString(index int) (v string) {
return *t.content[index].stringName
}
// AppendContentString adds to the back of content a string type
func (t *CollectionPage) AppendContentString(v string) {
t.content = append(t.content, &contentCollectionPageIntermediateType{stringName: &v})
}
// PrependContentString adds to the front of content a string type
func (t *CollectionPage) PrependContentString(v string) {
t.content = append([]*contentCollectionPageIntermediateType{&contentCollectionPageIntermediateType{stringName: &v}}, t.content...)
}
// RemoveContentString deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetContentLangString(index int) (v string) {
return *t.content[index].langString
}
// AppendContentLangString adds to the back of content a string type
func (t *CollectionPage) AppendContentLangString(v string) {
t.content = append(t.content, &contentCollectionPageIntermediateType{langString: &v})
}
// PrependContentLangString adds to the front of content a string type
func (t *CollectionPage) PrependContentLangString(v string) {
t.content = append([]*contentCollectionPageIntermediateType{&contentCollectionPageIntermediateType{langString: &v}}, t.content...)
}
// RemoveContentLangString deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetContentIRI(index int) (v *url.URL) {
return t.content[index].IRI
}
// AppendContentIRI adds to the back of content a *url.URL type
func (t *CollectionPage) AppendContentIRI(v *url.URL) {
t.content = append(t.content, &contentCollectionPageIntermediateType{IRI: v})
}
// PrependContentIRI adds to the front of content a *url.URL type
func (t *CollectionPage) PrependContentIRI(v *url.URL) {
t.content = append([]*contentCollectionPageIntermediateType{&contentCollectionPageIntermediateType{IRI: v}}, t.content...)
}
// RemoveContentIRI deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) HasUnknownContent() (ok bool) {
return t.content != nil && t.content[0].unknown_ != nil
}
// GetUnknownContent returns the unknown value for content
func (t *CollectionPage) GetUnknownContent() (v interface{}) {
return t.content[0].unknown_
}
// SetUnknownContent sets the unknown value of content
func (t *CollectionPage) SetUnknownContent(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &contentCollectionPageIntermediateType{}
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 *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) ContextLen() (l int) {
return len(t.context)
}
// IsContextObject determines whether the call to GetContextObject is safe for the specified index
func (t *CollectionPage) 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 *CollectionPage) GetContextObject(index int) (v ObjectType) {
return t.context[index].Object
}
// AppendContextObject adds to the back of context a ObjectType type
func (t *CollectionPage) AppendContextObject(v ObjectType) {
t.context = append(t.context, &contextCollectionPageIntermediateType{Object: v})
}
// PrependContextObject adds to the front of context a ObjectType type
func (t *CollectionPage) PrependContextObject(v ObjectType) {
t.context = append([]*contextCollectionPageIntermediateType{&contextCollectionPageIntermediateType{Object: v}}, t.context...)
}
// RemoveContextObject deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetContextLink(index int) (v LinkType) {
return t.context[index].Link
}
// AppendContextLink adds to the back of context a LinkType type
func (t *CollectionPage) AppendContextLink(v LinkType) {
t.context = append(t.context, &contextCollectionPageIntermediateType{Link: v})
}
// PrependContextLink adds to the front of context a LinkType type
func (t *CollectionPage) PrependContextLink(v LinkType) {
t.context = append([]*contextCollectionPageIntermediateType{&contextCollectionPageIntermediateType{Link: v}}, t.context...)
}
// RemoveContextLink deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetContextIRI(index int) (v *url.URL) {
return t.context[index].IRI
}
// AppendContextIRI adds to the back of context a *url.URL type
func (t *CollectionPage) AppendContextIRI(v *url.URL) {
t.context = append(t.context, &contextCollectionPageIntermediateType{IRI: v})
}
// PrependContextIRI adds to the front of context a *url.URL type
func (t *CollectionPage) PrependContextIRI(v *url.URL) {
t.context = append([]*contextCollectionPageIntermediateType{&contextCollectionPageIntermediateType{IRI: v}}, t.context...)
}
// RemoveContextIRI deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) HasUnknownContext() (ok bool) {
return t.context != nil && t.context[0].unknown_ != nil
}
// GetUnknownContext returns the unknown value for context
func (t *CollectionPage) GetUnknownContext() (v interface{}) {
return t.context[0].unknown_
}
// SetUnknownContext sets the unknown value of context
func (t *CollectionPage) SetUnknownContext(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &contextCollectionPageIntermediateType{}
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 *CollectionPage) NameLen() (l int) {
return len(t.name)
}
// IsNameString determines whether the call to GetNameString is safe for the specified index
func (t *CollectionPage) 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 *CollectionPage) GetNameString(index int) (v string) {
return *t.name[index].stringName
}
// AppendNameString adds to the back of name a string type
func (t *CollectionPage) AppendNameString(v string) {
t.name = append(t.name, &nameCollectionPageIntermediateType{stringName: &v})
}
// PrependNameString adds to the front of name a string type
func (t *CollectionPage) PrependNameString(v string) {
t.name = append([]*nameCollectionPageIntermediateType{&nameCollectionPageIntermediateType{stringName: &v}}, t.name...)
}
// RemoveNameString deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetNameLangString(index int) (v string) {
return *t.name[index].langString
}
// AppendNameLangString adds to the back of name a string type
func (t *CollectionPage) AppendNameLangString(v string) {
t.name = append(t.name, &nameCollectionPageIntermediateType{langString: &v})
}
// PrependNameLangString adds to the front of name a string type
func (t *CollectionPage) PrependNameLangString(v string) {
t.name = append([]*nameCollectionPageIntermediateType{&nameCollectionPageIntermediateType{langString: &v}}, t.name...)
}
// RemoveNameLangString deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetNameIRI(index int) (v *url.URL) {
return t.name[index].IRI
}
// AppendNameIRI adds to the back of name a *url.URL type
func (t *CollectionPage) AppendNameIRI(v *url.URL) {
t.name = append(t.name, &nameCollectionPageIntermediateType{IRI: v})
}
// PrependNameIRI adds to the front of name a *url.URL type
func (t *CollectionPage) PrependNameIRI(v *url.URL) {
t.name = append([]*nameCollectionPageIntermediateType{&nameCollectionPageIntermediateType{IRI: v}}, t.name...)
}
// RemoveNameIRI deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) HasUnknownName() (ok bool) {
return t.name != nil && t.name[0].unknown_ != nil
}
// GetUnknownName returns the unknown value for name
func (t *CollectionPage) GetUnknownName() (v interface{}) {
return t.name[0].unknown_
}
// SetUnknownName sets the unknown value of name
func (t *CollectionPage) SetUnknownName(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &nameCollectionPageIntermediateType{}
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 *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) IsEndTime() (ok bool) {
return t.endTime != nil && t.endTime.dateTime != nil
}
// GetEndTime returns the value safely if IsEndTime returned true
func (t *CollectionPage) GetEndTime() (v time.Time) {
return *t.endTime.dateTime
}
// SetEndTime sets the value of endTime to be of time.Time type
func (t *CollectionPage) SetEndTime(v time.Time) {
t.endTime = &endTimeCollectionPageIntermediateType{dateTime: &v}
}
// IsEndTimeIRI determines whether the call to GetEndTimeIRI is safe
func (t *CollectionPage) IsEndTimeIRI() (ok bool) {
return t.endTime != nil && t.endTime.IRI != nil
}
// GetEndTimeIRI returns the value safely if IsEndTimeIRI returned true
func (t *CollectionPage) GetEndTimeIRI() (v *url.URL) {
return t.endTime.IRI
}
// SetEndTimeIRI sets the value of endTime to be of *url.URL type
func (t *CollectionPage) SetEndTimeIRI(v *url.URL) {
t.endTime = &endTimeCollectionPageIntermediateType{IRI: v}
}
// HasUnknownEndTime determines whether the call to GetUnknownEndTime is safe
func (t *CollectionPage) HasUnknownEndTime() (ok bool) {
return t.endTime != nil && t.endTime.unknown_ != nil
}
// GetUnknownEndTime returns the unknown value for endTime
func (t *CollectionPage) GetUnknownEndTime() (v interface{}) {
return t.endTime.unknown_
}
// SetUnknownEndTime sets the unknown value of endTime
func (t *CollectionPage) SetUnknownEndTime(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &endTimeCollectionPageIntermediateType{}
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 *CollectionPage) GeneratorLen() (l int) {
return len(t.generator)
}
// IsGeneratorObject determines whether the call to GetGeneratorObject is safe for the specified index
func (t *CollectionPage) 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 *CollectionPage) GetGeneratorObject(index int) (v ObjectType) {
return t.generator[index].Object
}
// AppendGeneratorObject adds to the back of generator a ObjectType type
func (t *CollectionPage) AppendGeneratorObject(v ObjectType) {
t.generator = append(t.generator, &generatorCollectionPageIntermediateType{Object: v})
}
// PrependGeneratorObject adds to the front of generator a ObjectType type
func (t *CollectionPage) PrependGeneratorObject(v ObjectType) {
t.generator = append([]*generatorCollectionPageIntermediateType{&generatorCollectionPageIntermediateType{Object: v}}, t.generator...)
}
// RemoveGeneratorObject deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetGeneratorLink(index int) (v LinkType) {
return t.generator[index].Link
}
// AppendGeneratorLink adds to the back of generator a LinkType type
func (t *CollectionPage) AppendGeneratorLink(v LinkType) {
t.generator = append(t.generator, &generatorCollectionPageIntermediateType{Link: v})
}
// PrependGeneratorLink adds to the front of generator a LinkType type
func (t *CollectionPage) PrependGeneratorLink(v LinkType) {
t.generator = append([]*generatorCollectionPageIntermediateType{&generatorCollectionPageIntermediateType{Link: v}}, t.generator...)
}
// RemoveGeneratorLink deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetGeneratorIRI(index int) (v *url.URL) {
return t.generator[index].IRI
}
// AppendGeneratorIRI adds to the back of generator a *url.URL type
func (t *CollectionPage) AppendGeneratorIRI(v *url.URL) {
t.generator = append(t.generator, &generatorCollectionPageIntermediateType{IRI: v})
}
// PrependGeneratorIRI adds to the front of generator a *url.URL type
func (t *CollectionPage) PrependGeneratorIRI(v *url.URL) {
t.generator = append([]*generatorCollectionPageIntermediateType{&generatorCollectionPageIntermediateType{IRI: v}}, t.generator...)
}
// RemoveGeneratorIRI deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) HasUnknownGenerator() (ok bool) {
return t.generator != nil && t.generator[0].unknown_ != nil
}
// GetUnknownGenerator returns the unknown value for generator
func (t *CollectionPage) GetUnknownGenerator() (v interface{}) {
return t.generator[0].unknown_
}
// SetUnknownGenerator sets the unknown value of generator
func (t *CollectionPage) SetUnknownGenerator(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &generatorCollectionPageIntermediateType{}
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 *CollectionPage) IconLen() (l int) {
return len(t.icon)
}
// IsIconImage determines whether the call to GetIconImage is safe for the specified index
func (t *CollectionPage) 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 *CollectionPage) GetIconImage(index int) (v ImageType) {
return t.icon[index].Image
}
// AppendIconImage adds to the back of icon a ImageType type
func (t *CollectionPage) AppendIconImage(v ImageType) {
t.icon = append(t.icon, &iconCollectionPageIntermediateType{Image: v})
}
// PrependIconImage adds to the front of icon a ImageType type
func (t *CollectionPage) PrependIconImage(v ImageType) {
t.icon = append([]*iconCollectionPageIntermediateType{&iconCollectionPageIntermediateType{Image: v}}, t.icon...)
}
// RemoveIconImage deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetIconLink(index int) (v LinkType) {
return t.icon[index].Link
}
// AppendIconLink adds to the back of icon a LinkType type
func (t *CollectionPage) AppendIconLink(v LinkType) {
t.icon = append(t.icon, &iconCollectionPageIntermediateType{Link: v})
}
// PrependIconLink adds to the front of icon a LinkType type
func (t *CollectionPage) PrependIconLink(v LinkType) {
t.icon = append([]*iconCollectionPageIntermediateType{&iconCollectionPageIntermediateType{Link: v}}, t.icon...)
}
// RemoveIconLink deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetIconIRI(index int) (v *url.URL) {
return t.icon[index].IRI
}
// AppendIconIRI adds to the back of icon a *url.URL type
func (t *CollectionPage) AppendIconIRI(v *url.URL) {
t.icon = append(t.icon, &iconCollectionPageIntermediateType{IRI: v})
}
// PrependIconIRI adds to the front of icon a *url.URL type
func (t *CollectionPage) PrependIconIRI(v *url.URL) {
t.icon = append([]*iconCollectionPageIntermediateType{&iconCollectionPageIntermediateType{IRI: v}}, t.icon...)
}
// RemoveIconIRI deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) HasUnknownIcon() (ok bool) {
return t.icon != nil && t.icon[0].unknown_ != nil
}
// GetUnknownIcon returns the unknown value for icon
func (t *CollectionPage) GetUnknownIcon() (v interface{}) {
return t.icon[0].unknown_
}
// SetUnknownIcon sets the unknown value of icon
func (t *CollectionPage) SetUnknownIcon(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &iconCollectionPageIntermediateType{}
tmp.unknown_ = i
t.icon = append(t.icon, tmp)
}
// HasId determines whether the call to GetId is safe
func (t *CollectionPage) HasId() (ok bool) {
return t.id != nil
}
// GetId returns the value for id
func (t *CollectionPage) GetId() (v *url.URL) {
return t.id
}
// SetId sets the value of id
func (t *CollectionPage) SetId(v *url.URL) {
t.id = v
}
// HasUnknownId determines whether the call to GetUnknownId is safe
func (t *CollectionPage) HasUnknownId() (ok bool) {
return t.unknown_ != nil && t.unknown_["id"] != nil
}
// GetUnknownId returns the unknown value for id
func (t *CollectionPage) GetUnknownId() (v interface{}) {
return t.unknown_["id"]
}
// SetUnknownId sets the unknown value of id
func (t *CollectionPage) 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 *CollectionPage) ImageLen() (l int) {
return len(t.image)
}
// IsImageImage determines whether the call to GetImageImage is safe for the specified index
func (t *CollectionPage) 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 *CollectionPage) GetImageImage(index int) (v ImageType) {
return t.image[index].Image
}
// AppendImageImage adds to the back of image a ImageType type
func (t *CollectionPage) AppendImageImage(v ImageType) {
t.image = append(t.image, &imageCollectionPageIntermediateType{Image: v})
}
// PrependImageImage adds to the front of image a ImageType type
func (t *CollectionPage) PrependImageImage(v ImageType) {
t.image = append([]*imageCollectionPageIntermediateType{&imageCollectionPageIntermediateType{Image: v}}, t.image...)
}
// RemoveImageImage deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetImageLink(index int) (v LinkType) {
return t.image[index].Link
}
// AppendImageLink adds to the back of image a LinkType type
func (t *CollectionPage) AppendImageLink(v LinkType) {
t.image = append(t.image, &imageCollectionPageIntermediateType{Link: v})
}
// PrependImageLink adds to the front of image a LinkType type
func (t *CollectionPage) PrependImageLink(v LinkType) {
t.image = append([]*imageCollectionPageIntermediateType{&imageCollectionPageIntermediateType{Link: v}}, t.image...)
}
// RemoveImageLink deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetImageIRI(index int) (v *url.URL) {
return t.image[index].IRI
}
// AppendImageIRI adds to the back of image a *url.URL type
func (t *CollectionPage) AppendImageIRI(v *url.URL) {
t.image = append(t.image, &imageCollectionPageIntermediateType{IRI: v})
}
// PrependImageIRI adds to the front of image a *url.URL type
func (t *CollectionPage) PrependImageIRI(v *url.URL) {
t.image = append([]*imageCollectionPageIntermediateType{&imageCollectionPageIntermediateType{IRI: v}}, t.image...)
}
// RemoveImageIRI deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) HasUnknownImage() (ok bool) {
return t.image != nil && t.image[0].unknown_ != nil
}
// GetUnknownImage returns the unknown value for image
func (t *CollectionPage) GetUnknownImage() (v interface{}) {
return t.image[0].unknown_
}
// SetUnknownImage sets the unknown value of image
func (t *CollectionPage) SetUnknownImage(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &imageCollectionPageIntermediateType{}
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 *CollectionPage) InReplyToLen() (l int) {
return len(t.inReplyTo)
}
// IsInReplyToObject determines whether the call to GetInReplyToObject is safe for the specified index
func (t *CollectionPage) 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 *CollectionPage) GetInReplyToObject(index int) (v ObjectType) {
return t.inReplyTo[index].Object
}
// AppendInReplyToObject adds to the back of inReplyTo a ObjectType type
func (t *CollectionPage) AppendInReplyToObject(v ObjectType) {
t.inReplyTo = append(t.inReplyTo, &inReplyToCollectionPageIntermediateType{Object: v})
}
// PrependInReplyToObject adds to the front of inReplyTo a ObjectType type
func (t *CollectionPage) PrependInReplyToObject(v ObjectType) {
t.inReplyTo = append([]*inReplyToCollectionPageIntermediateType{&inReplyToCollectionPageIntermediateType{Object: v}}, t.inReplyTo...)
}
// RemoveInReplyToObject deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetInReplyToLink(index int) (v LinkType) {
return t.inReplyTo[index].Link
}
// AppendInReplyToLink adds to the back of inReplyTo a LinkType type
func (t *CollectionPage) AppendInReplyToLink(v LinkType) {
t.inReplyTo = append(t.inReplyTo, &inReplyToCollectionPageIntermediateType{Link: v})
}
// PrependInReplyToLink adds to the front of inReplyTo a LinkType type
func (t *CollectionPage) PrependInReplyToLink(v LinkType) {
t.inReplyTo = append([]*inReplyToCollectionPageIntermediateType{&inReplyToCollectionPageIntermediateType{Link: v}}, t.inReplyTo...)
}
// RemoveInReplyToLink deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetInReplyToIRI(index int) (v *url.URL) {
return t.inReplyTo[index].IRI
}
// AppendInReplyToIRI adds to the back of inReplyTo a *url.URL type
func (t *CollectionPage) AppendInReplyToIRI(v *url.URL) {
t.inReplyTo = append(t.inReplyTo, &inReplyToCollectionPageIntermediateType{IRI: v})
}
// PrependInReplyToIRI adds to the front of inReplyTo a *url.URL type
func (t *CollectionPage) PrependInReplyToIRI(v *url.URL) {
t.inReplyTo = append([]*inReplyToCollectionPageIntermediateType{&inReplyToCollectionPageIntermediateType{IRI: v}}, t.inReplyTo...)
}
// RemoveInReplyToIRI deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) HasUnknownInReplyTo() (ok bool) {
return t.inReplyTo != nil && t.inReplyTo[0].unknown_ != nil
}
// GetUnknownInReplyTo returns the unknown value for inReplyTo
func (t *CollectionPage) GetUnknownInReplyTo() (v interface{}) {
return t.inReplyTo[0].unknown_
}
// SetUnknownInReplyTo sets the unknown value of inReplyTo
func (t *CollectionPage) SetUnknownInReplyTo(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &inReplyToCollectionPageIntermediateType{}
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 *CollectionPage) LocationLen() (l int) {
return len(t.location)
}
// IsLocationObject determines whether the call to GetLocationObject is safe for the specified index
func (t *CollectionPage) 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 *CollectionPage) GetLocationObject(index int) (v ObjectType) {
return t.location[index].Object
}
// AppendLocationObject adds to the back of location a ObjectType type
func (t *CollectionPage) AppendLocationObject(v ObjectType) {
t.location = append(t.location, &locationCollectionPageIntermediateType{Object: v})
}
// PrependLocationObject adds to the front of location a ObjectType type
func (t *CollectionPage) PrependLocationObject(v ObjectType) {
t.location = append([]*locationCollectionPageIntermediateType{&locationCollectionPageIntermediateType{Object: v}}, t.location...)
}
// RemoveLocationObject deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetLocationLink(index int) (v LinkType) {
return t.location[index].Link
}
// AppendLocationLink adds to the back of location a LinkType type
func (t *CollectionPage) AppendLocationLink(v LinkType) {
t.location = append(t.location, &locationCollectionPageIntermediateType{Link: v})
}
// PrependLocationLink adds to the front of location a LinkType type
func (t *CollectionPage) PrependLocationLink(v LinkType) {
t.location = append([]*locationCollectionPageIntermediateType{&locationCollectionPageIntermediateType{Link: v}}, t.location...)
}
// RemoveLocationLink deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetLocationIRI(index int) (v *url.URL) {
return t.location[index].IRI
}
// AppendLocationIRI adds to the back of location a *url.URL type
func (t *CollectionPage) AppendLocationIRI(v *url.URL) {
t.location = append(t.location, &locationCollectionPageIntermediateType{IRI: v})
}
// PrependLocationIRI adds to the front of location a *url.URL type
func (t *CollectionPage) PrependLocationIRI(v *url.URL) {
t.location = append([]*locationCollectionPageIntermediateType{&locationCollectionPageIntermediateType{IRI: v}}, t.location...)
}
// RemoveLocationIRI deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) HasUnknownLocation() (ok bool) {
return t.location != nil && t.location[0].unknown_ != nil
}
// GetUnknownLocation returns the unknown value for location
func (t *CollectionPage) GetUnknownLocation() (v interface{}) {
return t.location[0].unknown_
}
// SetUnknownLocation sets the unknown value of location
func (t *CollectionPage) SetUnknownLocation(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &locationCollectionPageIntermediateType{}
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 *CollectionPage) PreviewLen() (l int) {
return len(t.preview)
}
// IsPreviewObject determines whether the call to GetPreviewObject is safe for the specified index
func (t *CollectionPage) 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 *CollectionPage) GetPreviewObject(index int) (v ObjectType) {
return t.preview[index].Object
}
// AppendPreviewObject adds to the back of preview a ObjectType type
func (t *CollectionPage) AppendPreviewObject(v ObjectType) {
t.preview = append(t.preview, &previewCollectionPageIntermediateType{Object: v})
}
// PrependPreviewObject adds to the front of preview a ObjectType type
func (t *CollectionPage) PrependPreviewObject(v ObjectType) {
t.preview = append([]*previewCollectionPageIntermediateType{&previewCollectionPageIntermediateType{Object: v}}, t.preview...)
}
// RemovePreviewObject deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetPreviewLink(index int) (v LinkType) {
return t.preview[index].Link
}
// AppendPreviewLink adds to the back of preview a LinkType type
func (t *CollectionPage) AppendPreviewLink(v LinkType) {
t.preview = append(t.preview, &previewCollectionPageIntermediateType{Link: v})
}
// PrependPreviewLink adds to the front of preview a LinkType type
func (t *CollectionPage) PrependPreviewLink(v LinkType) {
t.preview = append([]*previewCollectionPageIntermediateType{&previewCollectionPageIntermediateType{Link: v}}, t.preview...)
}
// RemovePreviewLink deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetPreviewIRI(index int) (v *url.URL) {
return t.preview[index].IRI
}
// AppendPreviewIRI adds to the back of preview a *url.URL type
func (t *CollectionPage) AppendPreviewIRI(v *url.URL) {
t.preview = append(t.preview, &previewCollectionPageIntermediateType{IRI: v})
}
// PrependPreviewIRI adds to the front of preview a *url.URL type
func (t *CollectionPage) PrependPreviewIRI(v *url.URL) {
t.preview = append([]*previewCollectionPageIntermediateType{&previewCollectionPageIntermediateType{IRI: v}}, t.preview...)
}
// RemovePreviewIRI deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) HasUnknownPreview() (ok bool) {
return t.preview != nil && t.preview[0].unknown_ != nil
}
// GetUnknownPreview returns the unknown value for preview
func (t *CollectionPage) GetUnknownPreview() (v interface{}) {
return t.preview[0].unknown_
}
// SetUnknownPreview sets the unknown value of preview
func (t *CollectionPage) SetUnknownPreview(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &previewCollectionPageIntermediateType{}
tmp.unknown_ = i
t.preview = append(t.preview, tmp)
}
// IsPublished determines whether the call to GetPublished is safe
func (t *CollectionPage) IsPublished() (ok bool) {
return t.published != nil && t.published.dateTime != nil
}
// GetPublished returns the value safely if IsPublished returned true
func (t *CollectionPage) GetPublished() (v time.Time) {
return *t.published.dateTime
}
// SetPublished sets the value of published to be of time.Time type
func (t *CollectionPage) SetPublished(v time.Time) {
t.published = &publishedCollectionPageIntermediateType{dateTime: &v}
}
// IsPublishedIRI determines whether the call to GetPublishedIRI is safe
func (t *CollectionPage) IsPublishedIRI() (ok bool) {
return t.published != nil && t.published.IRI != nil
}
// GetPublishedIRI returns the value safely if IsPublishedIRI returned true
func (t *CollectionPage) GetPublishedIRI() (v *url.URL) {
return t.published.IRI
}
// SetPublishedIRI sets the value of published to be of *url.URL type
func (t *CollectionPage) SetPublishedIRI(v *url.URL) {
t.published = &publishedCollectionPageIntermediateType{IRI: v}
}
// HasUnknownPublished determines whether the call to GetUnknownPublished is safe
func (t *CollectionPage) HasUnknownPublished() (ok bool) {
return t.published != nil && t.published.unknown_ != nil
}
// GetUnknownPublished returns the unknown value for published
func (t *CollectionPage) GetUnknownPublished() (v interface{}) {
return t.published.unknown_
}
// SetUnknownPublished sets the unknown value of published
func (t *CollectionPage) SetUnknownPublished(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &publishedCollectionPageIntermediateType{}
tmp.unknown_ = i
t.published = tmp
}
// IsReplies determines whether the call to GetReplies is safe
func (t *CollectionPage) IsReplies() (ok bool) {
return t.replies != nil && t.replies.Collection != nil
}
// GetReplies returns the value safely if IsReplies returned true
func (t *CollectionPage) GetReplies() (v CollectionType) {
return t.replies.Collection
}
// SetReplies sets the value of replies to be of CollectionType type
func (t *CollectionPage) SetReplies(v CollectionType) {
t.replies = &repliesCollectionPageIntermediateType{Collection: v}
}
// IsRepliesIRI determines whether the call to GetRepliesIRI is safe
func (t *CollectionPage) IsRepliesIRI() (ok bool) {
return t.replies != nil && t.replies.IRI != nil
}
// GetRepliesIRI returns the value safely if IsRepliesIRI returned true
func (t *CollectionPage) GetRepliesIRI() (v *url.URL) {
return t.replies.IRI
}
// SetRepliesIRI sets the value of replies to be of *url.URL type
func (t *CollectionPage) SetRepliesIRI(v *url.URL) {
t.replies = &repliesCollectionPageIntermediateType{IRI: v}
}
// HasUnknownReplies determines whether the call to GetUnknownReplies is safe
func (t *CollectionPage) HasUnknownReplies() (ok bool) {
return t.replies != nil && t.replies.unknown_ != nil
}
// GetUnknownReplies returns the unknown value for replies
func (t *CollectionPage) GetUnknownReplies() (v interface{}) {
return t.replies.unknown_
}
// SetUnknownReplies sets the unknown value of replies
func (t *CollectionPage) SetUnknownReplies(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &repliesCollectionPageIntermediateType{}
tmp.unknown_ = i
t.replies = tmp
}
// IsStartTime determines whether the call to GetStartTime is safe
func (t *CollectionPage) IsStartTime() (ok bool) {
return t.startTime != nil && t.startTime.dateTime != nil
}
// GetStartTime returns the value safely if IsStartTime returned true
func (t *CollectionPage) GetStartTime() (v time.Time) {
return *t.startTime.dateTime
}
// SetStartTime sets the value of startTime to be of time.Time type
func (t *CollectionPage) SetStartTime(v time.Time) {
t.startTime = &startTimeCollectionPageIntermediateType{dateTime: &v}
}
// IsStartTimeIRI determines whether the call to GetStartTimeIRI is safe
func (t *CollectionPage) IsStartTimeIRI() (ok bool) {
return t.startTime != nil && t.startTime.IRI != nil
}
// GetStartTimeIRI returns the value safely if IsStartTimeIRI returned true
func (t *CollectionPage) GetStartTimeIRI() (v *url.URL) {
return t.startTime.IRI
}
// SetStartTimeIRI sets the value of startTime to be of *url.URL type
func (t *CollectionPage) SetStartTimeIRI(v *url.URL) {
t.startTime = &startTimeCollectionPageIntermediateType{IRI: v}
}
// HasUnknownStartTime determines whether the call to GetUnknownStartTime is safe
func (t *CollectionPage) HasUnknownStartTime() (ok bool) {
return t.startTime != nil && t.startTime.unknown_ != nil
}
// GetUnknownStartTime returns the unknown value for startTime
func (t *CollectionPage) GetUnknownStartTime() (v interface{}) {
return t.startTime.unknown_
}
// SetUnknownStartTime sets the unknown value of startTime
func (t *CollectionPage) SetUnknownStartTime(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &startTimeCollectionPageIntermediateType{}
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 *CollectionPage) SummaryLen() (l int) {
return len(t.summary)
}
// IsSummaryString determines whether the call to GetSummaryString is safe for the specified index
func (t *CollectionPage) 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 *CollectionPage) GetSummaryString(index int) (v string) {
return *t.summary[index].stringName
}
// AppendSummaryString adds to the back of summary a string type
func (t *CollectionPage) AppendSummaryString(v string) {
t.summary = append(t.summary, &summaryCollectionPageIntermediateType{stringName: &v})
}
// PrependSummaryString adds to the front of summary a string type
func (t *CollectionPage) PrependSummaryString(v string) {
t.summary = append([]*summaryCollectionPageIntermediateType{&summaryCollectionPageIntermediateType{stringName: &v}}, t.summary...)
}
// RemoveSummaryString deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetSummaryLangString(index int) (v string) {
return *t.summary[index].langString
}
// AppendSummaryLangString adds to the back of summary a string type
func (t *CollectionPage) AppendSummaryLangString(v string) {
t.summary = append(t.summary, &summaryCollectionPageIntermediateType{langString: &v})
}
// PrependSummaryLangString adds to the front of summary a string type
func (t *CollectionPage) PrependSummaryLangString(v string) {
t.summary = append([]*summaryCollectionPageIntermediateType{&summaryCollectionPageIntermediateType{langString: &v}}, t.summary...)
}
// RemoveSummaryLangString deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetSummaryIRI(index int) (v *url.URL) {
return t.summary[index].IRI
}
// AppendSummaryIRI adds to the back of summary a *url.URL type
func (t *CollectionPage) AppendSummaryIRI(v *url.URL) {
t.summary = append(t.summary, &summaryCollectionPageIntermediateType{IRI: v})
}
// PrependSummaryIRI adds to the front of summary a *url.URL type
func (t *CollectionPage) PrependSummaryIRI(v *url.URL) {
t.summary = append([]*summaryCollectionPageIntermediateType{&summaryCollectionPageIntermediateType{IRI: v}}, t.summary...)
}
// RemoveSummaryIRI deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) HasUnknownSummary() (ok bool) {
return t.summary != nil && t.summary[0].unknown_ != nil
}
// GetUnknownSummary returns the unknown value for summary
func (t *CollectionPage) GetUnknownSummary() (v interface{}) {
return t.summary[0].unknown_
}
// SetUnknownSummary sets the unknown value of summary
func (t *CollectionPage) SetUnknownSummary(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &summaryCollectionPageIntermediateType{}
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 *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) TagLen() (l int) {
return len(t.tag)
}
// IsTagObject determines whether the call to GetTagObject is safe for the specified index
func (t *CollectionPage) 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 *CollectionPage) GetTagObject(index int) (v ObjectType) {
return t.tag[index].Object
}
// AppendTagObject adds to the back of tag a ObjectType type
func (t *CollectionPage) AppendTagObject(v ObjectType) {
t.tag = append(t.tag, &tagCollectionPageIntermediateType{Object: v})
}
// PrependTagObject adds to the front of tag a ObjectType type
func (t *CollectionPage) PrependTagObject(v ObjectType) {
t.tag = append([]*tagCollectionPageIntermediateType{&tagCollectionPageIntermediateType{Object: v}}, t.tag...)
}
// RemoveTagObject deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetTagLink(index int) (v LinkType) {
return t.tag[index].Link
}
// AppendTagLink adds to the back of tag a LinkType type
func (t *CollectionPage) AppendTagLink(v LinkType) {
t.tag = append(t.tag, &tagCollectionPageIntermediateType{Link: v})
}
// PrependTagLink adds to the front of tag a LinkType type
func (t *CollectionPage) PrependTagLink(v LinkType) {
t.tag = append([]*tagCollectionPageIntermediateType{&tagCollectionPageIntermediateType{Link: v}}, t.tag...)
}
// RemoveTagLink deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetTagIRI(index int) (v *url.URL) {
return t.tag[index].IRI
}
// AppendTagIRI adds to the back of tag a *url.URL type
func (t *CollectionPage) AppendTagIRI(v *url.URL) {
t.tag = append(t.tag, &tagCollectionPageIntermediateType{IRI: v})
}
// PrependTagIRI adds to the front of tag a *url.URL type
func (t *CollectionPage) PrependTagIRI(v *url.URL) {
t.tag = append([]*tagCollectionPageIntermediateType{&tagCollectionPageIntermediateType{IRI: v}}, t.tag...)
}
// RemoveTagIRI deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) HasUnknownTag() (ok bool) {
return t.tag != nil && t.tag[0].unknown_ != nil
}
// GetUnknownTag returns the unknown value for tag
func (t *CollectionPage) GetUnknownTag() (v interface{}) {
return t.tag[0].unknown_
}
// SetUnknownTag sets the unknown value of tag
func (t *CollectionPage) SetUnknownTag(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &tagCollectionPageIntermediateType{}
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 *CollectionPage) TypeLen() (l int) {
return len(t.typeName)
}
// GetType returns the value for the specified index
func (t *CollectionPage) GetType(index int) (v interface{}) {
return t.typeName[index]
}
// AppendType adds a value to the back of type
func (t *CollectionPage) AppendType(v interface{}) {
t.typeName = append(t.typeName, v)
}
// PrependType adds a value to the front of type
func (t *CollectionPage) PrependType(v interface{}) {
t.typeName = append([]interface{}{v}, t.typeName...)
}
// RemoveType deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) IsUpdated() (ok bool) {
return t.updated != nil && t.updated.dateTime != nil
}
// GetUpdated returns the value safely if IsUpdated returned true
func (t *CollectionPage) GetUpdated() (v time.Time) {
return *t.updated.dateTime
}
// SetUpdated sets the value of updated to be of time.Time type
func (t *CollectionPage) SetUpdated(v time.Time) {
t.updated = &updatedCollectionPageIntermediateType{dateTime: &v}
}
// IsUpdatedIRI determines whether the call to GetUpdatedIRI is safe
func (t *CollectionPage) IsUpdatedIRI() (ok bool) {
return t.updated != nil && t.updated.IRI != nil
}
// GetUpdatedIRI returns the value safely if IsUpdatedIRI returned true
func (t *CollectionPage) GetUpdatedIRI() (v *url.URL) {
return t.updated.IRI
}
// SetUpdatedIRI sets the value of updated to be of *url.URL type
func (t *CollectionPage) SetUpdatedIRI(v *url.URL) {
t.updated = &updatedCollectionPageIntermediateType{IRI: v}
}
// HasUnknownUpdated determines whether the call to GetUnknownUpdated is safe
func (t *CollectionPage) HasUnknownUpdated() (ok bool) {
return t.updated != nil && t.updated.unknown_ != nil
}
// GetUnknownUpdated returns the unknown value for updated
func (t *CollectionPage) GetUnknownUpdated() (v interface{}) {
return t.updated.unknown_
}
// SetUnknownUpdated sets the unknown value of updated
func (t *CollectionPage) SetUnknownUpdated(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &updatedCollectionPageIntermediateType{}
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 *CollectionPage) UrlLen() (l int) {
return len(t.url)
}
// IsUrlAnyURI determines whether the call to GetUrlAnyURI is safe for the specified index
func (t *CollectionPage) 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 *CollectionPage) GetUrlAnyURI(index int) (v *url.URL) {
return t.url[index].anyURI
}
// AppendUrlAnyURI adds to the back of url a *url.URL type
func (t *CollectionPage) AppendUrlAnyURI(v *url.URL) {
t.url = append(t.url, &urlCollectionPageIntermediateType{anyURI: v})
}
// PrependUrlAnyURI adds to the front of url a *url.URL type
func (t *CollectionPage) PrependUrlAnyURI(v *url.URL) {
t.url = append([]*urlCollectionPageIntermediateType{&urlCollectionPageIntermediateType{anyURI: v}}, t.url...)
}
// RemoveUrlAnyURI deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetUrlLink(index int) (v LinkType) {
return t.url[index].Link
}
// AppendUrlLink adds to the back of url a LinkType type
func (t *CollectionPage) AppendUrlLink(v LinkType) {
t.url = append(t.url, &urlCollectionPageIntermediateType{Link: v})
}
// PrependUrlLink adds to the front of url a LinkType type
func (t *CollectionPage) PrependUrlLink(v LinkType) {
t.url = append([]*urlCollectionPageIntermediateType{&urlCollectionPageIntermediateType{Link: v}}, t.url...)
}
// RemoveUrlLink deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) HasUnknownUrl() (ok bool) {
return t.url != nil && t.url[0].unknown_ != nil
}
// GetUnknownUrl returns the unknown value for url
func (t *CollectionPage) GetUnknownUrl() (v interface{}) {
return t.url[0].unknown_
}
// SetUnknownUrl sets the unknown value of url
func (t *CollectionPage) SetUnknownUrl(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &urlCollectionPageIntermediateType{}
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 *CollectionPage) ToLen() (l int) {
return len(t.to)
}
// IsToObject determines whether the call to GetToObject is safe for the specified index
func (t *CollectionPage) 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 *CollectionPage) GetToObject(index int) (v ObjectType) {
return t.to[index].Object
}
// AppendToObject adds to the back of to a ObjectType type
func (t *CollectionPage) AppendToObject(v ObjectType) {
t.to = append(t.to, &toCollectionPageIntermediateType{Object: v})
}
// PrependToObject adds to the front of to a ObjectType type
func (t *CollectionPage) PrependToObject(v ObjectType) {
t.to = append([]*toCollectionPageIntermediateType{&toCollectionPageIntermediateType{Object: v}}, t.to...)
}
// RemoveToObject deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetToLink(index int) (v LinkType) {
return t.to[index].Link
}
// AppendToLink adds to the back of to a LinkType type
func (t *CollectionPage) AppendToLink(v LinkType) {
t.to = append(t.to, &toCollectionPageIntermediateType{Link: v})
}
// PrependToLink adds to the front of to a LinkType type
func (t *CollectionPage) PrependToLink(v LinkType) {
t.to = append([]*toCollectionPageIntermediateType{&toCollectionPageIntermediateType{Link: v}}, t.to...)
}
// RemoveToLink deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetToIRI(index int) (v *url.URL) {
return t.to[index].IRI
}
// AppendToIRI adds to the back of to a *url.URL type
func (t *CollectionPage) AppendToIRI(v *url.URL) {
t.to = append(t.to, &toCollectionPageIntermediateType{IRI: v})
}
// PrependToIRI adds to the front of to a *url.URL type
func (t *CollectionPage) PrependToIRI(v *url.URL) {
t.to = append([]*toCollectionPageIntermediateType{&toCollectionPageIntermediateType{IRI: v}}, t.to...)
}
// RemoveToIRI deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) HasUnknownTo() (ok bool) {
return t.to != nil && t.to[0].unknown_ != nil
}
// GetUnknownTo returns the unknown value for to
func (t *CollectionPage) GetUnknownTo() (v interface{}) {
return t.to[0].unknown_
}
// SetUnknownTo sets the unknown value of to
func (t *CollectionPage) SetUnknownTo(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &toCollectionPageIntermediateType{}
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 *CollectionPage) BtoLen() (l int) {
return len(t.bto)
}
// IsBtoObject determines whether the call to GetBtoObject is safe for the specified index
func (t *CollectionPage) 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 *CollectionPage) GetBtoObject(index int) (v ObjectType) {
return t.bto[index].Object
}
// AppendBtoObject adds to the back of bto a ObjectType type
func (t *CollectionPage) AppendBtoObject(v ObjectType) {
t.bto = append(t.bto, &btoCollectionPageIntermediateType{Object: v})
}
// PrependBtoObject adds to the front of bto a ObjectType type
func (t *CollectionPage) PrependBtoObject(v ObjectType) {
t.bto = append([]*btoCollectionPageIntermediateType{&btoCollectionPageIntermediateType{Object: v}}, t.bto...)
}
// RemoveBtoObject deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetBtoLink(index int) (v LinkType) {
return t.bto[index].Link
}
// AppendBtoLink adds to the back of bto a LinkType type
func (t *CollectionPage) AppendBtoLink(v LinkType) {
t.bto = append(t.bto, &btoCollectionPageIntermediateType{Link: v})
}
// PrependBtoLink adds to the front of bto a LinkType type
func (t *CollectionPage) PrependBtoLink(v LinkType) {
t.bto = append([]*btoCollectionPageIntermediateType{&btoCollectionPageIntermediateType{Link: v}}, t.bto...)
}
// RemoveBtoLink deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetBtoIRI(index int) (v *url.URL) {
return t.bto[index].IRI
}
// AppendBtoIRI adds to the back of bto a *url.URL type
func (t *CollectionPage) AppendBtoIRI(v *url.URL) {
t.bto = append(t.bto, &btoCollectionPageIntermediateType{IRI: v})
}
// PrependBtoIRI adds to the front of bto a *url.URL type
func (t *CollectionPage) PrependBtoIRI(v *url.URL) {
t.bto = append([]*btoCollectionPageIntermediateType{&btoCollectionPageIntermediateType{IRI: v}}, t.bto...)
}
// RemoveBtoIRI deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) HasUnknownBto() (ok bool) {
return t.bto != nil && t.bto[0].unknown_ != nil
}
// GetUnknownBto returns the unknown value for bto
func (t *CollectionPage) GetUnknownBto() (v interface{}) {
return t.bto[0].unknown_
}
// SetUnknownBto sets the unknown value of bto
func (t *CollectionPage) SetUnknownBto(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &btoCollectionPageIntermediateType{}
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 *CollectionPage) CcLen() (l int) {
return len(t.cc)
}
// IsCcObject determines whether the call to GetCcObject is safe for the specified index
func (t *CollectionPage) 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 *CollectionPage) GetCcObject(index int) (v ObjectType) {
return t.cc[index].Object
}
// AppendCcObject adds to the back of cc a ObjectType type
func (t *CollectionPage) AppendCcObject(v ObjectType) {
t.cc = append(t.cc, &ccCollectionPageIntermediateType{Object: v})
}
// PrependCcObject adds to the front of cc a ObjectType type
func (t *CollectionPage) PrependCcObject(v ObjectType) {
t.cc = append([]*ccCollectionPageIntermediateType{&ccCollectionPageIntermediateType{Object: v}}, t.cc...)
}
// RemoveCcObject deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetCcLink(index int) (v LinkType) {
return t.cc[index].Link
}
// AppendCcLink adds to the back of cc a LinkType type
func (t *CollectionPage) AppendCcLink(v LinkType) {
t.cc = append(t.cc, &ccCollectionPageIntermediateType{Link: v})
}
// PrependCcLink adds to the front of cc a LinkType type
func (t *CollectionPage) PrependCcLink(v LinkType) {
t.cc = append([]*ccCollectionPageIntermediateType{&ccCollectionPageIntermediateType{Link: v}}, t.cc...)
}
// RemoveCcLink deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetCcIRI(index int) (v *url.URL) {
return t.cc[index].IRI
}
// AppendCcIRI adds to the back of cc a *url.URL type
func (t *CollectionPage) AppendCcIRI(v *url.URL) {
t.cc = append(t.cc, &ccCollectionPageIntermediateType{IRI: v})
}
// PrependCcIRI adds to the front of cc a *url.URL type
func (t *CollectionPage) PrependCcIRI(v *url.URL) {
t.cc = append([]*ccCollectionPageIntermediateType{&ccCollectionPageIntermediateType{IRI: v}}, t.cc...)
}
// RemoveCcIRI deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) HasUnknownCc() (ok bool) {
return t.cc != nil && t.cc[0].unknown_ != nil
}
// GetUnknownCc returns the unknown value for cc
func (t *CollectionPage) GetUnknownCc() (v interface{}) {
return t.cc[0].unknown_
}
// SetUnknownCc sets the unknown value of cc
func (t *CollectionPage) SetUnknownCc(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &ccCollectionPageIntermediateType{}
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 *CollectionPage) BccLen() (l int) {
return len(t.bcc)
}
// IsBccObject determines whether the call to GetBccObject is safe for the specified index
func (t *CollectionPage) 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 *CollectionPage) GetBccObject(index int) (v ObjectType) {
return t.bcc[index].Object
}
// AppendBccObject adds to the back of bcc a ObjectType type
func (t *CollectionPage) AppendBccObject(v ObjectType) {
t.bcc = append(t.bcc, &bccCollectionPageIntermediateType{Object: v})
}
// PrependBccObject adds to the front of bcc a ObjectType type
func (t *CollectionPage) PrependBccObject(v ObjectType) {
t.bcc = append([]*bccCollectionPageIntermediateType{&bccCollectionPageIntermediateType{Object: v}}, t.bcc...)
}
// RemoveBccObject deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetBccLink(index int) (v LinkType) {
return t.bcc[index].Link
}
// AppendBccLink adds to the back of bcc a LinkType type
func (t *CollectionPage) AppendBccLink(v LinkType) {
t.bcc = append(t.bcc, &bccCollectionPageIntermediateType{Link: v})
}
// PrependBccLink adds to the front of bcc a LinkType type
func (t *CollectionPage) PrependBccLink(v LinkType) {
t.bcc = append([]*bccCollectionPageIntermediateType{&bccCollectionPageIntermediateType{Link: v}}, t.bcc...)
}
// RemoveBccLink deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) GetBccIRI(index int) (v *url.URL) {
return t.bcc[index].IRI
}
// AppendBccIRI adds to the back of bcc a *url.URL type
func (t *CollectionPage) AppendBccIRI(v *url.URL) {
t.bcc = append(t.bcc, &bccCollectionPageIntermediateType{IRI: v})
}
// PrependBccIRI adds to the front of bcc a *url.URL type
func (t *CollectionPage) PrependBccIRI(v *url.URL) {
t.bcc = append([]*bccCollectionPageIntermediateType{&bccCollectionPageIntermediateType{IRI: v}}, t.bcc...)
}
// RemoveBccIRI deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) HasUnknownBcc() (ok bool) {
return t.bcc != nil && t.bcc[0].unknown_ != nil
}
// GetUnknownBcc returns the unknown value for bcc
func (t *CollectionPage) GetUnknownBcc() (v interface{}) {
return t.bcc[0].unknown_
}
// SetUnknownBcc sets the unknown value of bcc
func (t *CollectionPage) SetUnknownBcc(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &bccCollectionPageIntermediateType{}
tmp.unknown_ = i
t.bcc = append(t.bcc, tmp)
}
// IsMediaType determines whether the call to GetMediaType is safe
func (t *CollectionPage) IsMediaType() (ok bool) {
return t.mediaType != nil && t.mediaType.mimeMediaTypeValue != nil
}
// GetMediaType returns the value safely if IsMediaType returned true
func (t *CollectionPage) GetMediaType() (v string) {
return *t.mediaType.mimeMediaTypeValue
}
// SetMediaType sets the value of mediaType to be of string type
func (t *CollectionPage) SetMediaType(v string) {
t.mediaType = &mediaTypeCollectionPageIntermediateType{mimeMediaTypeValue: &v}
}
// IsMediaTypeIRI determines whether the call to GetMediaTypeIRI is safe
func (t *CollectionPage) IsMediaTypeIRI() (ok bool) {
return t.mediaType != nil && t.mediaType.IRI != nil
}
// GetMediaTypeIRI returns the value safely if IsMediaTypeIRI returned true
func (t *CollectionPage) GetMediaTypeIRI() (v *url.URL) {
return t.mediaType.IRI
}
// SetMediaTypeIRI sets the value of mediaType to be of *url.URL type
func (t *CollectionPage) SetMediaTypeIRI(v *url.URL) {
t.mediaType = &mediaTypeCollectionPageIntermediateType{IRI: v}
}
// HasUnknownMediaType determines whether the call to GetUnknownMediaType is safe
func (t *CollectionPage) HasUnknownMediaType() (ok bool) {
return t.mediaType != nil && t.mediaType.unknown_ != nil
}
// GetUnknownMediaType returns the unknown value for mediaType
func (t *CollectionPage) GetUnknownMediaType() (v interface{}) {
return t.mediaType.unknown_
}
// SetUnknownMediaType sets the unknown value of mediaType
func (t *CollectionPage) SetUnknownMediaType(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &mediaTypeCollectionPageIntermediateType{}
tmp.unknown_ = i
t.mediaType = tmp
}
// IsDuration determines whether the call to GetDuration is safe
func (t *CollectionPage) IsDuration() (ok bool) {
return t.duration != nil && t.duration.duration != nil
}
// GetDuration returns the value safely if IsDuration returned true
func (t *CollectionPage) GetDuration() (v time.Duration) {
return *t.duration.duration
}
// SetDuration sets the value of duration to be of time.Duration type
func (t *CollectionPage) SetDuration(v time.Duration) {
t.duration = &durationCollectionPageIntermediateType{duration: &v}
}
// IsDurationIRI determines whether the call to GetDurationIRI is safe
func (t *CollectionPage) IsDurationIRI() (ok bool) {
return t.duration != nil && t.duration.IRI != nil
}
// GetDurationIRI returns the value safely if IsDurationIRI returned true
func (t *CollectionPage) GetDurationIRI() (v *url.URL) {
return t.duration.IRI
}
// SetDurationIRI sets the value of duration to be of *url.URL type
func (t *CollectionPage) SetDurationIRI(v *url.URL) {
t.duration = &durationCollectionPageIntermediateType{IRI: v}
}
// HasUnknownDuration determines whether the call to GetUnknownDuration is safe
func (t *CollectionPage) HasUnknownDuration() (ok bool) {
return t.duration != nil && t.duration.unknown_ != nil
}
// GetUnknownDuration returns the unknown value for duration
func (t *CollectionPage) GetUnknownDuration() (v interface{}) {
return t.duration.unknown_
}
// SetUnknownDuration sets the unknown value of duration
func (t *CollectionPage) SetUnknownDuration(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &durationCollectionPageIntermediateType{}
tmp.unknown_ = i
t.duration = tmp
}
// IsSource determines whether the call to GetSource is safe
func (t *CollectionPage) IsSource() (ok bool) {
return t.source != nil && t.source.Object != nil
}
// GetSource returns the value safely if IsSource returned true
func (t *CollectionPage) GetSource() (v ObjectType) {
return t.source.Object
}
// SetSource sets the value of source to be of ObjectType type
func (t *CollectionPage) SetSource(v ObjectType) {
t.source = &sourceCollectionPageIntermediateType{Object: v}
}
// IsSourceIRI determines whether the call to GetSourceIRI is safe
func (t *CollectionPage) IsSourceIRI() (ok bool) {
return t.source != nil && t.source.IRI != nil
}
// GetSourceIRI returns the value safely if IsSourceIRI returned true
func (t *CollectionPage) GetSourceIRI() (v *url.URL) {
return t.source.IRI
}
// SetSourceIRI sets the value of source to be of *url.URL type
func (t *CollectionPage) SetSourceIRI(v *url.URL) {
t.source = &sourceCollectionPageIntermediateType{IRI: v}
}
// HasUnknownSource determines whether the call to GetUnknownSource is safe
func (t *CollectionPage) HasUnknownSource() (ok bool) {
return t.source != nil && t.source.unknown_ != nil
}
// GetUnknownSource returns the unknown value for source
func (t *CollectionPage) GetUnknownSource() (v interface{}) {
return t.source.unknown_
}
// SetUnknownSource sets the unknown value of source
func (t *CollectionPage) SetUnknownSource(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &sourceCollectionPageIntermediateType{}
tmp.unknown_ = i
t.source = tmp
}
// IsInboxOrderedCollection determines whether the call to GetInboxOrderedCollection is safe
func (t *CollectionPage) IsInboxOrderedCollection() (ok bool) {
return t.inbox != nil && t.inbox.OrderedCollection != nil
}
// GetInboxOrderedCollection returns the value safely if IsInboxOrderedCollection returned true
func (t *CollectionPage) GetInboxOrderedCollection() (v OrderedCollectionType) {
return t.inbox.OrderedCollection
}
// SetInboxOrderedCollection sets the value of inbox to be of OrderedCollectionType type
func (t *CollectionPage) SetInboxOrderedCollection(v OrderedCollectionType) {
t.inbox = &inboxCollectionPageIntermediateType{OrderedCollection: v}
}
// IsInboxAnyURI determines whether the call to GetInboxAnyURI is safe
func (t *CollectionPage) IsInboxAnyURI() (ok bool) {
return t.inbox != nil && t.inbox.anyURI != nil
}
// GetInboxAnyURI returns the value safely if IsInboxAnyURI returned true
func (t *CollectionPage) GetInboxAnyURI() (v *url.URL) {
return t.inbox.anyURI
}
// SetInboxAnyURI sets the value of inbox to be of *url.URL type
func (t *CollectionPage) SetInboxAnyURI(v *url.URL) {
t.inbox = &inboxCollectionPageIntermediateType{anyURI: v}
}
// HasUnknownInbox determines whether the call to GetUnknownInbox is safe
func (t *CollectionPage) HasUnknownInbox() (ok bool) {
return t.inbox != nil && t.inbox.unknown_ != nil
}
// GetUnknownInbox returns the unknown value for inbox
func (t *CollectionPage) GetUnknownInbox() (v interface{}) {
return t.inbox.unknown_
}
// SetUnknownInbox sets the unknown value of inbox
func (t *CollectionPage) SetUnknownInbox(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &inboxCollectionPageIntermediateType{}
tmp.unknown_ = i
t.inbox = tmp
}
// IsOutboxOrderedCollection determines whether the call to GetOutboxOrderedCollection is safe
func (t *CollectionPage) IsOutboxOrderedCollection() (ok bool) {
return t.outbox != nil && t.outbox.OrderedCollection != nil
}
// GetOutboxOrderedCollection returns the value safely if IsOutboxOrderedCollection returned true
func (t *CollectionPage) GetOutboxOrderedCollection() (v OrderedCollectionType) {
return t.outbox.OrderedCollection
}
// SetOutboxOrderedCollection sets the value of outbox to be of OrderedCollectionType type
func (t *CollectionPage) SetOutboxOrderedCollection(v OrderedCollectionType) {
t.outbox = &outboxCollectionPageIntermediateType{OrderedCollection: v}
}
// IsOutboxAnyURI determines whether the call to GetOutboxAnyURI is safe
func (t *CollectionPage) IsOutboxAnyURI() (ok bool) {
return t.outbox != nil && t.outbox.anyURI != nil
}
// GetOutboxAnyURI returns the value safely if IsOutboxAnyURI returned true
func (t *CollectionPage) GetOutboxAnyURI() (v *url.URL) {
return t.outbox.anyURI
}
// SetOutboxAnyURI sets the value of outbox to be of *url.URL type
func (t *CollectionPage) SetOutboxAnyURI(v *url.URL) {
t.outbox = &outboxCollectionPageIntermediateType{anyURI: v}
}
// HasUnknownOutbox determines whether the call to GetUnknownOutbox is safe
func (t *CollectionPage) HasUnknownOutbox() (ok bool) {
return t.outbox != nil && t.outbox.unknown_ != nil
}
// GetUnknownOutbox returns the unknown value for outbox
func (t *CollectionPage) GetUnknownOutbox() (v interface{}) {
return t.outbox.unknown_
}
// SetUnknownOutbox sets the unknown value of outbox
func (t *CollectionPage) SetUnknownOutbox(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &outboxCollectionPageIntermediateType{}
tmp.unknown_ = i
t.outbox = tmp
}
// IsFollowingCollection determines whether the call to GetFollowingCollection is safe
func (t *CollectionPage) IsFollowingCollection() (ok bool) {
return t.following != nil && t.following.Collection != nil
}
// GetFollowingCollection returns the value safely if IsFollowingCollection returned true
func (t *CollectionPage) GetFollowingCollection() (v CollectionType) {
return t.following.Collection
}
// SetFollowingCollection sets the value of following to be of CollectionType type
func (t *CollectionPage) SetFollowingCollection(v CollectionType) {
t.following = &followingCollectionPageIntermediateType{Collection: v}
}
// IsFollowingOrderedCollection determines whether the call to GetFollowingOrderedCollection is safe
func (t *CollectionPage) IsFollowingOrderedCollection() (ok bool) {
return t.following != nil && t.following.OrderedCollection != nil
}
// GetFollowingOrderedCollection returns the value safely if IsFollowingOrderedCollection returned true
func (t *CollectionPage) GetFollowingOrderedCollection() (v OrderedCollectionType) {
return t.following.OrderedCollection
}
// SetFollowingOrderedCollection sets the value of following to be of OrderedCollectionType type
func (t *CollectionPage) SetFollowingOrderedCollection(v OrderedCollectionType) {
t.following = &followingCollectionPageIntermediateType{OrderedCollection: v}
}
// IsFollowingAnyURI determines whether the call to GetFollowingAnyURI is safe
func (t *CollectionPage) IsFollowingAnyURI() (ok bool) {
return t.following != nil && t.following.anyURI != nil
}
// GetFollowingAnyURI returns the value safely if IsFollowingAnyURI returned true
func (t *CollectionPage) GetFollowingAnyURI() (v *url.URL) {
return t.following.anyURI
}
// SetFollowingAnyURI sets the value of following to be of *url.URL type
func (t *CollectionPage) SetFollowingAnyURI(v *url.URL) {
t.following = &followingCollectionPageIntermediateType{anyURI: v}
}
// HasUnknownFollowing determines whether the call to GetUnknownFollowing is safe
func (t *CollectionPage) HasUnknownFollowing() (ok bool) {
return t.following != nil && t.following.unknown_ != nil
}
// GetUnknownFollowing returns the unknown value for following
func (t *CollectionPage) GetUnknownFollowing() (v interface{}) {
return t.following.unknown_
}
// SetUnknownFollowing sets the unknown value of following
func (t *CollectionPage) SetUnknownFollowing(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &followingCollectionPageIntermediateType{}
tmp.unknown_ = i
t.following = tmp
}
// IsFollowersCollection determines whether the call to GetFollowersCollection is safe
func (t *CollectionPage) IsFollowersCollection() (ok bool) {
return t.followers != nil && t.followers.Collection != nil
}
// GetFollowersCollection returns the value safely if IsFollowersCollection returned true
func (t *CollectionPage) GetFollowersCollection() (v CollectionType) {
return t.followers.Collection
}
// SetFollowersCollection sets the value of followers to be of CollectionType type
func (t *CollectionPage) SetFollowersCollection(v CollectionType) {
t.followers = &followersCollectionPageIntermediateType{Collection: v}
}
// IsFollowersOrderedCollection determines whether the call to GetFollowersOrderedCollection is safe
func (t *CollectionPage) IsFollowersOrderedCollection() (ok bool) {
return t.followers != nil && t.followers.OrderedCollection != nil
}
// GetFollowersOrderedCollection returns the value safely if IsFollowersOrderedCollection returned true
func (t *CollectionPage) GetFollowersOrderedCollection() (v OrderedCollectionType) {
return t.followers.OrderedCollection
}
// SetFollowersOrderedCollection sets the value of followers to be of OrderedCollectionType type
func (t *CollectionPage) SetFollowersOrderedCollection(v OrderedCollectionType) {
t.followers = &followersCollectionPageIntermediateType{OrderedCollection: v}
}
// IsFollowersAnyURI determines whether the call to GetFollowersAnyURI is safe
func (t *CollectionPage) IsFollowersAnyURI() (ok bool) {
return t.followers != nil && t.followers.anyURI != nil
}
// GetFollowersAnyURI returns the value safely if IsFollowersAnyURI returned true
func (t *CollectionPage) GetFollowersAnyURI() (v *url.URL) {
return t.followers.anyURI
}
// SetFollowersAnyURI sets the value of followers to be of *url.URL type
func (t *CollectionPage) SetFollowersAnyURI(v *url.URL) {
t.followers = &followersCollectionPageIntermediateType{anyURI: v}
}
// HasUnknownFollowers determines whether the call to GetUnknownFollowers is safe
func (t *CollectionPage) HasUnknownFollowers() (ok bool) {
return t.followers != nil && t.followers.unknown_ != nil
}
// GetUnknownFollowers returns the unknown value for followers
func (t *CollectionPage) GetUnknownFollowers() (v interface{}) {
return t.followers.unknown_
}
// SetUnknownFollowers sets the unknown value of followers
func (t *CollectionPage) SetUnknownFollowers(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &followersCollectionPageIntermediateType{}
tmp.unknown_ = i
t.followers = tmp
}
// IsLikedCollection determines whether the call to GetLikedCollection is safe
func (t *CollectionPage) IsLikedCollection() (ok bool) {
return t.liked != nil && t.liked.Collection != nil
}
// GetLikedCollection returns the value safely if IsLikedCollection returned true
func (t *CollectionPage) GetLikedCollection() (v CollectionType) {
return t.liked.Collection
}
// SetLikedCollection sets the value of liked to be of CollectionType type
func (t *CollectionPage) SetLikedCollection(v CollectionType) {
t.liked = &likedCollectionPageIntermediateType{Collection: v}
}
// IsLikedOrderedCollection determines whether the call to GetLikedOrderedCollection is safe
func (t *CollectionPage) IsLikedOrderedCollection() (ok bool) {
return t.liked != nil && t.liked.OrderedCollection != nil
}
// GetLikedOrderedCollection returns the value safely if IsLikedOrderedCollection returned true
func (t *CollectionPage) GetLikedOrderedCollection() (v OrderedCollectionType) {
return t.liked.OrderedCollection
}
// SetLikedOrderedCollection sets the value of liked to be of OrderedCollectionType type
func (t *CollectionPage) SetLikedOrderedCollection(v OrderedCollectionType) {
t.liked = &likedCollectionPageIntermediateType{OrderedCollection: v}
}
// IsLikedAnyURI determines whether the call to GetLikedAnyURI is safe
func (t *CollectionPage) IsLikedAnyURI() (ok bool) {
return t.liked != nil && t.liked.anyURI != nil
}
// GetLikedAnyURI returns the value safely if IsLikedAnyURI returned true
func (t *CollectionPage) GetLikedAnyURI() (v *url.URL) {
return t.liked.anyURI
}
// SetLikedAnyURI sets the value of liked to be of *url.URL type
func (t *CollectionPage) SetLikedAnyURI(v *url.URL) {
t.liked = &likedCollectionPageIntermediateType{anyURI: v}
}
// HasUnknownLiked determines whether the call to GetUnknownLiked is safe
func (t *CollectionPage) HasUnknownLiked() (ok bool) {
return t.liked != nil && t.liked.unknown_ != nil
}
// GetUnknownLiked returns the unknown value for liked
func (t *CollectionPage) GetUnknownLiked() (v interface{}) {
return t.liked.unknown_
}
// SetUnknownLiked sets the unknown value of liked
func (t *CollectionPage) SetUnknownLiked(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &likedCollectionPageIntermediateType{}
tmp.unknown_ = i
t.liked = tmp
}
// IsLikesCollection determines whether the call to GetLikesCollection is safe
func (t *CollectionPage) IsLikesCollection() (ok bool) {
return t.likes != nil && t.likes.Collection != nil
}
// GetLikesCollection returns the value safely if IsLikesCollection returned true
func (t *CollectionPage) GetLikesCollection() (v CollectionType) {
return t.likes.Collection
}
// SetLikesCollection sets the value of likes to be of CollectionType type
func (t *CollectionPage) SetLikesCollection(v CollectionType) {
t.likes = &likesCollectionPageIntermediateType{Collection: v}
}
// IsLikesOrderedCollection determines whether the call to GetLikesOrderedCollection is safe
func (t *CollectionPage) IsLikesOrderedCollection() (ok bool) {
return t.likes != nil && t.likes.OrderedCollection != nil
}
// GetLikesOrderedCollection returns the value safely if IsLikesOrderedCollection returned true
func (t *CollectionPage) GetLikesOrderedCollection() (v OrderedCollectionType) {
return t.likes.OrderedCollection
}
// SetLikesOrderedCollection sets the value of likes to be of OrderedCollectionType type
func (t *CollectionPage) SetLikesOrderedCollection(v OrderedCollectionType) {
t.likes = &likesCollectionPageIntermediateType{OrderedCollection: v}
}
// IsLikesAnyURI determines whether the call to GetLikesAnyURI is safe
func (t *CollectionPage) IsLikesAnyURI() (ok bool) {
return t.likes != nil && t.likes.anyURI != nil
}
// GetLikesAnyURI returns the value safely if IsLikesAnyURI returned true
func (t *CollectionPage) GetLikesAnyURI() (v *url.URL) {
return t.likes.anyURI
}
// SetLikesAnyURI sets the value of likes to be of *url.URL type
func (t *CollectionPage) SetLikesAnyURI(v *url.URL) {
t.likes = &likesCollectionPageIntermediateType{anyURI: v}
}
// HasUnknownLikes determines whether the call to GetUnknownLikes is safe
func (t *CollectionPage) HasUnknownLikes() (ok bool) {
return t.likes != nil && t.likes.unknown_ != nil
}
// GetUnknownLikes returns the unknown value for likes
func (t *CollectionPage) GetUnknownLikes() (v interface{}) {
return t.likes.unknown_
}
// SetUnknownLikes sets the unknown value of likes
func (t *CollectionPage) SetUnknownLikes(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &likesCollectionPageIntermediateType{}
tmp.unknown_ = i
t.likes = tmp
}
// StreamsLen determines the number of elements able to be used for the GetStreams and RemoveStreams functions
func (t *CollectionPage) StreamsLen() (l int) {
return len(t.streams)
}
// GetStreams returns the value for the specified index
func (t *CollectionPage) GetStreams(index int) (v *url.URL) {
return t.streams[index]
}
// AppendStreams adds a value to the back of streams
func (t *CollectionPage) AppendStreams(v *url.URL) {
t.streams = append(t.streams, v)
}
// PrependStreams adds a value to the front of streams
func (t *CollectionPage) PrependStreams(v *url.URL) {
t.streams = append([]*url.URL{v}, t.streams...)
}
// RemoveStreams deletes the value from the specified index
func (t *CollectionPage) 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 *CollectionPage) HasUnknownStreams() (ok bool) {
return t.unknown_ != nil && t.unknown_["streams"] != nil
}
// GetUnknownStreams returns the unknown value for streams
func (t *CollectionPage) GetUnknownStreams() (v interface{}) {
return t.unknown_["streams"]
}
// SetUnknownStreams sets the unknown value of streams
func (t *CollectionPage) 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 *CollectionPage) IsPreferredUsername() (ok bool) {
return t.preferredUsername != nil && t.preferredUsername.stringName != nil
}
// GetPreferredUsername returns the value safely if IsPreferredUsername returned true
func (t *CollectionPage) GetPreferredUsername() (v string) {
return *t.preferredUsername.stringName
}
// SetPreferredUsername sets the value of preferredUsername to be of string type
func (t *CollectionPage) SetPreferredUsername(v string) {
t.preferredUsername = &preferredUsernameCollectionPageIntermediateType{stringName: &v}
}
// IsPreferredUsernameIRI determines whether the call to GetPreferredUsernameIRI is safe
func (t *CollectionPage) IsPreferredUsernameIRI() (ok bool) {
return t.preferredUsername != nil && t.preferredUsername.IRI != nil
}
// GetPreferredUsernameIRI returns the value safely if IsPreferredUsernameIRI returned true
func (t *CollectionPage) GetPreferredUsernameIRI() (v *url.URL) {
return t.preferredUsername.IRI
}
// SetPreferredUsernameIRI sets the value of preferredUsername to be of *url.URL type
func (t *CollectionPage) SetPreferredUsernameIRI(v *url.URL) {
t.preferredUsername = &preferredUsernameCollectionPageIntermediateType{IRI: v}
}
// HasUnknownPreferredUsername determines whether the call to GetUnknownPreferredUsername is safe
func (t *CollectionPage) HasUnknownPreferredUsername() (ok bool) {
return t.preferredUsername != nil && t.preferredUsername.unknown_ != nil
}
// GetUnknownPreferredUsername returns the unknown value for preferredUsername
func (t *CollectionPage) GetUnknownPreferredUsername() (v interface{}) {
return t.preferredUsername.unknown_
}
// SetUnknownPreferredUsername sets the unknown value of preferredUsername
func (t *CollectionPage) SetUnknownPreferredUsername(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &preferredUsernameCollectionPageIntermediateType{}
tmp.unknown_ = i
t.preferredUsername = tmp
}
// PreferredUsernameMapLanguages returns all languages for this property's language mapping, or nil if there are none.
func (t *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) 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 *CollectionPage) IsEndpoints() (ok bool) {
return t.endpoints != nil && t.endpoints.Object != nil
}
// GetEndpoints returns the value safely if IsEndpoints returned true
func (t *CollectionPage) GetEndpoints() (v ObjectType) {
return t.endpoints.Object
}
// SetEndpoints sets the value of endpoints to be of ObjectType type
func (t *CollectionPage) SetEndpoints(v ObjectType) {
t.endpoints = &endpointsCollectionPageIntermediateType{Object: v}
}
// IsEndpointsIRI determines whether the call to GetEndpointsIRI is safe
func (t *CollectionPage) IsEndpointsIRI() (ok bool) {
return t.endpoints != nil && t.endpoints.IRI != nil
}
// GetEndpointsIRI returns the value safely if IsEndpointsIRI returned true
func (t *CollectionPage) GetEndpointsIRI() (v *url.URL) {
return t.endpoints.IRI
}
// SetEndpointsIRI sets the value of endpoints to be of *url.URL type
func (t *CollectionPage) SetEndpointsIRI(v *url.URL) {
t.endpoints = &endpointsCollectionPageIntermediateType{IRI: v}
}
// HasUnknownEndpoints determines whether the call to GetUnknownEndpoints is safe
func (t *CollectionPage) HasUnknownEndpoints() (ok bool) {
return t.endpoints != nil && t.endpoints.unknown_ != nil
}
// GetUnknownEndpoints returns the unknown value for endpoints
func (t *CollectionPage) GetUnknownEndpoints() (v interface{}) {
return t.endpoints.unknown_
}
// SetUnknownEndpoints sets the unknown value of endpoints
func (t *CollectionPage) SetUnknownEndpoints(i interface{}) {
if t.unknown_ == nil {
t.unknown_ = make(map[string]interface{})
}
tmp := &endpointsCollectionPageIntermediateType{}
tmp.unknown_ = i
t.endpoints = tmp
}
// HasProxyUrl determines whether the call to GetProxyUrl is safe
func (t *CollectionPage) HasProxyUrl() (ok bool) {
return t.proxyUrl != nil
}
// GetProxyUrl returns the value for proxyUrl
func (t *CollectionPage) GetProxyUrl() (v *url.URL) {
return t.proxyUrl
}
// SetProxyUrl sets the value of proxyUrl
func (t *CollectionPage) SetProxyUrl(v *url.URL) {
t.proxyUrl = v
}
// HasUnknownProxyUrl determines whether the call to GetUnknownProxyUrl is safe
func (t *CollectionPage) HasUnknownProxyUrl() (ok bool) {
return t.unknown_ != nil && t.unknown_["proxyUrl"] != nil
}
// GetUnknownProxyUrl returns the unknown value for proxyUrl
func (t *CollectionPage) GetUnknownProxyUrl() (v interface{}) {
return t.unknown_["proxyUrl"]
}
// SetUnknownProxyUrl sets the unknown value of proxyUrl
func (t *CollectionPage) 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 *CollectionPage) HasOauthAuthorizationEndpoint() (ok bool) {
return t.oauthAuthorizationEndpoint != nil
}
// GetOauthAuthorizationEndpoint returns the value for oauthAuthorizationEndpoint
func (t *CollectionPage) GetOauthAuthorizationEndpoint() (v *url.URL) {
return t.oauthAuthorizationEndpoint
}
// SetOauthAuthorizationEndpoint sets the value of oauthAuthorizationEndpoint
func (t *CollectionPage) SetOauthAuthorizationEndpoint(v *url.URL) {
t.oauthAuthorizationEndpoint = v
}
// HasUnknownOauthAuthorizationEndpoint determines whether the call to GetUnknownOauthAuthorizationEndpoint is safe
func (t *CollectionPage) HasUnknownOauthAuthorizationEndpoint() (ok bool) {
return t.unknown_ != nil && t.unknown_["oauthAuthorizationEndpoint"] != nil
}
// GetUnknownOauthAuthorizationEndpoint returns the unknown value for oauthAuthorizationEndpoint
func (t *CollectionPage) GetUnknownOauthAuthorizationEndpoint() (v interface{}) {
return t.unknown_["oauthAuthorizationEndpoint"]
}
// SetUnknownOauthAuthorizationEndpoint sets the unknown value of oauthAuthorizationEndpoint
func (t *CollectionPage) 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 *CollectionPage) HasOauthTokenEndpoint() (ok bool) {
return t.oauthTokenEndpoint != nil
}
// GetOauthTokenEndpoint returns the value for oauthTokenEndpoint
func (t *CollectionPage) GetOauthTokenEndpoint() (v *url.URL) {
return t.oauthTokenEndpoint
}
// SetOauthTokenEndpoint sets the value of oauthTokenEndpoint
func (t *CollectionPage) SetOauthTokenEndpoint(v *url.URL) {
t.oauthTokenEndpoint = v
}
// HasUnknownOauthTokenEndpoint determines whether the call to GetUnknownOauthTokenEndpoint is safe
func (t *CollectionPage) HasUnknownOauthTokenEndpoint() (ok bool) {
return t.unknown_ != nil && t.unknown_["oauthTokenEndpoint"] != nil
}
// GetUnknownOauthTokenEndpoint returns the unknown value for oauthTokenEndpoint
func (t *CollectionPage) GetUnknownOauthTokenEndpoint() (v interface{}) {
return t.unknown_["oauthTokenEndpoint"]
}
// SetUnknownOauthTokenEndpoint sets the unknown value of oauthTokenEndpoint
func (t *CollectionPage) 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 *CollectionPage) HasProvideClientKey() (ok bool) {
return t.provideClientKey != nil
}
// GetProvideClientKey returns the value for provideClientKey
func (t *CollectionPage) GetProvideClientKey() (v *url.URL) {
return t.provideClientKey
}
// SetProvideClientKey sets the value of provideClientKey
func (t *CollectionPage) SetProvideClientKey(v *url.URL) {
t.provideClientKey = v
}
// HasUnknownProvideClientKey determines whether the call to GetUnknownProvideClientKey is safe
func (t *CollectionPage) HasUnknownProvideClientKey() (ok bool) {
return t.unknown_ != nil && t.unknown_["provideClientKey"] != nil
}
// GetUnknownProvideClientKey returns the unknown value for provideClientKey
func (t *CollectionPage) GetUnknownProvideClientKey() (v interface{}) {
return t.unknown_["provideClientKey"]
}
// SetUnknownProvideClientKey sets the unknown value of provideClientKey
func (t *CollectionPage) 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 *CollectionPage) HasSignClientKey() (ok bool) {
return t.signClientKey != nil
}
// GetSignClientKey returns the value for signClientKey
func (t *CollectionPage) GetSignClientKey() (v *url.URL) {
return t.signClientKey
}
// SetSignClientKey sets the value of signClientKey
func (t *CollectionPage) SetSignClientKey(v *url.URL) {
t.signClientKey = v
}
// HasUnknownSignClientKey determines whether the call to GetUnknownSignClientKey is safe
func (t *CollectionPage) HasUnknownSignClientKey() (ok bool) {
return t.unknown_ != nil && t.unknown_["signClientKey"] != nil
}
// GetUnknownSignClientKey returns the unknown value for signClientKey
func (t *CollectionPage) GetUnknownSignClientKey() (v interface{}) {
return t.unknown_["signClientKey"]
}
// SetUnknownSignClientKey sets the unknown value of signClientKey
func (t *CollectionPage) 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 *CollectionPage) HasSharedInbox() (ok bool) {
return t.sharedInbox != nil
}
// GetSharedInbox returns the value for sharedInbox
func (t *CollectionPage) GetSharedInbox() (v *url.URL) {
return t.sharedInbox
}
// SetSharedInbox sets the value of sharedInbox
func (t *CollectionPage) SetSharedInbox(v *url.URL) {
t.sharedInbox = v
}
// HasUnknownSharedInbox determines whether the call to GetUnknownSharedInbox is safe
func (t *CollectionPage) HasUnknownSharedInbox() (ok bool) {
return t.unknown_ != nil && t.unknown_["sharedInbox"] != nil
}
// GetUnknownSharedInbox returns the unknown value for sharedInbox
func (t *CollectionPage) GetUnknownSharedInbox() (v interface{}) {
return t.unknown_["sharedInbox"]
}
// SetUnknownSharedInbox sets the unknown value of sharedInbox
func (t *CollectionPage) 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 *CollectionPage) AddUnknown(k string, i interface{}) (this *CollectionPage) {
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 *CollectionPage) 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 *CollectionPage) RemoveUnknown(k string) (this *CollectionPage) {
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 "CollectionPage" if not manually set by the caller
func (t *CollectionPage) 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 == "CollectionPage" {
typeAlreadySet = true
break
}
}
}
if !typeAlreadySet {
t.typeName = append(t.typeName, "CollectionPage")
}
// Begin generation by generateFunctionalMultiTypeDefinition
if t.partOf != nil {
if v, err := serializePartOfCollectionPageIntermediateType(t.partOf); err == nil {
m["partOf"] = v
} else {
return m, err
}
}
// End generation by generateFunctionalMultiTypeDefinition
// Begin generation by generateFunctionalMultiTypeDefinition
if t.next != nil {
if v, err := serializeNextCollectionPageIntermediateType(t.next); err == nil {
m["next"] = v
} else {
return m, err
}
}
// End generation by generateFunctionalMultiTypeDefinition
// Begin generation by generateFunctionalMultiTypeDefinition
if t.prev != nil {
if v, err := serializePrevCollectionPageIntermediateType(t.prev); err == nil {
m["prev"] = v
} else {
return m, err
}
}
// End generation by generateFunctionalMultiTypeDefinition
// Begin generation by generateFunctionalMultiTypeDefinition
if t.totalItems != nil {
if v, err := serializeTotalItemsCollectionPageIntermediateType(t.totalItems); err == nil {
m["totalItems"] = v
} else {
return m, err
}
}
// End generation by generateFunctionalMultiTypeDefinition
// Begin generation by generateFunctionalMultiTypeDefinition
if t.current != nil {
if v, err := serializeCurrentCollectionPageIntermediateType(t.current); err == nil {
m["current"] = v
} else {
return m, err
}
}
// End generation by generateFunctionalMultiTypeDefinition
// Begin generation by generateFunctionalMultiTypeDefinition
if t.first != nil {
if v, err := serializeFirstCollectionPageIntermediateType(t.first); err == nil {
m["first"] = v
} else {
return m, err
}
}
// End generation by generateFunctionalMultiTypeDefinition
// Begin generation by generateFunctionalMultiTypeDefinition
if t.last != nil {
if v, err := serializeLastCollectionPageIntermediateType(t.last); err == nil {
m["last"] = v
} else {
return m, err
}
}
// End generation by generateFunctionalMultiTypeDefinition
// Begin generation by generateNonFunctionalMultiTypeDefinition
if v, err := serializeSliceItemsCollectionPageIntermediateType(t.items); err == nil && v != nil {
if len(v) == 1 {
m["items"] = v[0]
} else {
m["items"] = v
}
} else if err != nil {
return m, err
}
// End generation by generateNonFunctionalMultiTypeDefinition
// Begin generation by generateFunctionalMultiTypeDefinition
if t.altitude != nil {
if v, err := serializeAltitudeCollectionPageIntermediateType(t.altitude); err == nil {
m["altitude"] = v
} else {
return m, err
}
}
// End generation by generateFunctionalMultiTypeDefinition
// Begin generation by generateNonFunctionalMultiTypeDefinition
if v, err := serializeSliceAttachmentCollectionPageIntermediateType(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 := serializeSliceAttributedToCollectionPageIntermediateType(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 := serializeSliceAudienceCollectionPageIntermediateType(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 := serializeSliceContentCollectionPageIntermediateType(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 := serializeSliceContextCollectionPageIntermediateType(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 := serializeSliceNameCollectionPageIntermediateType(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 := serializeEndTimeCollectionPageIntermediateType(t.endTime); err == nil {
m["endTime"] = v
} else {
return m, err
}
}
// End generation by generateFunctionalMultiTypeDefinition
// Begin generation by generateNonFunctionalMultiTypeDefinition
if v, err := serializeSliceGeneratorCollectionPageIntermediateType(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 := serializeSliceIconCollectionPageIntermediateType(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 := serializeSliceImageCollectionPageIntermediateType(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 := serializeSliceInReplyToCollectionPageIntermediateType(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 := serializeSliceLocationCollectionPageIntermediateType(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 := serializeSlicePreviewCollectionPageIntermediateType(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 := serializePublishedCollectionPageIntermediateType(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 := serializeRepliesCollectionPageIntermediateType(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 := serializeStartTimeCollectionPageIntermediateType(t.startTime); err == nil {
m["startTime"] = v
} else {
return m, err
}
}
// End generation by generateFunctionalMultiTypeDefinition
// Begin generation by generateNonFunctionalMultiTypeDefinition
if v, err := serializeSliceSummaryCollectionPageIntermediateType(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 := serializeSliceTagCollectionPageIntermediateType(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 := serializeUpdatedCollectionPageIntermediateType(t.updated); err == nil {
m["updated"] = v
} else {
return m, err
}
}
// End generation by generateFunctionalMultiTypeDefinition
// Begin generation by generateNonFunctionalMultiTypeDefinition
if v, err := serializeSliceUrlCollectionPageIntermediateType(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 := serializeSliceToCollectionPageIntermediateType(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 := serializeSliceBtoCollectionPageIntermediateType(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 := serializeSliceCcCollectionPageIntermediateType(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 := serializeSliceBccCollectionPageIntermediateType(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 := serializeMediaTypeCollectionPageIntermediateType(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 := serializeDurationCollectionPageIntermediateType(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 := serializeSourceCollectionPageIntermediateType(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 := serializeInboxCollectionPageIntermediateType(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 := serializeOutboxCollectionPageIntermediateType(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 := serializeFollowingCollectionPageIntermediateType(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 := serializeFollowersCollectionPageIntermediateType(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 := serializeLikedCollectionPageIntermediateType(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 := serializeLikesCollectionPageIntermediateType(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 := serializePreferredUsernameCollectionPageIntermediateType(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 := serializeEndpointsCollectionPageIntermediateType(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 *CollectionPage) Deserialize(m map[string]interface{}) (err error) {
for k, v := range m {
handled := false
if !handled {
// Begin generation by generateFunctionalMultiTypeDefinition
if k == "partOf" {
t.partOf, err = deserializePartOfCollectionPageIntermediateType(v)
if err != nil {
return err
}
handled = true
}
// End generation by generateFunctionalMultiTypeDefinition
}
if !handled {
// Begin generation by generateFunctionalMultiTypeDefinition
if k == "next" {
t.next, err = deserializeNextCollectionPageIntermediateType(v)
if err != nil {
return err
}
handled = true
}
// End generation by generateFunctionalMultiTypeDefinition
}
if !handled {
// Begin generation by generateFunctionalMultiTypeDefinition
if k == "prev" {
t.prev, err = deserializePrevCollectionPageIntermediateType(v)
if err != nil {
return err
}
handled = true
}
// End generation by generateFunctionalMultiTypeDefinition
}
if !handled {
// Begin generation by generateFunctionalMultiTypeDefinition
if k == "totalItems" {
t.totalItems, err = deserializeTotalItemsCollectionPageIntermediateType(v)
if err != nil {
return err
}
handled = true
}
// End generation by generateFunctionalMultiTypeDefinition
}
if !handled {
// Begin generation by generateFunctionalMultiTypeDefinition
if k == "current" {
t.current, err = deserializeCurrentCollectionPageIntermediateType(v)
if err != nil {
return err
}
handled = true
}
// End generation by generateFunctionalMultiTypeDefinition
}
if !handled {
// Begin generation by generateFunctionalMultiTypeDefinition
if k == "first" {
t.first, err = deserializeFirstCollectionPageIntermediateType(v)
if err != nil {
return err
}
handled = true
}
// End generation by generateFunctionalMultiTypeDefinition
}
if !handled {
// Begin generation by generateFunctionalMultiTypeDefinition
if k == "last" {
t.last, err = deserializeLastCollectionPageIntermediateType(v)
if err != nil {
return err
}
handled = true
}
// End generation by generateFunctionalMultiTypeDefinition
}
if !handled {
// Begin generation by generateNonFunctionalMultiTypeDefinition
if k == "items" {
if tmpMap, ok := v.(map[string]interface{}); ok {
tmp, err := deserializeItemsCollectionPageIntermediateType(tmpMap)
if err != nil {
return err
}
t.items = []*itemsCollectionPageIntermediateType{tmp}
handled = true
} else if tmpSlice, ok := v.([]interface{}); ok {
t.items, err = deserializeSliceItemsCollectionPageIntermediateType(tmpSlice)
if err != nil {
return err
}
handled = true
} else {
tmp := &itemsCollectionPageIntermediateType{}
err = tmp.Deserialize(v)
if err != nil {
return err
}
t.items = []*itemsCollectionPageIntermediateType{tmp}
handled = true
}
}
// End generation by generateNonFunctionalMultiTypeDefinition
}
if !handled {
// Begin generation by generateFunctionalMultiTypeDefinition
if k == "altitude" {
t.altitude, err = deserializeAltitudeCollectionPageIntermediateType(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 := deserializeAttachmentCollectionPageIntermediateType(tmpMap)
if err != nil {
return err
}
t.attachment = []*attachmentCollectionPageIntermediateType{tmp}
handled = true
} else if tmpSlice, ok := v.([]interface{}); ok {
t.attachment, err = deserializeSliceAttachmentCollectionPageIntermediateType(tmpSlice)
if err != nil {
return err
}
handled = true
} else {
tmp := &attachmentCollectionPageIntermediateType{}
err = tmp.Deserialize(v)
if err != nil {
return err
}
t.attachment = []*attachmentCollectionPageIntermediateType{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 := deserializeAttributedToCollectionPageIntermediateType(tmpMap)
if err != nil {
return err
}
t.attributedTo = []*attributedToCollectionPageIntermediateType{tmp}
handled = true
} else if tmpSlice, ok := v.([]interface{}); ok {
t.attributedTo, err = deserializeSliceAttributedToCollectionPageIntermediateType(tmpSlice)
if err != nil {
return err
}
handled = true
} else {
tmp := &attributedToCollectionPageIntermediateType{}
err = tmp.Deserialize(v)
if err != nil {
return err
}
t.attributedTo = []*attributedToCollectionPageIntermediateType{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 := deserializeAudienceCollectionPageIntermediateType(tmpMap)
if err != nil {
return err
}
t.audience = []*audienceCollectionPageIntermediateType{tmp}
handled = true
} else if tmpSlice, ok := v.([]interface{}); ok {
t.audience, err = deserializeSliceAudienceCollectionPageIntermediateType(tmpSlice)
if err != nil {
return err
}
handled = true
} else {
tmp := &audienceCollectionPageIntermediateType{}
err = tmp.Deserialize(v)
if err != nil {
return err
}
t.audience = []*audienceCollectionPageIntermediateType{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 := deserializeContentCollectionPageIntermediateType(tmpMap)
if err != nil {
return err
}
t.content = []*contentCollectionPageIntermediateType{tmp}
handled = true
} else if tmpSlice, ok := v.([]interface{}); ok {
t.content, err = deserializeSliceContentCollectionPageIntermediateType(tmpSlice)
if err != nil {
return err
}
handled = true
} else {
tmp := &contentCollectionPageIntermediateType{}
err = tmp.Deserialize(v)
if err != nil {
return err
}
t.content = []*contentCollectionPageIntermediateType{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 := deserializeContextCollectionPageIntermediateType(tmpMap)
if err != nil {
return err
}
t.context = []*contextCollectionPageIntermediateType{tmp}
handled = true
} else if tmpSlice, ok := v.([]interface{}); ok {
t.context, err = deserializeSliceContextCollectionPageIntermediateType(tmpSlice)
if err != nil {
return err
}
handled = true
} else {
tmp := &contextCollectionPageIntermediateType{}
err = tmp.Deserialize(v)
if err != nil {
return err
}
t.context = []*contextCollectionPageIntermediateType{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 := deserializeNameCollectionPageIntermediateType(tmpMap)
if err != nil {
return err
}
t.name = []*nameCollectionPageIntermediateType{tmp}
handled = true
} else if tmpSlice, ok := v.([]interface{}); ok {
t.name, err = deserializeSliceNameCollectionPageIntermediateType(tmpSlice)
if err != nil {
return err
}
handled = true
} else {
tmp := &nameCollectionPageIntermediateType{}
err = tmp.Deserialize(v)
if err != nil {
return err
}
t.name = []*nameCollectionPageIntermediateType{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 = deserializeEndTimeCollectionPageIntermediateType(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 := deserializeGeneratorCollectionPageIntermediateType(tmpMap)
if err != nil {
return err
}
t.generator = []*generatorCollectionPageIntermediateType{tmp}
handled = true
} else if tmpSlice, ok := v.([]interface{}); ok {
t.generator, err = deserializeSliceGeneratorCollectionPageIntermediateType(tmpSlice)
if err != nil {
return err
}
handled = true
} else {
tmp := &generatorCollectionPageIntermediateType{}
err = tmp.Deserialize(v)
if err != nil {
return err
}
t.generator = []*generatorCollectionPageIntermediateType{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 := deserializeIconCollectionPageIntermediateType(tmpMap)
if err != nil {
return err
}
t.icon = []*iconCollectionPageIntermediateType{tmp}
handled = true
} else if tmpSlice, ok := v.([]interface{}); ok {
t.icon, err = deserializeSliceIconCollectionPageIntermediateType(tmpSlice)
if err != nil {
return err
}
handled = true
} else {
tmp := &iconCollectionPageIntermediateType{}
err = tmp.Deserialize(v)
if err != nil {
return err
}
t.icon = []*iconCollectionPageIntermediateType{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 := deserializeImageCollectionPageIntermediateType(tmpMap)
if err != nil {
return err
}
t.image = []*imageCollectionPageIntermediateType{tmp}
handled = true
} else if tmpSlice, ok := v.([]interface{}); ok {
t.image, err = deserializeSliceImageCollectionPageIntermediateType(tmpSlice)
if err != nil {
return err
}
handled = true
} else {
tmp := &imageCollectionPageIntermediateType{}
err = tmp.Deserialize(v)
if err != nil {
return err
}
t.image = []*imageCollectionPageIntermediateType{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 := deserializeInReplyToCollectionPageIntermediateType(tmpMap)
if err != nil {
return err
}
t.inReplyTo = []*inReplyToCollectionPageIntermediateType{tmp}
handled = true
} else if tmpSlice, ok := v.([]interface{}); ok {
t.inReplyTo, err = deserializeSliceInReplyToCollectionPageIntermediateType(tmpSlice)
if err != nil {
return err
}
handled = true
} else {
tmp := &inReplyToCollectionPageIntermediateType{}
err = tmp.Deserialize(v)
if err != nil {
return err
}
t.inReplyTo = []*inReplyToCollectionPageIntermediateType{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 := deserializeLocationCollectionPageIntermediateType(tmpMap)
if err != nil {
return err
}
t.location = []*locationCollectionPageIntermediateType{tmp}
handled = true
} else if tmpSlice, ok := v.([]interface{}); ok {
t.location, err = deserializeSliceLocationCollectionPageIntermediateType(tmpSlice)
if err != nil {
return err
}
handled = true
} else {
tmp := &locationCollectionPageIntermediateType{}
err = tmp.Deserialize(v)
if err != nil {
return err
}
t.location = []*locationCollectionPageIntermediateType{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 := deserializePreviewCollectionPageIntermediateType(tmpMap)
if err != nil {
return err
}
t.preview = []*previewCollectionPageIntermediateType{tmp}
handled = true
} else if tmpSlice, ok := v.([]interface{}); ok {
t.preview, err = deserializeSlicePreviewCollectionPageIntermediateType(tmpSlice)
if err != nil {
return err
}
handled = true
} else {
tmp := &previewCollectionPageIntermediateType{}
err = tmp.Deserialize(v)
if err != nil {
return err
}
t.preview = []*previewCollectionPageIntermediateType{tmp}
handled = true
}
}
// End generation by generateNonFunctionalMultiTypeDefinition
}
if !handled {
// Begin generation by generateFunctionalMultiTypeDefinition
if k == "published" {
t.published, err = deserializePublishedCollectionPageIntermediateType(v)
if err != nil {
return err
}
handled = true
}
// End generation by generateFunctionalMultiTypeDefinition
}
if !handled {
// Begin generation by generateFunctionalMultiTypeDefinition
if k == "replies" {
t.replies, err = deserializeRepliesCollectionPageIntermediateType(v)
if err != nil {
return err
}
handled = true
}
// End generation by generateFunctionalMultiTypeDefinition
}
if !handled {
// Begin generation by generateFunctionalMultiTypeDefinition
if k == "startTime" {
t.startTime, err = deserializeStartTimeCollectionPageIntermediateType(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 := deserializeSummaryCollectionPageIntermediateType(tmpMap)
if err != nil {
return err
}
t.summary = []*summaryCollectionPageIntermediateType{tmp}
handled = true
} else if tmpSlice, ok := v.([]interface{}); ok {
t.summary, err = deserializeSliceSummaryCollectionPageIntermediateType(tmpSlice)
if err != nil {
return err
}
handled = true
} else {
tmp := &summaryCollectionPageIntermediateType{}
err = tmp.Deserialize(v)
if err != nil {
return err
}
t.summary = []*summaryCollectionPageIntermediateType{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 := deserializeTagCollectionPageIntermediateType(tmpMap)
if err != nil {
return err
}
t.tag = []*tagCollectionPageIntermediateType{tmp}
handled = true
} else if tmpSlice, ok := v.([]interface{}); ok {
t.tag, err = deserializeSliceTagCollectionPageIntermediateType(tmpSlice)
if err != nil {
return err
}
handled = true
} else {
tmp := &tagCollectionPageIntermediateType{}
err = tmp.Deserialize(v)
if err != nil {
return err
}
t.tag = []*tagCollectionPageIntermediateType{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 = deserializeUpdatedCollectionPageIntermediateType(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 := deserializeUrlCollectionPageIntermediateType(tmpMap)
if err != nil {
return err
}
t.url = []*urlCollectionPageIntermediateType{tmp}
handled = true
} else if tmpSlice, ok := v.([]interface{}); ok {
t.url, err = deserializeSliceUrlCollectionPageIntermediateType(tmpSlice)
if err != nil {
return err
}
handled = true
} else {
tmp := &urlCollectionPageIntermediateType{}
err = tmp.Deserialize(v)
if err != nil {
return err
}
t.url = []*urlCollectionPageIntermediateType{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 := deserializeToCollectionPageIntermediateType(tmpMap)
if err != nil {
return err
}
t.to = []*toCollectionPageIntermediateType{tmp}
handled = true
} else if tmpSlice, ok := v.([]interface{}); ok {
t.to, err = deserializeSliceToCollectionPageIntermediateType(tmpSlice)
if err != nil {
return err
}
handled = true
} else {
tmp := &toCollectionPageIntermediateType{}
err = tmp.Deserialize(v)
if err != nil {
return err
}
t.to = []*toCollectionPageIntermediateType{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 := deserializeBtoCollectionPageIntermediateType(tmpMap)
if err != nil {
return err
}
t.bto = []*btoCollectionPageIntermediateType{tmp}
handled = true
} else if tmpSlice, ok := v.([]interface{}); ok {
t.bto, err = deserializeSliceBtoCollectionPageIntermediateType(tmpSlice)
if err != nil {
return err
}
handled = true
} else {
tmp := &btoCollectionPageIntermediateType{}
err = tmp.Deserialize(v)
if err != nil {
return err
}
t.bto = []*btoCollectionPageIntermediateType{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 := deserializeCcCollectionPageIntermediateType(tmpMap)
if err != nil {
return err
}
t.cc = []*ccCollectionPageIntermediateType{tmp}
handled = true
} else if tmpSlice, ok := v.([]interface{}); ok {
t.cc, err = deserializeSliceCcCollectionPageIntermediateType(tmpSlice)
if err != nil {
return err
}
handled = true
} else {
tmp := &ccCollectionPageIntermediateType{}
err = tmp.Deserialize(v)
if err != nil {
return err
}
t.cc = []*ccCollectionPageIntermediateType{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 := deserializeBccCollectionPageIntermediateType(tmpMap)
if err != nil {
return err
}
t.bcc = []*bccCollectionPageIntermediateType{tmp}
handled = true
} else if tmpSlice, ok := v.([]interface{}); ok {
t.bcc, err = deserializeSliceBccCollectionPageIntermediateType(tmpSlice)
if err != nil {
return err
}
handled = true
} else {
tmp := &bccCollectionPageIntermediateType{}
err = tmp.Deserialize(v)
if err != nil {
return err
}
t.bcc = []*bccCollectionPageIntermediateType{tmp}
handled = true
}
}
// End generation by generateNonFunctionalMultiTypeDefinition
}
if !handled {
// Begin generation by generateFunctionalMultiTypeDefinition
if k == "mediaType" {
t.mediaType, err = deserializeMediaTypeCollectionPageIntermediateType(v)
if err != nil {
return err
}
handled = true
}
// End generation by generateFunctionalMultiTypeDefinition
}
if !handled {
// Begin generation by generateFunctionalMultiTypeDefinition
if k == "duration" {
t.duration, err = deserializeDurationCollectionPageIntermediateType(v)
if err != nil {
return err
}
handled = true
}
// End generation by generateFunctionalMultiTypeDefinition
}
if !handled {
// Begin generation by generateFunctionalMultiTypeDefinition
if k == "source" {
t.source, err = deserializeSourceCollectionPageIntermediateType(v)
if err != nil {
return err
}
handled = true
}
// End generation by generateFunctionalMultiTypeDefinition
}
if !handled {
// Begin generation by generateFunctionalMultiTypeDefinition
if k == "inbox" {
t.inbox, err = deserializeInboxCollectionPageIntermediateType(v)
if err != nil {
return err
}
handled = true
}
// End generation by generateFunctionalMultiTypeDefinition
}
if !handled {
// Begin generation by generateFunctionalMultiTypeDefinition
if k == "outbox" {
t.outbox, err = deserializeOutboxCollectionPageIntermediateType(v)
if err != nil {
return err
}
handled = true
}
// End generation by generateFunctionalMultiTypeDefinition
}
if !handled {
// Begin generation by generateFunctionalMultiTypeDefinition
if k == "following" {
t.following, err = deserializeFollowingCollectionPageIntermediateType(v)
if err != nil {
return err
}
handled = true
}
// End generation by generateFunctionalMultiTypeDefinition
}
if !handled {
// Begin generation by generateFunctionalMultiTypeDefinition
if k == "followers" {
t.followers, err = deserializeFollowersCollectionPageIntermediateType(v)
if err != nil {
return err
}
handled = true
}
// End generation by generateFunctionalMultiTypeDefinition
}
if !handled {
// Begin generation by generateFunctionalMultiTypeDefinition
if k == "liked" {
t.liked, err = deserializeLikedCollectionPageIntermediateType(v)
if err != nil {
return err
}
handled = true
}
// End generation by generateFunctionalMultiTypeDefinition
}
if !handled {
// Begin generation by generateFunctionalMultiTypeDefinition
if k == "likes" {
t.likes, err = deserializeLikesCollectionPageIntermediateType(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 = deserializePreferredUsernameCollectionPageIntermediateType(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 = deserializeEndpointsCollectionPageIntermediateType(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
}
// partOfCollectionPageIntermediateType will only have one of its values set at most
type partOfCollectionPageIntermediateType struct {
// An unknown value.
unknown_ interface{}
// Stores possible LinkType type for partOf property
Link LinkType
// Stores possible CollectionType type for partOf property
Collection CollectionType
// Stores possible *url.URL type for partOf property
IRI *url.URL
}
// Deserialize takes an interface{} and attempts to create a valid intermediate type.
func (t *partOfCollectionPageIntermediateType) 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
}
}
}
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 *partOfCollectionPageIntermediateType) Serialize() (i interface{}, err error) {
if t.Link != nil {
i, err = t.Link.Serialize()
return
}
if t.Collection != nil {
i, err = t.Collection.Serialize()
return
}
if t.IRI != nil {
i = IRISerialize(t.IRI)
return
}
i = unknownValueSerialize(t.unknown_)
return
}
// nextCollectionPageIntermediateType will only have one of its values set at most
type nextCollectionPageIntermediateType struct {
// An unknown value.
unknown_ interface{}
// Stores possible CollectionPageType type for next property
CollectionPage CollectionPageType
// Stores possible LinkType type for next property
Link LinkType
// Stores possible *url.URL type for next property
IRI *url.URL
}
// Deserialize takes an interface{} and attempts to create a valid intermediate type.
func (t *nextCollectionPageIntermediateType) 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.CollectionPage, ok = resolveObject(kind).(CollectionPageType); t.CollectionPage != nil && ok {
err = t.CollectionPage.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 *nextCollectionPageIntermediateType) Serialize() (i interface{}, err error) {
if t.CollectionPage != nil {
i, err = t.CollectionPage.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
}
// prevCollectionPageIntermediateType will only have one of its values set at most
type prevCollectionPageIntermediateType struct {
// An unknown value.
unknown_ interface{}
// Stores possible CollectionPageType type for prev property
CollectionPage CollectionPageType
// Stores possible LinkType type for prev property
Link LinkType
// Stores possible *url.URL type for prev property
IRI *url.URL
}
// Deserialize takes an interface{} and attempts to create a valid intermediate type.
func (t *prevCollectionPageIntermediateType) 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.CollectionPage, ok = resolveObject(kind).(CollectionPageType); t.CollectionPage != nil && ok {
err = t.CollectionPage.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 *prevCollectionPageIntermediateType) Serialize() (i interface{}, err error) {
if t.CollectionPage != nil {
i, err = t.CollectionPage.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
}
// totalItemsCollectionPageIntermediateType will only have one of its values set at most
type totalItemsCollectionPageIntermediateType struct {
// An unknown value.
unknown_ interface{}
// Stores possible *int64 type for totalItems property
nonNegativeInteger *int64
// Stores possible *url.URL type for totalItems property
IRI *url.URL
}
// Deserialize takes an interface{} and attempts to create a valid intermediate type.
func (t *totalItemsCollectionPageIntermediateType) 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.nonNegativeInteger, err = nonNegativeIntegerDeserialize(i)
if err != nil {
t.nonNegativeInteger = 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 *totalItemsCollectionPageIntermediateType) Serialize() (i interface{}, err error) {
if t.nonNegativeInteger != nil {
i = nonNegativeIntegerSerialize(*t.nonNegativeInteger)
return
}
if t.IRI != nil {
i = IRISerialize(t.IRI)
return
}
i = unknownValueSerialize(t.unknown_)
return
}
// currentCollectionPageIntermediateType will only have one of its values set at most
type currentCollectionPageIntermediateType struct {
// An unknown value.
unknown_ interface{}
// Stores possible CollectionPageType type for current property
CollectionPage CollectionPageType
// Stores possible LinkType type for current property
Link LinkType
// Stores possible *url.URL type for current property
IRI *url.URL
}
// Deserialize takes an interface{} and attempts to create a valid intermediate type.
func (t *currentCollectionPageIntermediateType) 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.CollectionPage, ok = resolveObject(kind).(CollectionPageType); t.CollectionPage != nil && ok {
err = t.CollectionPage.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 *currentCollectionPageIntermediateType) Serialize() (i interface{}, err error) {
if t.CollectionPage != nil {
i, err = t.CollectionPage.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
}
// firstCollectionPageIntermediateType will only have one of its values set at most
type firstCollectionPageIntermediateType struct {
// An unknown value.
unknown_ interface{}
// Stores possible CollectionPageType type for first property
CollectionPage CollectionPageType
// Stores possible LinkType type for first property
Link LinkType
// Stores possible *url.URL type for first property
IRI *url.URL
}
// Deserialize takes an interface{} and attempts to create a valid intermediate type.
func (t *firstCollectionPageIntermediateType) 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.CollectionPage, ok = resolveObject(kind).(CollectionPageType); t.CollectionPage != nil && ok {
err = t.CollectionPage.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 *firstCollectionPageIntermediateType) Serialize() (i interface{}, err error) {
if t.CollectionPage != nil {
i, err = t.CollectionPage.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
}
// lastCollectionPageIntermediateType will only have one of its values set at most
type lastCollectionPageIntermediateType struct {
// An unknown value.
unknown_ interface{}
// Stores possible CollectionPageType type for last property
CollectionPage CollectionPageType
// Stores possible LinkType type for last property
Link LinkType
// Stores possible *url.URL type for last property
IRI *url.URL
}
// Deserialize takes an interface{} and attempts to create a valid intermediate type.
func (t *lastCollectionPageIntermediateType) 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.CollectionPage, ok = resolveObject(kind).(CollectionPageType); t.CollectionPage != nil && ok {
err = t.CollectionPage.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 *lastCollectionPageIntermediateType) Serialize() (i interface{}, err error) {
if t.CollectionPage != nil {
i, err = t.CollectionPage.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
}
// itemsCollectionPageIntermediateType will only have one of its values set at most
type itemsCollectionPageIntermediateType struct {
// An unknown value.
unknown_ interface{}
// Stores possible ObjectType type for items property
Object ObjectType
// Stores possible LinkType type for items property
Link LinkType
// Stores possible *url.URL type for items property
IRI *url.URL
}
// Deserialize takes an interface{} and attempts to create a valid intermediate type.
func (t *itemsCollectionPageIntermediateType) 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 *itemsCollectionPageIntermediateType) 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
}
// altitudeCollectionPageIntermediateType will only have one of its values set at most
type altitudeCollectionPageIntermediateType 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 *altitudeCollectionPageIntermediateType) 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 *altitudeCollectionPageIntermediateType) 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
}
// attachmentCollectionPageIntermediateType will only have one of its values set at most
type attachmentCollectionPageIntermediateType 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 *attachmentCollectionPageIntermediateType) 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 *attachmentCollectionPageIntermediateType) 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
}
// attributedToCollectionPageIntermediateType will only have one of its values set at most
type attributedToCollectionPageIntermediateType 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 *attributedToCollectionPageIntermediateType) 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 *attributedToCollectionPageIntermediateType) 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
}
// audienceCollectionPageIntermediateType will only have one of its values set at most
type audienceCollectionPageIntermediateType 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 *audienceCollectionPageIntermediateType) 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 *audienceCollectionPageIntermediateType) 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
}
// contentCollectionPageIntermediateType will only have one of its values set at most
type contentCollectionPageIntermediateType 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 *contentCollectionPageIntermediateType) 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 *contentCollectionPageIntermediateType) 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
}
// contextCollectionPageIntermediateType will only have one of its values set at most
type contextCollectionPageIntermediateType 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 *contextCollectionPageIntermediateType) 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 *contextCollectionPageIntermediateType) 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
}
// nameCollectionPageIntermediateType will only have one of its values set at most
type nameCollectionPageIntermediateType 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 *nameCollectionPageIntermediateType) 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 *nameCollectionPageIntermediateType) 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
}
// endTimeCollectionPageIntermediateType will only have one of its values set at most
type endTimeCollectionPageIntermediateType 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 *endTimeCollectionPageIntermediateType) 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 *endTimeCollectionPageIntermediateType) 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
}
// generatorCollectionPageIntermediateType will only have one of its values set at most
type generatorCollectionPageIntermediateType 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 *generatorCollectionPageIntermediateType) 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 *generatorCollectionPageIntermediateType) 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
}
// iconCollectionPageIntermediateType will only have one of its values set at most
type iconCollectionPageIntermediateType 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 *iconCollectionPageIntermediateType) 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 *iconCollectionPageIntermediateType) 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
}
// imageCollectionPageIntermediateType will only have one of its values set at most
type imageCollectionPageIntermediateType 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 *imageCollectionPageIntermediateType) 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 *imageCollectionPageIntermediateType) 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
}
// inReplyToCollectionPageIntermediateType will only have one of its values set at most
type inReplyToCollectionPageIntermediateType 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 *inReplyToCollectionPageIntermediateType) 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 *inReplyToCollectionPageIntermediateType) 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
}
// locationCollectionPageIntermediateType will only have one of its values set at most
type locationCollectionPageIntermediateType 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 *locationCollectionPageIntermediateType) 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 *locationCollectionPageIntermediateType) 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
}
// previewCollectionPageIntermediateType will only have one of its values set at most
type previewCollectionPageIntermediateType 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 *previewCollectionPageIntermediateType) 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 *previewCollectionPageIntermediateType) 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
}
// publishedCollectionPageIntermediateType will only have one of its values set at most
type publishedCollectionPageIntermediateType 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 *publishedCollectionPageIntermediateType) 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 *publishedCollectionPageIntermediateType) 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
}
// repliesCollectionPageIntermediateType will only have one of its values set at most
type repliesCollectionPageIntermediateType 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 *repliesCollectionPageIntermediateType) 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 *repliesCollectionPageIntermediateType) 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
}
// startTimeCollectionPageIntermediateType will only have one of its values set at most
type startTimeCollectionPageIntermediateType 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 *startTimeCollectionPageIntermediateType) 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 *startTimeCollectionPageIntermediateType) 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
}
// summaryCollectionPageIntermediateType will only have one of its values set at most
type summaryCollectionPageIntermediateType 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 *summaryCollectionPageIntermediateType) 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 *summaryCollectionPageIntermediateType) 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
}
// tagCollectionPageIntermediateType will only have one of its values set at most
type tagCollectionPageIntermediateType 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 *tagCollectionPageIntermediateType) 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 *tagCollectionPageIntermediateType) 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
}
// updatedCollectionPageIntermediateType will only have one of its values set at most
type updatedCollectionPageIntermediateType 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 *updatedCollectionPageIntermediateType) 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 *updatedCollectionPageIntermediateType) 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
}
// urlCollectionPageIntermediateType will only have one of its values set at most
type urlCollectionPageIntermediateType 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 *urlCollectionPageIntermediateType) 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 *urlCollectionPageIntermediateType) 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
}
// toCollectionPageIntermediateType will only have one of its values set at most
type toCollectionPageIntermediateType 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 *toCollectionPageIntermediateType) 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 *toCollectionPageIntermediateType) 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
}
// btoCollectionPageIntermediateType will only have one of its values set at most
type btoCollectionPageIntermediateType 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 *btoCollectionPageIntermediateType) 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 *btoCollectionPageIntermediateType) 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
}
// ccCollectionPageIntermediateType will only have one of its values set at most
type ccCollectionPageIntermediateType 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 *ccCollectionPageIntermediateType) 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 *ccCollectionPageIntermediateType) 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
}
// bccCollectionPageIntermediateType will only have one of its values set at most
type bccCollectionPageIntermediateType 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 *bccCollectionPageIntermediateType) 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 *bccCollectionPageIntermediateType) 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
}
// mediaTypeCollectionPageIntermediateType will only have one of its values set at most
type mediaTypeCollectionPageIntermediateType 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 *mediaTypeCollectionPageIntermediateType) 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 *mediaTypeCollectionPageIntermediateType) 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
}
// durationCollectionPageIntermediateType will only have one of its values set at most
type durationCollectionPageIntermediateType 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 *durationCollectionPageIntermediateType) 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 *durationCollectionPageIntermediateType) 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
}
// sourceCollectionPageIntermediateType will only have one of its values set at most
type sourceCollectionPageIntermediateType 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 *sourceCollectionPageIntermediateType) 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 *sourceCollectionPageIntermediateType) 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
}
// inboxCollectionPageIntermediateType will only have one of its values set at most
type inboxCollectionPageIntermediateType 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 *inboxCollectionPageIntermediateType) 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 *inboxCollectionPageIntermediateType) 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
}
// outboxCollectionPageIntermediateType will only have one of its values set at most
type outboxCollectionPageIntermediateType 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 *outboxCollectionPageIntermediateType) 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 *outboxCollectionPageIntermediateType) 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
}
// followingCollectionPageIntermediateType will only have one of its values set at most
type followingCollectionPageIntermediateType 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 *followingCollectionPageIntermediateType) 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 *followingCollectionPageIntermediateType) 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
}
// followersCollectionPageIntermediateType will only have one of its values set at most
type followersCollectionPageIntermediateType 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 *followersCollectionPageIntermediateType) 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 *followersCollectionPageIntermediateType) 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
}
// likedCollectionPageIntermediateType will only have one of its values set at most
type likedCollectionPageIntermediateType 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 *likedCollectionPageIntermediateType) 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 *likedCollectionPageIntermediateType) 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
}
// likesCollectionPageIntermediateType will only have one of its values set at most
type likesCollectionPageIntermediateType 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 *likesCollectionPageIntermediateType) 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 *likesCollectionPageIntermediateType) 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
}
// preferredUsernameCollectionPageIntermediateType will only have one of its values set at most
type preferredUsernameCollectionPageIntermediateType 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 *preferredUsernameCollectionPageIntermediateType) 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 *preferredUsernameCollectionPageIntermediateType) 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
}
// endpointsCollectionPageIntermediateType will only have one of its values set at most
type endpointsCollectionPageIntermediateType 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 *endpointsCollectionPageIntermediateType) 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 *endpointsCollectionPageIntermediateType) 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
}
// deserializepartOfCollectionPageIntermediateType will accept a map to create a partOfCollectionPageIntermediateType
func deserializePartOfCollectionPageIntermediateType(in interface{}) (t *partOfCollectionPageIntermediateType, err error) {
tmp := &partOfCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice partOfCollectionPageIntermediateType will accept a slice to create a slice of partOfCollectionPageIntermediateType
func deserializeSlicePartOfCollectionPageIntermediateType(in []interface{}) (t []*partOfCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &partOfCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializepartOfCollectionPageIntermediateType will accept a partOfCollectionPageIntermediateType to create a map
func serializePartOfCollectionPageIntermediateType(t *partOfCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicepartOfCollectionPageIntermediateType will accept a slice of partOfCollectionPageIntermediateType to create a slice result
func serializeSlicePartOfCollectionPageIntermediateType(s []*partOfCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializenextCollectionPageIntermediateType will accept a map to create a nextCollectionPageIntermediateType
func deserializeNextCollectionPageIntermediateType(in interface{}) (t *nextCollectionPageIntermediateType, err error) {
tmp := &nextCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice nextCollectionPageIntermediateType will accept a slice to create a slice of nextCollectionPageIntermediateType
func deserializeSliceNextCollectionPageIntermediateType(in []interface{}) (t []*nextCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &nextCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializenextCollectionPageIntermediateType will accept a nextCollectionPageIntermediateType to create a map
func serializeNextCollectionPageIntermediateType(t *nextCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicenextCollectionPageIntermediateType will accept a slice of nextCollectionPageIntermediateType to create a slice result
func serializeSliceNextCollectionPageIntermediateType(s []*nextCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializeprevCollectionPageIntermediateType will accept a map to create a prevCollectionPageIntermediateType
func deserializePrevCollectionPageIntermediateType(in interface{}) (t *prevCollectionPageIntermediateType, err error) {
tmp := &prevCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice prevCollectionPageIntermediateType will accept a slice to create a slice of prevCollectionPageIntermediateType
func deserializeSlicePrevCollectionPageIntermediateType(in []interface{}) (t []*prevCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &prevCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializeprevCollectionPageIntermediateType will accept a prevCollectionPageIntermediateType to create a map
func serializePrevCollectionPageIntermediateType(t *prevCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSliceprevCollectionPageIntermediateType will accept a slice of prevCollectionPageIntermediateType to create a slice result
func serializeSlicePrevCollectionPageIntermediateType(s []*prevCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializetotalItemsCollectionPageIntermediateType will accept a map to create a totalItemsCollectionPageIntermediateType
func deserializeTotalItemsCollectionPageIntermediateType(in interface{}) (t *totalItemsCollectionPageIntermediateType, err error) {
tmp := &totalItemsCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice totalItemsCollectionPageIntermediateType will accept a slice to create a slice of totalItemsCollectionPageIntermediateType
func deserializeSliceTotalItemsCollectionPageIntermediateType(in []interface{}) (t []*totalItemsCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &totalItemsCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializetotalItemsCollectionPageIntermediateType will accept a totalItemsCollectionPageIntermediateType to create a map
func serializeTotalItemsCollectionPageIntermediateType(t *totalItemsCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicetotalItemsCollectionPageIntermediateType will accept a slice of totalItemsCollectionPageIntermediateType to create a slice result
func serializeSliceTotalItemsCollectionPageIntermediateType(s []*totalItemsCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializecurrentCollectionPageIntermediateType will accept a map to create a currentCollectionPageIntermediateType
func deserializeCurrentCollectionPageIntermediateType(in interface{}) (t *currentCollectionPageIntermediateType, err error) {
tmp := &currentCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice currentCollectionPageIntermediateType will accept a slice to create a slice of currentCollectionPageIntermediateType
func deserializeSliceCurrentCollectionPageIntermediateType(in []interface{}) (t []*currentCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &currentCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializecurrentCollectionPageIntermediateType will accept a currentCollectionPageIntermediateType to create a map
func serializeCurrentCollectionPageIntermediateType(t *currentCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicecurrentCollectionPageIntermediateType will accept a slice of currentCollectionPageIntermediateType to create a slice result
func serializeSliceCurrentCollectionPageIntermediateType(s []*currentCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializefirstCollectionPageIntermediateType will accept a map to create a firstCollectionPageIntermediateType
func deserializeFirstCollectionPageIntermediateType(in interface{}) (t *firstCollectionPageIntermediateType, err error) {
tmp := &firstCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice firstCollectionPageIntermediateType will accept a slice to create a slice of firstCollectionPageIntermediateType
func deserializeSliceFirstCollectionPageIntermediateType(in []interface{}) (t []*firstCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &firstCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializefirstCollectionPageIntermediateType will accept a firstCollectionPageIntermediateType to create a map
func serializeFirstCollectionPageIntermediateType(t *firstCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicefirstCollectionPageIntermediateType will accept a slice of firstCollectionPageIntermediateType to create a slice result
func serializeSliceFirstCollectionPageIntermediateType(s []*firstCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializelastCollectionPageIntermediateType will accept a map to create a lastCollectionPageIntermediateType
func deserializeLastCollectionPageIntermediateType(in interface{}) (t *lastCollectionPageIntermediateType, err error) {
tmp := &lastCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice lastCollectionPageIntermediateType will accept a slice to create a slice of lastCollectionPageIntermediateType
func deserializeSliceLastCollectionPageIntermediateType(in []interface{}) (t []*lastCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &lastCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializelastCollectionPageIntermediateType will accept a lastCollectionPageIntermediateType to create a map
func serializeLastCollectionPageIntermediateType(t *lastCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicelastCollectionPageIntermediateType will accept a slice of lastCollectionPageIntermediateType to create a slice result
func serializeSliceLastCollectionPageIntermediateType(s []*lastCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializeitemsCollectionPageIntermediateType will accept a map to create a itemsCollectionPageIntermediateType
func deserializeItemsCollectionPageIntermediateType(in interface{}) (t *itemsCollectionPageIntermediateType, err error) {
tmp := &itemsCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice itemsCollectionPageIntermediateType will accept a slice to create a slice of itemsCollectionPageIntermediateType
func deserializeSliceItemsCollectionPageIntermediateType(in []interface{}) (t []*itemsCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &itemsCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializeitemsCollectionPageIntermediateType will accept a itemsCollectionPageIntermediateType to create a map
func serializeItemsCollectionPageIntermediateType(t *itemsCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSliceitemsCollectionPageIntermediateType will accept a slice of itemsCollectionPageIntermediateType to create a slice result
func serializeSliceItemsCollectionPageIntermediateType(s []*itemsCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializealtitudeCollectionPageIntermediateType will accept a map to create a altitudeCollectionPageIntermediateType
func deserializeAltitudeCollectionPageIntermediateType(in interface{}) (t *altitudeCollectionPageIntermediateType, err error) {
tmp := &altitudeCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice altitudeCollectionPageIntermediateType will accept a slice to create a slice of altitudeCollectionPageIntermediateType
func deserializeSliceAltitudeCollectionPageIntermediateType(in []interface{}) (t []*altitudeCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &altitudeCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializealtitudeCollectionPageIntermediateType will accept a altitudeCollectionPageIntermediateType to create a map
func serializeAltitudeCollectionPageIntermediateType(t *altitudeCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicealtitudeCollectionPageIntermediateType will accept a slice of altitudeCollectionPageIntermediateType to create a slice result
func serializeSliceAltitudeCollectionPageIntermediateType(s []*altitudeCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializeattachmentCollectionPageIntermediateType will accept a map to create a attachmentCollectionPageIntermediateType
func deserializeAttachmentCollectionPageIntermediateType(in interface{}) (t *attachmentCollectionPageIntermediateType, err error) {
tmp := &attachmentCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice attachmentCollectionPageIntermediateType will accept a slice to create a slice of attachmentCollectionPageIntermediateType
func deserializeSliceAttachmentCollectionPageIntermediateType(in []interface{}) (t []*attachmentCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &attachmentCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializeattachmentCollectionPageIntermediateType will accept a attachmentCollectionPageIntermediateType to create a map
func serializeAttachmentCollectionPageIntermediateType(t *attachmentCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSliceattachmentCollectionPageIntermediateType will accept a slice of attachmentCollectionPageIntermediateType to create a slice result
func serializeSliceAttachmentCollectionPageIntermediateType(s []*attachmentCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializeattributedToCollectionPageIntermediateType will accept a map to create a attributedToCollectionPageIntermediateType
func deserializeAttributedToCollectionPageIntermediateType(in interface{}) (t *attributedToCollectionPageIntermediateType, err error) {
tmp := &attributedToCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice attributedToCollectionPageIntermediateType will accept a slice to create a slice of attributedToCollectionPageIntermediateType
func deserializeSliceAttributedToCollectionPageIntermediateType(in []interface{}) (t []*attributedToCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &attributedToCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializeattributedToCollectionPageIntermediateType will accept a attributedToCollectionPageIntermediateType to create a map
func serializeAttributedToCollectionPageIntermediateType(t *attributedToCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSliceattributedToCollectionPageIntermediateType will accept a slice of attributedToCollectionPageIntermediateType to create a slice result
func serializeSliceAttributedToCollectionPageIntermediateType(s []*attributedToCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializeaudienceCollectionPageIntermediateType will accept a map to create a audienceCollectionPageIntermediateType
func deserializeAudienceCollectionPageIntermediateType(in interface{}) (t *audienceCollectionPageIntermediateType, err error) {
tmp := &audienceCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice audienceCollectionPageIntermediateType will accept a slice to create a slice of audienceCollectionPageIntermediateType
func deserializeSliceAudienceCollectionPageIntermediateType(in []interface{}) (t []*audienceCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &audienceCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializeaudienceCollectionPageIntermediateType will accept a audienceCollectionPageIntermediateType to create a map
func serializeAudienceCollectionPageIntermediateType(t *audienceCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSliceaudienceCollectionPageIntermediateType will accept a slice of audienceCollectionPageIntermediateType to create a slice result
func serializeSliceAudienceCollectionPageIntermediateType(s []*audienceCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializecontentCollectionPageIntermediateType will accept a map to create a contentCollectionPageIntermediateType
func deserializeContentCollectionPageIntermediateType(in interface{}) (t *contentCollectionPageIntermediateType, err error) {
tmp := &contentCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice contentCollectionPageIntermediateType will accept a slice to create a slice of contentCollectionPageIntermediateType
func deserializeSliceContentCollectionPageIntermediateType(in []interface{}) (t []*contentCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &contentCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializecontentCollectionPageIntermediateType will accept a contentCollectionPageIntermediateType to create a map
func serializeContentCollectionPageIntermediateType(t *contentCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicecontentCollectionPageIntermediateType will accept a slice of contentCollectionPageIntermediateType to create a slice result
func serializeSliceContentCollectionPageIntermediateType(s []*contentCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializecontextCollectionPageIntermediateType will accept a map to create a contextCollectionPageIntermediateType
func deserializeContextCollectionPageIntermediateType(in interface{}) (t *contextCollectionPageIntermediateType, err error) {
tmp := &contextCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice contextCollectionPageIntermediateType will accept a slice to create a slice of contextCollectionPageIntermediateType
func deserializeSliceContextCollectionPageIntermediateType(in []interface{}) (t []*contextCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &contextCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializecontextCollectionPageIntermediateType will accept a contextCollectionPageIntermediateType to create a map
func serializeContextCollectionPageIntermediateType(t *contextCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicecontextCollectionPageIntermediateType will accept a slice of contextCollectionPageIntermediateType to create a slice result
func serializeSliceContextCollectionPageIntermediateType(s []*contextCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializenameCollectionPageIntermediateType will accept a map to create a nameCollectionPageIntermediateType
func deserializeNameCollectionPageIntermediateType(in interface{}) (t *nameCollectionPageIntermediateType, err error) {
tmp := &nameCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice nameCollectionPageIntermediateType will accept a slice to create a slice of nameCollectionPageIntermediateType
func deserializeSliceNameCollectionPageIntermediateType(in []interface{}) (t []*nameCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &nameCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializenameCollectionPageIntermediateType will accept a nameCollectionPageIntermediateType to create a map
func serializeNameCollectionPageIntermediateType(t *nameCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicenameCollectionPageIntermediateType will accept a slice of nameCollectionPageIntermediateType to create a slice result
func serializeSliceNameCollectionPageIntermediateType(s []*nameCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializeendTimeCollectionPageIntermediateType will accept a map to create a endTimeCollectionPageIntermediateType
func deserializeEndTimeCollectionPageIntermediateType(in interface{}) (t *endTimeCollectionPageIntermediateType, err error) {
tmp := &endTimeCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice endTimeCollectionPageIntermediateType will accept a slice to create a slice of endTimeCollectionPageIntermediateType
func deserializeSliceEndTimeCollectionPageIntermediateType(in []interface{}) (t []*endTimeCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &endTimeCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializeendTimeCollectionPageIntermediateType will accept a endTimeCollectionPageIntermediateType to create a map
func serializeEndTimeCollectionPageIntermediateType(t *endTimeCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSliceendTimeCollectionPageIntermediateType will accept a slice of endTimeCollectionPageIntermediateType to create a slice result
func serializeSliceEndTimeCollectionPageIntermediateType(s []*endTimeCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializegeneratorCollectionPageIntermediateType will accept a map to create a generatorCollectionPageIntermediateType
func deserializeGeneratorCollectionPageIntermediateType(in interface{}) (t *generatorCollectionPageIntermediateType, err error) {
tmp := &generatorCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice generatorCollectionPageIntermediateType will accept a slice to create a slice of generatorCollectionPageIntermediateType
func deserializeSliceGeneratorCollectionPageIntermediateType(in []interface{}) (t []*generatorCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &generatorCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializegeneratorCollectionPageIntermediateType will accept a generatorCollectionPageIntermediateType to create a map
func serializeGeneratorCollectionPageIntermediateType(t *generatorCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicegeneratorCollectionPageIntermediateType will accept a slice of generatorCollectionPageIntermediateType to create a slice result
func serializeSliceGeneratorCollectionPageIntermediateType(s []*generatorCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializeiconCollectionPageIntermediateType will accept a map to create a iconCollectionPageIntermediateType
func deserializeIconCollectionPageIntermediateType(in interface{}) (t *iconCollectionPageIntermediateType, err error) {
tmp := &iconCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice iconCollectionPageIntermediateType will accept a slice to create a slice of iconCollectionPageIntermediateType
func deserializeSliceIconCollectionPageIntermediateType(in []interface{}) (t []*iconCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &iconCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializeiconCollectionPageIntermediateType will accept a iconCollectionPageIntermediateType to create a map
func serializeIconCollectionPageIntermediateType(t *iconCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSliceiconCollectionPageIntermediateType will accept a slice of iconCollectionPageIntermediateType to create a slice result
func serializeSliceIconCollectionPageIntermediateType(s []*iconCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializeimageCollectionPageIntermediateType will accept a map to create a imageCollectionPageIntermediateType
func deserializeImageCollectionPageIntermediateType(in interface{}) (t *imageCollectionPageIntermediateType, err error) {
tmp := &imageCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice imageCollectionPageIntermediateType will accept a slice to create a slice of imageCollectionPageIntermediateType
func deserializeSliceImageCollectionPageIntermediateType(in []interface{}) (t []*imageCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &imageCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializeimageCollectionPageIntermediateType will accept a imageCollectionPageIntermediateType to create a map
func serializeImageCollectionPageIntermediateType(t *imageCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSliceimageCollectionPageIntermediateType will accept a slice of imageCollectionPageIntermediateType to create a slice result
func serializeSliceImageCollectionPageIntermediateType(s []*imageCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializeinReplyToCollectionPageIntermediateType will accept a map to create a inReplyToCollectionPageIntermediateType
func deserializeInReplyToCollectionPageIntermediateType(in interface{}) (t *inReplyToCollectionPageIntermediateType, err error) {
tmp := &inReplyToCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice inReplyToCollectionPageIntermediateType will accept a slice to create a slice of inReplyToCollectionPageIntermediateType
func deserializeSliceInReplyToCollectionPageIntermediateType(in []interface{}) (t []*inReplyToCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &inReplyToCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializeinReplyToCollectionPageIntermediateType will accept a inReplyToCollectionPageIntermediateType to create a map
func serializeInReplyToCollectionPageIntermediateType(t *inReplyToCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSliceinReplyToCollectionPageIntermediateType will accept a slice of inReplyToCollectionPageIntermediateType to create a slice result
func serializeSliceInReplyToCollectionPageIntermediateType(s []*inReplyToCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializelocationCollectionPageIntermediateType will accept a map to create a locationCollectionPageIntermediateType
func deserializeLocationCollectionPageIntermediateType(in interface{}) (t *locationCollectionPageIntermediateType, err error) {
tmp := &locationCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice locationCollectionPageIntermediateType will accept a slice to create a slice of locationCollectionPageIntermediateType
func deserializeSliceLocationCollectionPageIntermediateType(in []interface{}) (t []*locationCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &locationCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializelocationCollectionPageIntermediateType will accept a locationCollectionPageIntermediateType to create a map
func serializeLocationCollectionPageIntermediateType(t *locationCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicelocationCollectionPageIntermediateType will accept a slice of locationCollectionPageIntermediateType to create a slice result
func serializeSliceLocationCollectionPageIntermediateType(s []*locationCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializepreviewCollectionPageIntermediateType will accept a map to create a previewCollectionPageIntermediateType
func deserializePreviewCollectionPageIntermediateType(in interface{}) (t *previewCollectionPageIntermediateType, err error) {
tmp := &previewCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice previewCollectionPageIntermediateType will accept a slice to create a slice of previewCollectionPageIntermediateType
func deserializeSlicePreviewCollectionPageIntermediateType(in []interface{}) (t []*previewCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &previewCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializepreviewCollectionPageIntermediateType will accept a previewCollectionPageIntermediateType to create a map
func serializePreviewCollectionPageIntermediateType(t *previewCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicepreviewCollectionPageIntermediateType will accept a slice of previewCollectionPageIntermediateType to create a slice result
func serializeSlicePreviewCollectionPageIntermediateType(s []*previewCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializepublishedCollectionPageIntermediateType will accept a map to create a publishedCollectionPageIntermediateType
func deserializePublishedCollectionPageIntermediateType(in interface{}) (t *publishedCollectionPageIntermediateType, err error) {
tmp := &publishedCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice publishedCollectionPageIntermediateType will accept a slice to create a slice of publishedCollectionPageIntermediateType
func deserializeSlicePublishedCollectionPageIntermediateType(in []interface{}) (t []*publishedCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &publishedCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializepublishedCollectionPageIntermediateType will accept a publishedCollectionPageIntermediateType to create a map
func serializePublishedCollectionPageIntermediateType(t *publishedCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicepublishedCollectionPageIntermediateType will accept a slice of publishedCollectionPageIntermediateType to create a slice result
func serializeSlicePublishedCollectionPageIntermediateType(s []*publishedCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializerepliesCollectionPageIntermediateType will accept a map to create a repliesCollectionPageIntermediateType
func deserializeRepliesCollectionPageIntermediateType(in interface{}) (t *repliesCollectionPageIntermediateType, err error) {
tmp := &repliesCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice repliesCollectionPageIntermediateType will accept a slice to create a slice of repliesCollectionPageIntermediateType
func deserializeSliceRepliesCollectionPageIntermediateType(in []interface{}) (t []*repliesCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &repliesCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializerepliesCollectionPageIntermediateType will accept a repliesCollectionPageIntermediateType to create a map
func serializeRepliesCollectionPageIntermediateType(t *repliesCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicerepliesCollectionPageIntermediateType will accept a slice of repliesCollectionPageIntermediateType to create a slice result
func serializeSliceRepliesCollectionPageIntermediateType(s []*repliesCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializestartTimeCollectionPageIntermediateType will accept a map to create a startTimeCollectionPageIntermediateType
func deserializeStartTimeCollectionPageIntermediateType(in interface{}) (t *startTimeCollectionPageIntermediateType, err error) {
tmp := &startTimeCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice startTimeCollectionPageIntermediateType will accept a slice to create a slice of startTimeCollectionPageIntermediateType
func deserializeSliceStartTimeCollectionPageIntermediateType(in []interface{}) (t []*startTimeCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &startTimeCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializestartTimeCollectionPageIntermediateType will accept a startTimeCollectionPageIntermediateType to create a map
func serializeStartTimeCollectionPageIntermediateType(t *startTimeCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicestartTimeCollectionPageIntermediateType will accept a slice of startTimeCollectionPageIntermediateType to create a slice result
func serializeSliceStartTimeCollectionPageIntermediateType(s []*startTimeCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializesummaryCollectionPageIntermediateType will accept a map to create a summaryCollectionPageIntermediateType
func deserializeSummaryCollectionPageIntermediateType(in interface{}) (t *summaryCollectionPageIntermediateType, err error) {
tmp := &summaryCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice summaryCollectionPageIntermediateType will accept a slice to create a slice of summaryCollectionPageIntermediateType
func deserializeSliceSummaryCollectionPageIntermediateType(in []interface{}) (t []*summaryCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &summaryCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializesummaryCollectionPageIntermediateType will accept a summaryCollectionPageIntermediateType to create a map
func serializeSummaryCollectionPageIntermediateType(t *summaryCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicesummaryCollectionPageIntermediateType will accept a slice of summaryCollectionPageIntermediateType to create a slice result
func serializeSliceSummaryCollectionPageIntermediateType(s []*summaryCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializetagCollectionPageIntermediateType will accept a map to create a tagCollectionPageIntermediateType
func deserializeTagCollectionPageIntermediateType(in interface{}) (t *tagCollectionPageIntermediateType, err error) {
tmp := &tagCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice tagCollectionPageIntermediateType will accept a slice to create a slice of tagCollectionPageIntermediateType
func deserializeSliceTagCollectionPageIntermediateType(in []interface{}) (t []*tagCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &tagCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializetagCollectionPageIntermediateType will accept a tagCollectionPageIntermediateType to create a map
func serializeTagCollectionPageIntermediateType(t *tagCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicetagCollectionPageIntermediateType will accept a slice of tagCollectionPageIntermediateType to create a slice result
func serializeSliceTagCollectionPageIntermediateType(s []*tagCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializeupdatedCollectionPageIntermediateType will accept a map to create a updatedCollectionPageIntermediateType
func deserializeUpdatedCollectionPageIntermediateType(in interface{}) (t *updatedCollectionPageIntermediateType, err error) {
tmp := &updatedCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice updatedCollectionPageIntermediateType will accept a slice to create a slice of updatedCollectionPageIntermediateType
func deserializeSliceUpdatedCollectionPageIntermediateType(in []interface{}) (t []*updatedCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &updatedCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializeupdatedCollectionPageIntermediateType will accept a updatedCollectionPageIntermediateType to create a map
func serializeUpdatedCollectionPageIntermediateType(t *updatedCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSliceupdatedCollectionPageIntermediateType will accept a slice of updatedCollectionPageIntermediateType to create a slice result
func serializeSliceUpdatedCollectionPageIntermediateType(s []*updatedCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializeurlCollectionPageIntermediateType will accept a map to create a urlCollectionPageIntermediateType
func deserializeUrlCollectionPageIntermediateType(in interface{}) (t *urlCollectionPageIntermediateType, err error) {
tmp := &urlCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice urlCollectionPageIntermediateType will accept a slice to create a slice of urlCollectionPageIntermediateType
func deserializeSliceUrlCollectionPageIntermediateType(in []interface{}) (t []*urlCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &urlCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializeurlCollectionPageIntermediateType will accept a urlCollectionPageIntermediateType to create a map
func serializeUrlCollectionPageIntermediateType(t *urlCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSliceurlCollectionPageIntermediateType will accept a slice of urlCollectionPageIntermediateType to create a slice result
func serializeSliceUrlCollectionPageIntermediateType(s []*urlCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializetoCollectionPageIntermediateType will accept a map to create a toCollectionPageIntermediateType
func deserializeToCollectionPageIntermediateType(in interface{}) (t *toCollectionPageIntermediateType, err error) {
tmp := &toCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice toCollectionPageIntermediateType will accept a slice to create a slice of toCollectionPageIntermediateType
func deserializeSliceToCollectionPageIntermediateType(in []interface{}) (t []*toCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &toCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializetoCollectionPageIntermediateType will accept a toCollectionPageIntermediateType to create a map
func serializeToCollectionPageIntermediateType(t *toCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicetoCollectionPageIntermediateType will accept a slice of toCollectionPageIntermediateType to create a slice result
func serializeSliceToCollectionPageIntermediateType(s []*toCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializebtoCollectionPageIntermediateType will accept a map to create a btoCollectionPageIntermediateType
func deserializeBtoCollectionPageIntermediateType(in interface{}) (t *btoCollectionPageIntermediateType, err error) {
tmp := &btoCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice btoCollectionPageIntermediateType will accept a slice to create a slice of btoCollectionPageIntermediateType
func deserializeSliceBtoCollectionPageIntermediateType(in []interface{}) (t []*btoCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &btoCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializebtoCollectionPageIntermediateType will accept a btoCollectionPageIntermediateType to create a map
func serializeBtoCollectionPageIntermediateType(t *btoCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicebtoCollectionPageIntermediateType will accept a slice of btoCollectionPageIntermediateType to create a slice result
func serializeSliceBtoCollectionPageIntermediateType(s []*btoCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializeccCollectionPageIntermediateType will accept a map to create a ccCollectionPageIntermediateType
func deserializeCcCollectionPageIntermediateType(in interface{}) (t *ccCollectionPageIntermediateType, err error) {
tmp := &ccCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice ccCollectionPageIntermediateType will accept a slice to create a slice of ccCollectionPageIntermediateType
func deserializeSliceCcCollectionPageIntermediateType(in []interface{}) (t []*ccCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &ccCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializeccCollectionPageIntermediateType will accept a ccCollectionPageIntermediateType to create a map
func serializeCcCollectionPageIntermediateType(t *ccCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSliceccCollectionPageIntermediateType will accept a slice of ccCollectionPageIntermediateType to create a slice result
func serializeSliceCcCollectionPageIntermediateType(s []*ccCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializebccCollectionPageIntermediateType will accept a map to create a bccCollectionPageIntermediateType
func deserializeBccCollectionPageIntermediateType(in interface{}) (t *bccCollectionPageIntermediateType, err error) {
tmp := &bccCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice bccCollectionPageIntermediateType will accept a slice to create a slice of bccCollectionPageIntermediateType
func deserializeSliceBccCollectionPageIntermediateType(in []interface{}) (t []*bccCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &bccCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializebccCollectionPageIntermediateType will accept a bccCollectionPageIntermediateType to create a map
func serializeBccCollectionPageIntermediateType(t *bccCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicebccCollectionPageIntermediateType will accept a slice of bccCollectionPageIntermediateType to create a slice result
func serializeSliceBccCollectionPageIntermediateType(s []*bccCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializemediaTypeCollectionPageIntermediateType will accept a map to create a mediaTypeCollectionPageIntermediateType
func deserializeMediaTypeCollectionPageIntermediateType(in interface{}) (t *mediaTypeCollectionPageIntermediateType, err error) {
tmp := &mediaTypeCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice mediaTypeCollectionPageIntermediateType will accept a slice to create a slice of mediaTypeCollectionPageIntermediateType
func deserializeSliceMediaTypeCollectionPageIntermediateType(in []interface{}) (t []*mediaTypeCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &mediaTypeCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializemediaTypeCollectionPageIntermediateType will accept a mediaTypeCollectionPageIntermediateType to create a map
func serializeMediaTypeCollectionPageIntermediateType(t *mediaTypeCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicemediaTypeCollectionPageIntermediateType will accept a slice of mediaTypeCollectionPageIntermediateType to create a slice result
func serializeSliceMediaTypeCollectionPageIntermediateType(s []*mediaTypeCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializedurationCollectionPageIntermediateType will accept a map to create a durationCollectionPageIntermediateType
func deserializeDurationCollectionPageIntermediateType(in interface{}) (t *durationCollectionPageIntermediateType, err error) {
tmp := &durationCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice durationCollectionPageIntermediateType will accept a slice to create a slice of durationCollectionPageIntermediateType
func deserializeSliceDurationCollectionPageIntermediateType(in []interface{}) (t []*durationCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &durationCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializedurationCollectionPageIntermediateType will accept a durationCollectionPageIntermediateType to create a map
func serializeDurationCollectionPageIntermediateType(t *durationCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicedurationCollectionPageIntermediateType will accept a slice of durationCollectionPageIntermediateType to create a slice result
func serializeSliceDurationCollectionPageIntermediateType(s []*durationCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializesourceCollectionPageIntermediateType will accept a map to create a sourceCollectionPageIntermediateType
func deserializeSourceCollectionPageIntermediateType(in interface{}) (t *sourceCollectionPageIntermediateType, err error) {
tmp := &sourceCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice sourceCollectionPageIntermediateType will accept a slice to create a slice of sourceCollectionPageIntermediateType
func deserializeSliceSourceCollectionPageIntermediateType(in []interface{}) (t []*sourceCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &sourceCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializesourceCollectionPageIntermediateType will accept a sourceCollectionPageIntermediateType to create a map
func serializeSourceCollectionPageIntermediateType(t *sourceCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicesourceCollectionPageIntermediateType will accept a slice of sourceCollectionPageIntermediateType to create a slice result
func serializeSliceSourceCollectionPageIntermediateType(s []*sourceCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializeinboxCollectionPageIntermediateType will accept a map to create a inboxCollectionPageIntermediateType
func deserializeInboxCollectionPageIntermediateType(in interface{}) (t *inboxCollectionPageIntermediateType, err error) {
tmp := &inboxCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice inboxCollectionPageIntermediateType will accept a slice to create a slice of inboxCollectionPageIntermediateType
func deserializeSliceInboxCollectionPageIntermediateType(in []interface{}) (t []*inboxCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &inboxCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializeinboxCollectionPageIntermediateType will accept a inboxCollectionPageIntermediateType to create a map
func serializeInboxCollectionPageIntermediateType(t *inboxCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSliceinboxCollectionPageIntermediateType will accept a slice of inboxCollectionPageIntermediateType to create a slice result
func serializeSliceInboxCollectionPageIntermediateType(s []*inboxCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializeoutboxCollectionPageIntermediateType will accept a map to create a outboxCollectionPageIntermediateType
func deserializeOutboxCollectionPageIntermediateType(in interface{}) (t *outboxCollectionPageIntermediateType, err error) {
tmp := &outboxCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice outboxCollectionPageIntermediateType will accept a slice to create a slice of outboxCollectionPageIntermediateType
func deserializeSliceOutboxCollectionPageIntermediateType(in []interface{}) (t []*outboxCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &outboxCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializeoutboxCollectionPageIntermediateType will accept a outboxCollectionPageIntermediateType to create a map
func serializeOutboxCollectionPageIntermediateType(t *outboxCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSliceoutboxCollectionPageIntermediateType will accept a slice of outboxCollectionPageIntermediateType to create a slice result
func serializeSliceOutboxCollectionPageIntermediateType(s []*outboxCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializefollowingCollectionPageIntermediateType will accept a map to create a followingCollectionPageIntermediateType
func deserializeFollowingCollectionPageIntermediateType(in interface{}) (t *followingCollectionPageIntermediateType, err error) {
tmp := &followingCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice followingCollectionPageIntermediateType will accept a slice to create a slice of followingCollectionPageIntermediateType
func deserializeSliceFollowingCollectionPageIntermediateType(in []interface{}) (t []*followingCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &followingCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializefollowingCollectionPageIntermediateType will accept a followingCollectionPageIntermediateType to create a map
func serializeFollowingCollectionPageIntermediateType(t *followingCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicefollowingCollectionPageIntermediateType will accept a slice of followingCollectionPageIntermediateType to create a slice result
func serializeSliceFollowingCollectionPageIntermediateType(s []*followingCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializefollowersCollectionPageIntermediateType will accept a map to create a followersCollectionPageIntermediateType
func deserializeFollowersCollectionPageIntermediateType(in interface{}) (t *followersCollectionPageIntermediateType, err error) {
tmp := &followersCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice followersCollectionPageIntermediateType will accept a slice to create a slice of followersCollectionPageIntermediateType
func deserializeSliceFollowersCollectionPageIntermediateType(in []interface{}) (t []*followersCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &followersCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializefollowersCollectionPageIntermediateType will accept a followersCollectionPageIntermediateType to create a map
func serializeFollowersCollectionPageIntermediateType(t *followersCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicefollowersCollectionPageIntermediateType will accept a slice of followersCollectionPageIntermediateType to create a slice result
func serializeSliceFollowersCollectionPageIntermediateType(s []*followersCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializelikedCollectionPageIntermediateType will accept a map to create a likedCollectionPageIntermediateType
func deserializeLikedCollectionPageIntermediateType(in interface{}) (t *likedCollectionPageIntermediateType, err error) {
tmp := &likedCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice likedCollectionPageIntermediateType will accept a slice to create a slice of likedCollectionPageIntermediateType
func deserializeSliceLikedCollectionPageIntermediateType(in []interface{}) (t []*likedCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &likedCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializelikedCollectionPageIntermediateType will accept a likedCollectionPageIntermediateType to create a map
func serializeLikedCollectionPageIntermediateType(t *likedCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicelikedCollectionPageIntermediateType will accept a slice of likedCollectionPageIntermediateType to create a slice result
func serializeSliceLikedCollectionPageIntermediateType(s []*likedCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializelikesCollectionPageIntermediateType will accept a map to create a likesCollectionPageIntermediateType
func deserializeLikesCollectionPageIntermediateType(in interface{}) (t *likesCollectionPageIntermediateType, err error) {
tmp := &likesCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice likesCollectionPageIntermediateType will accept a slice to create a slice of likesCollectionPageIntermediateType
func deserializeSliceLikesCollectionPageIntermediateType(in []interface{}) (t []*likesCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &likesCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializelikesCollectionPageIntermediateType will accept a likesCollectionPageIntermediateType to create a map
func serializeLikesCollectionPageIntermediateType(t *likesCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicelikesCollectionPageIntermediateType will accept a slice of likesCollectionPageIntermediateType to create a slice result
func serializeSliceLikesCollectionPageIntermediateType(s []*likesCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializepreferredUsernameCollectionPageIntermediateType will accept a map to create a preferredUsernameCollectionPageIntermediateType
func deserializePreferredUsernameCollectionPageIntermediateType(in interface{}) (t *preferredUsernameCollectionPageIntermediateType, err error) {
tmp := &preferredUsernameCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice preferredUsernameCollectionPageIntermediateType will accept a slice to create a slice of preferredUsernameCollectionPageIntermediateType
func deserializeSlicePreferredUsernameCollectionPageIntermediateType(in []interface{}) (t []*preferredUsernameCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &preferredUsernameCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializepreferredUsernameCollectionPageIntermediateType will accept a preferredUsernameCollectionPageIntermediateType to create a map
func serializePreferredUsernameCollectionPageIntermediateType(t *preferredUsernameCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSlicepreferredUsernameCollectionPageIntermediateType will accept a slice of preferredUsernameCollectionPageIntermediateType to create a slice result
func serializeSlicePreferredUsernameCollectionPageIntermediateType(s []*preferredUsernameCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}
// deserializeendpointsCollectionPageIntermediateType will accept a map to create a endpointsCollectionPageIntermediateType
func deserializeEndpointsCollectionPageIntermediateType(in interface{}) (t *endpointsCollectionPageIntermediateType, err error) {
tmp := &endpointsCollectionPageIntermediateType{}
err = tmp.Deserialize(in)
return tmp, err
}
// deserializeSlice endpointsCollectionPageIntermediateType will accept a slice to create a slice of endpointsCollectionPageIntermediateType
func deserializeSliceEndpointsCollectionPageIntermediateType(in []interface{}) (t []*endpointsCollectionPageIntermediateType, err error) {
for _, i := range in {
tmp := &endpointsCollectionPageIntermediateType{}
err = tmp.Deserialize(i)
if err != nil {
return
}
t = append(t, tmp)
}
return
}
// serializeendpointsCollectionPageIntermediateType will accept a endpointsCollectionPageIntermediateType to create a map
func serializeEndpointsCollectionPageIntermediateType(t *endpointsCollectionPageIntermediateType) (i interface{}, err error) {
i, err = t.Serialize()
return
}
// serializeSliceendpointsCollectionPageIntermediateType will accept a slice of endpointsCollectionPageIntermediateType to create a slice result
func serializeSliceEndpointsCollectionPageIntermediateType(s []*endpointsCollectionPageIntermediateType) (out []interface{}, err error) {
for _, t := range s {
v, err := t.Serialize()
if err != nil {
return nil, err
}
out = append(out, v)
}
return
}