java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.VersionInfoType

public class VersionInfoType extends Object

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 Details

    • versionName

      protected String versionName
    • comment

      protected String comment
  • Constructor Details

    • VersionInfoType

      public VersionInfoType()
  • Method Details

    • getVersionName

      public String getVersionName()
      Gets the value of the versionName property.
      Returns:
      possible object is String
    • setVersionName

      public void setVersionName(String value)
      Sets the value of the versionName property.
      Parameters:
      value - allowed object is String
    • getComment

      public String getComment()
      Gets the value of the comment property.
      Returns:
      possible object is String
    • setComment

      public void setComment(String value)
      Sets the value of the comment property.
      Parameters:
      value - allowed object is String