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

Field Detail

versionName

protected String versionName

comment

protected String comment
Constructor Detail

VersionInfoType

public VersionInfoType()
Method Detail

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


Copyright © 2010-2011. All Rights Reserved.