Class VersionInfoType
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.VersionInfoType
Java class for VersionInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VersionInfoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="versionName" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}String16" default="1.1" /> <attribute name="comment" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the comment property.Gets the value of the versionName property.void
setComment
(String value) Sets the value of the comment property.void
setVersionName
(String value) Sets the value of the versionName property.
-
Field Details
-
versionName
-
comment
-
-
Constructor Details
-
VersionInfoType
public VersionInfoType()
-
-
Method Details
-
getVersionName
Gets the value of the versionName property.- Returns:
- possible object is
String
-
setVersionName
Sets the value of the versionName property.- Parameters:
value
- allowed object isString
-
getComment
Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
Sets the value of the comment property.- Parameters:
value
- allowed object isString
-