Package net.ihe.gazelle.validation
Class Notification
java.lang.Object
net.ihe.gazelle.validation.Notification
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}Test"/> <element ref="{}Location"/> <element ref="{}Description"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.Gets the value of the location property.getTest()
Gets the value of the test property.getType()
void
setAssertions
(List<Assertion> assertions) void
setDescription
(String value) Sets the value of the description property.void
setIdentifiant
(String identifiant) void
setLocation
(String value) Sets the value of the location property.void
Sets the value of the test property.void
-
Field Details
-
test
-
location
-
description
-
identifiant
-
assertions
-
type
-
packageValidation
-
-
Constructor Details
-
Notification
public Notification()
-
-
Method Details
-
getPackageValidation
-
getType
-
setType
-
getAssertions
-
setAssertions
-
getTest
Gets the value of the test property.- Returns:
- possible object is
String
-
setTest
Sets the value of the test property.- Parameters:
value
- allowed object isString
-
getLocation
Gets the value of the location property.- Returns:
- possible object is
String
-
setLocation
Sets the value of the location property.- Parameters:
value
- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getIdentifiant
-
setIdentifiant
-