oasis.names.tc.ebxml_regrep.xsd.rim._3
Class VersionInfoType

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.VersionInfoType

public class VersionInfoType
extends java.lang.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 Summary
protected  java.lang.String comment
           
protected  java.lang.String versionName
           
 
Constructor Summary
VersionInfoType()
           
 
Method Summary
 java.lang.String getComment()
          Gets the value of the comment property.
 java.lang.String getVersionName()
          Gets the value of the versionName property.
 void setComment(java.lang.String value)
          Sets the value of the comment property.
 void setVersionName(java.lang.String value)
          Sets the value of the versionName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionName

protected java.lang.String versionName

comment

protected java.lang.String comment
Constructor Detail

VersionInfoType

public VersionInfoType()
Method Detail

getVersionName

public java.lang.String getVersionName()
Gets the value of the versionName property.

Returns:
possible object is String

setVersionName

public void setVersionName(java.lang.String value)
Sets the value of the versionName property.

Parameters:
value - allowed object is String

getComment

public java.lang.String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

public void setComment(java.lang.String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String