|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoasis.names.tc.ebxml_regrep.xsd.rim._3.VersionInfoType
public class 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 | |
|---|---|
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 |
|---|
protected String versionName
protected String comment
| Constructor Detail |
|---|
public VersionInfoType()
| Method Detail |
|---|
public String getVersionName()
Stringpublic void setVersionName(String value)
value - allowed object is
Stringpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||