public class Software extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>anySimpleType">
<attribute name="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="acquisition"/>
<enumeration value="conversion"/>
<enumeration value="processing"/>
</restriction>
</simpleType>
</attribute>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="completionTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
completionTime |
protected String |
name |
protected String |
type |
protected Object |
value |
protected String |
version |
| Constructor and Description |
|---|
Software() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getCompletionTime()
Gets the value of the completionTime property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
Object |
getValue()
Gets the value of the value property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setCompletionTime(XMLGregorianCalendar value)
Sets the value of the completionTime property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValue(Object value)
Sets the value of the value property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected Object value
protected String type
protected String name
protected String version
protected XMLGregorianCalendar completionTime
public Object getValue()
Objectpublic void setValue(Object value)
value - allowed object is
Objectpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getCompletionTime()
XMLGregorianCalendarpublic void setCompletionTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2017. All rights reserved.