@Schema(name="@type",description="When sub-classing, this defines the sub-class Extensible name",requiredMode=Schema.RequiredMode.REQUIRED)
@JsonProperty("@type")
publicStringgetAtType(){
returntype;
}
@@ -84,7 +83,6 @@ public class AttachmentRefFVO {
*/
@Schema(name="@baseType",description="When sub-classing, this defines the super-class",requiredMode=Schema.RequiredMode.NOT_REQUIRED)
@JsonProperty("@baseType")
publicStringgetBaseType(){
returnbaseType;
}
@@ -104,7 +102,6 @@ public class AttachmentRefFVO {
*/
@Schema(name="@schemaLocation",description="A URI to a JSON-Schema file that defines additional attributes and relationships",requiredMode=Schema.RequiredMode.NOT_REQUIRED)
@JsonProperty("@schemaLocation")
publicStringgetSchemaLocation(){
returnschemaLocation;
}
@@ -124,7 +121,6 @@ public class AttachmentRefFVO {
@@ -164,7 +159,6 @@ public class AttachmentRefFVO {
*/
@Schema(name="name",description="Name of the referred entity.",requiredMode=Schema.RequiredMode.NOT_REQUIRED)
@JsonProperty("name")
publicStringgetName(){
returnname;
}
@@ -184,7 +178,6 @@ public class AttachmentRefFVO {
*/
@Schema(name="@referredType",description="The actual type of the target instance when needed for disambiguation.",requiredMode=Schema.RequiredMode.NOT_REQUIRED)
@JsonProperty("@referredType")
publicStringgetReferredType(){
returnreferredType;
}
@@ -204,7 +197,6 @@ public class AttachmentRefFVO {
*/
@Schema(name="description",description="A narrative text describing the content of the attachment",requiredMode=Schema.RequiredMode.NOT_REQUIRED)
@JsonProperty("description")
publicStringgetDescription(){
returndescription;
}
@@ -224,7 +216,6 @@ public class AttachmentRefFVO {
*/
@Schema(name="url",description="Link to the attachment media/content",requiredMode=Schema.RequiredMode.NOT_REQUIRED)
@Schema(name="@type",description="When sub-classing, this defines the sub-class Extensible name",requiredMode=Schema.RequiredMode.REQUIRED)
@JsonProperty("@type")
publicStringgetType(){
returntype;
}
@@ -84,7 +83,6 @@ public class AttachmentRefMVO {
*/
@Schema(name="@baseType",description="When sub-classing, this defines the super-class",requiredMode=Schema.RequiredMode.NOT_REQUIRED)
@JsonProperty("@baseType")
publicStringgetAtBaseType(){
returnbaseType;
}
@@ -104,7 +102,6 @@ public class AttachmentRefMVO {
*/
@Schema(name="@schemaLocation",description="A URI to a JSON-Schema file that defines additional attributes and relationships",requiredMode=Schema.RequiredMode.NOT_REQUIRED)
@JsonProperty("@schemaLocation")
publicStringgetSchemaLocation(){
returnschemaLocation;
}
@@ -124,7 +121,6 @@ public class AttachmentRefMVO {
@@ -144,7 +140,6 @@ public class AttachmentRefMVO {
*/
@Schema(name="id",description="The identifier of the referred entity.",requiredMode=Schema.RequiredMode.NOT_REQUIRED)
@JsonProperty("id")
publicStringgetId(){
returnid;
}
@@ -164,7 +159,6 @@ public class AttachmentRefMVO {
*/
@Schema(name="name",description="Name of the referred entity.",requiredMode=Schema.RequiredMode.NOT_REQUIRED)
@JsonProperty("name")
publicStringgetName(){
returnname;
}
@@ -184,7 +178,6 @@ public class AttachmentRefMVO {
*/
@Schema(name="@referredType",description="The actual type of the target instance when needed for disambiguation.",requiredMode=Schema.RequiredMode.NOT_REQUIRED)
@JsonProperty("@referredType")
publicStringgetReferredType(){
returnreferredType;
}
@@ -204,7 +197,6 @@ public class AttachmentRefMVO {
*/
@Schema(name="description",description="A narrative text describing the content of the attachment",requiredMode=Schema.RequiredMode.NOT_REQUIRED)
@JsonProperty("description")
publicStringgetDescription(){
returndescription;
}
@@ -224,7 +216,6 @@ public class AttachmentRefMVO {
*/
@Schema(name="url",description="Link to the attachment media/content",requiredMode=Schema.RequiredMode.NOT_REQUIRED)
@@ -59,7 +59,6 @@ public class CharacteristicFVO {
*/
@NotNull
@Schema(name="@type",description="When sub-classing, this defines the sub-class Extensible name",requiredMode=Schema.RequiredMode.REQUIRED)
@JsonProperty("@type")
publicStringgetType(){
returntype;
}
@@ -79,7 +78,6 @@ public class CharacteristicFVO {
*/
@Schema(name="@baseType",description="When sub-classing, this defines the super-class",requiredMode=Schema.RequiredMode.NOT_REQUIRED)
@JsonProperty("@baseType")
publicStringgetBaseType(){
returnbaseType;
}
@@ -99,7 +97,6 @@ public class CharacteristicFVO {
*/
@Schema(name="@schemaLocation",description="A URI to a JSON-Schema file that defines additional attributes and relationships",requiredMode=Schema.RequiredMode.NOT_REQUIRED)
@JsonProperty("@schemaLocation")
publicStringgetSchemaLocation(){
returnschemaLocation;
}
@@ -119,7 +116,6 @@ public class CharacteristicFVO {
*/
@Schema(name="name",description="Name of the characteristic",requiredMode=Schema.RequiredMode.NOT_REQUIRED)
@JsonProperty("name")
publicStringgetName(){
returnname;
}
@@ -139,7 +135,6 @@ public class CharacteristicFVO {
*/
@Schema(name="valueType",description="Data type of the value of the characteristic",requiredMode=Schema.RequiredMode.NOT_REQUIRED)
@JsonProperty("valueType")
publicStringgetValueType(){
returnvalueType;
}
@@ -167,7 +162,6 @@ public class CharacteristicFVO {
*/
@Valid
@Schema(name="characteristicRelationship",description="Collection of characteristic relationships",requiredMode=Schema.RequiredMode.NOT_REQUIRED)
@@ -62,7 +62,6 @@ public class CharacteristicMVO {
*/
@NotNull
@Schema(name="@type",description="When sub-classing, this defines the sub-class Extensible name",requiredMode=Schema.RequiredMode.REQUIRED)
@JsonProperty("@type")
publicStringgetType(){
returntype;
}
@@ -82,7 +81,6 @@ public class CharacteristicMVO {
*/
@Schema(name="@baseType",description="When sub-classing, this defines the super-class",requiredMode=Schema.RequiredMode.NOT_REQUIRED)
@JsonProperty("@baseType")
publicStringgetBaseType(){
returnbaseType;
}
@@ -102,7 +100,6 @@ public class CharacteristicMVO {
*/
@Schema(name="@schemaLocation",description="A URI to a JSON-Schema file that defines additional attributes and relationships",requiredMode=Schema.RequiredMode.NOT_REQUIRED)
@JsonProperty("@schemaLocation")
publicStringgetSchemaLocation(){
returnschemaLocation;
}
@@ -122,7 +119,6 @@ public class CharacteristicMVO {
*/
@Schema(name="uuid",description="Unique identifier of the characteristic",requiredMode=Schema.RequiredMode.NOT_REQUIRED)
@JsonProperty("uuid")
publicStringgetUuid(){
returnuuid;
}
@@ -142,7 +138,6 @@ public class CharacteristicMVO {
*/
@Schema(name="name",description="Name of the characteristic",requiredMode=Schema.RequiredMode.NOT_REQUIRED)
@JsonProperty("name")
publicStringgetName(){
returnname;
}
@@ -162,7 +157,6 @@ public class CharacteristicMVO {
*/
@Schema(name="valueType",description="Data type of the value of the characteristic",requiredMode=Schema.RequiredMode.NOT_REQUIRED)
@JsonProperty("valueType")
publicStringgetValueType(){
returnvalueType;
}
@@ -190,7 +184,6 @@ public class CharacteristicMVO {
*/
@Valid
@Schema(name="characteristicRelationship",description="Collection of characteristic relationships",requiredMode=Schema.RequiredMode.NOT_REQUIRED)