You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generated/java/datadoc-model/src/main/java/no/ssb/dapla/metadata/datadoc/Variable.java
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -135,19 +135,23 @@ public class Variable implements Serializable
135
135
* Unit type
136
136
* <p>
137
137
* Unit Type which this variable pertains to. Values shall be codes from https://www.ssb.no/klass/klassifikasjoner/702. See Definitions of Unit Types https://www.ssb.no/en/metadata/definisjoner-av-statistiske-enheter
138
+
* (Required)
138
139
*
139
140
*/
140
141
@JsonProperty("unit_type")
141
142
@JsonPropertyDescription("Unit Type which this variable pertains to. Values shall be codes from https://www.ssb.no/klass/klassifikasjoner/702. See Definitions of Unit Types https://www.ssb.no/en/metadata/definisjoner-av-statistiske-enheter")
143
+
@NotNull
142
144
privateStringunitType;
143
145
/**
144
146
* Data source
145
147
* <p>
146
148
* The source of the data contained in this variable. Values shall be codes from https://www.ssb.no/klass/klassifikasjoner/712.
149
+
* (Required)
147
150
*
148
151
*/
149
152
@JsonProperty("data_source")
150
153
@JsonPropertyDescription("The source of the data contained in this variable. Values shall be codes from https://www.ssb.no/klass/klassifikasjoner/712.")
154
+
@NotNull
151
155
privateStringdataSource;
152
156
/**
153
157
* Reusableb langugage string type
@@ -165,9 +169,11 @@ public class Variable implements Serializable
@@ -534,6 +540,7 @@ public void setPseudonymization(Pseudonymization pseudonymization) {
534
540
* Unit type
535
541
* <p>
536
542
* Unit Type which this variable pertains to. Values shall be codes from https://www.ssb.no/klass/klassifikasjoner/702. See Definitions of Unit Types https://www.ssb.no/en/metadata/definisjoner-av-statistiske-enheter
543
+
* (Required)
537
544
*
538
545
*/
539
546
@JsonProperty("unit_type")
@@ -545,6 +552,7 @@ public String getUnitType() {
545
552
* Unit type
546
553
* <p>
547
554
* Unit Type which this variable pertains to. Values shall be codes from https://www.ssb.no/klass/klassifikasjoner/702. See Definitions of Unit Types https://www.ssb.no/en/metadata/definisjoner-av-statistiske-enheter
555
+
* (Required)
548
556
*
549
557
*/
550
558
@JsonProperty("unit_type")
@@ -556,6 +564,7 @@ public void setUnitType(String unitType) {
556
564
* Data source
557
565
* <p>
558
566
* The source of the data contained in this variable. Values shall be codes from https://www.ssb.no/klass/klassifikasjoner/712.
567
+
* (Required)
559
568
*
560
569
*/
561
570
@JsonProperty("data_source")
@@ -567,6 +576,7 @@ public String getDataSource() {
567
576
* Data source
568
577
* <p>
569
578
* The source of the data contained in this variable. Values shall be codes from https://www.ssb.no/klass/klassifikasjoner/712.
579
+
* (Required)
570
580
*
571
581
*/
572
582
@JsonProperty("data_source")
@@ -612,6 +622,7 @@ public void setComment(List<Object> comment) {
612
622
613
623
/**
614
624
* Reusable temporalitytype type
625
+
* (Required)
615
626
*
616
627
*/
617
628
@JsonProperty("temporality_type")
@@ -621,6 +632,7 @@ public Variable.TemporalityTypeType getTemporalityType() {
0 commit comments