erl

package
v1.3.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2020 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Citizen

type Citizen struct {
	CitizenPk string                  `xml:"citizen_pk,omitempty"`
	Name      CitizenName             `xml:"name,omitempty"`
	Birthday  *StringWithLastModified `xml:"birthday,omitempty"`
	Sex       *StringWithLastModified `xml:"sex,omitempty"`
	Snils     *StringWithLastModified `xml:"snils,omitempty"`
}

type CitizenName

type CitizenName struct {
	Surname      string    `xml:"surname,omitempty"`
	Firstname    string    `xml:"firstname,omitempty"`
	Patronymic   string    `xml:"patronymic,omitempty"`
	Lastmodified time.Time `xml:"last_modified,attr"`
}

type Document

type Document struct {
	DoctypePk      string    `xml:"doctype_pk,omitempty"`
	Serial         string    `xml:"serial,omitempty"`
	Number         string    `xml:"number,omitempty"`
	DocIssuedate   string    `xml:"doc_issuedate,omitempty"`
	DocIssuePlace  string    `xml:"doc_issue_place,omitempty"`
	DocauthorityPk string    `xml:"docauthority_pk,omitempty"`
	IsDropped      string    `xml:"is_dropped,omitempty"`
	Lastmodified   time.Time `xml:"last_modified,attr"`
}

type IdentityDocuments

type IdentityDocuments struct {
	Document []Document `xml:"document,omitempty"`
}

type PersonIncoming

type PersonIncoming struct {
	Citizen           Citizen                 `xml:"citizen,omitempty"`
	Inn               *StringWithLastModified `xml:"inn,omitempty"`
	Oms               *StringWithLastModified `xml:"oms,omitempty"`
	IdentityDocuments IdentityDocuments       `xml:"identity_documents,omitempty"`
}

type PersonsIncoming

type PersonsIncoming struct {
	XMLName        xml.Name         `xml:"http://erl.msr.com/schemas/master-system/elc persons_incoming"`
	PersonIncoming []PersonIncoming `xml:"person_incoming,omitempty"`
}

type StringWithLastModified added in v1.3.4

type StringWithLastModified struct {
	Value        string    `xml:",chardata"`
	Lastmodified time.Time `xml:"last_modified,attr"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL