public class CVType extends Object
Java class for CVType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CVType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="fullName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="URI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fullName |
protected String |
id |
protected String |
uri |
protected String |
version |
| Constructor and Description |
|---|
CVType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullName()
Gets the value of the fullName property.
|
String |
getId()
Gets the value of the id property.
|
String |
getURI()
Gets the value of the uri property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setFullName(String value)
Sets the value of the fullName property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setURI(String value)
Sets the value of the uri property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String id
protected String fullName
protected String version
protected String uri
public void setId(String value)
value - allowed object is
Stringpublic String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.