public interface VersionInfoType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
VersionInfoType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComment()
Gets the "comment" attribute
|
java.lang.String |
getVersionName()
Gets the "versionName" attribute
|
boolean |
isSetComment()
True if has "comment" attribute
|
boolean |
isSetVersionName()
True if has "versionName" attribute
|
void |
setComment(java.lang.String comment)
Sets the "comment" attribute
|
void |
setVersionName(java.lang.String versionName)
Sets the "versionName" attribute
|
void |
unsetComment()
Unsets the "comment" attribute
|
void |
unsetVersionName()
Unsets the "versionName" attribute
|
org.apache.xmlbeans.XmlString |
xgetComment()
Gets (as xml) the "comment" attribute
|
String16 |
xgetVersionName()
Gets (as xml) the "versionName" attribute
|
void |
xsetComment(org.apache.xmlbeans.XmlString comment)
Sets (as xml) the "comment" attribute
|
void |
xsetVersionName(String16 versionName)
Sets (as xml) the "versionName" attribute
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextjava.lang.String getVersionName()
String16 xgetVersionName()
boolean isSetVersionName()
void setVersionName(java.lang.String versionName)
void xsetVersionName(String16 versionName)
void unsetVersionName()
java.lang.String getComment()
org.apache.xmlbeans.XmlString xgetComment()
boolean isSetComment()
void setComment(java.lang.String comment)
void xsetComment(org.apache.xmlbeans.XmlString comment)
void unsetComment()
Copyright © 2015–2018 52north.org. All rights reserved.