Package com.vidispine.generated
Class VersionType
- java.lang.Object
-
- com.vidispine.generated.VersionType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class VersionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for VersionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VersionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="component" type="{http://xml.vidispine.com/schema/vidispine}CompType" maxOccurs="unbounded" minOccurs="0"/> <element name="systemInfo" type="{http://xml.vidispine.com/schema/vidispine}SystemInfoType" minOccurs="0"/> <element name="licenseInfo" type="{http://xml.vidispine.com/schema/vidispine}LicenseType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VersionType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected List<CompType>
component
protected LicenseType
licenseInfo
protected SystemInfoType
systemInfo
-
Constructor Summary
Constructors Constructor Description VersionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
List<CompType>
getComponent()
Gets the value of the component property.LicenseType
getLicenseInfo()
Gets the value of the licenseInfo property.SystemInfoType
getSystemInfo()
Gets the value of the systemInfo property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetComponent()
boolean
isSetLicenseInfo()
boolean
isSetSystemInfo()
void
setLicenseInfo(LicenseType value)
Sets the value of the licenseInfo property.void
setSystemInfo(SystemInfoType value)
Sets the value of the systemInfo property.void
unsetComponent()
VersionType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
VersionType
withComponent(CompType... values)
VersionType
withComponent(Collection<CompType> values)
VersionType
withLicenseInfo(LicenseType value)
VersionType
withSystemInfo(SystemInfoType value)
-
-
-
Field Detail
-
systemInfo
protected SystemInfoType systemInfo
-
licenseInfo
protected LicenseType licenseInfo
-
-
Method Detail
-
getComponent
public List<CompType> getComponent()
Gets the value of the component property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the component property.For example, to add a new item, do as follows:
getComponent().add(newItem);
Objects of the following type(s) are allowed in the list
CompType
-
isSetComponent
public boolean isSetComponent()
-
unsetComponent
public void unsetComponent()
-
getSystemInfo
public SystemInfoType getSystemInfo()
Gets the value of the systemInfo property.- Returns:
- possible object is
SystemInfoType
-
setSystemInfo
public void setSystemInfo(SystemInfoType value)
Sets the value of the systemInfo property.- Parameters:
value
- allowed object isSystemInfoType
-
isSetSystemInfo
public boolean isSetSystemInfo()
-
getLicenseInfo
public LicenseType getLicenseInfo()
Gets the value of the licenseInfo property.- Returns:
- possible object is
LicenseType
-
setLicenseInfo
public void setLicenseInfo(LicenseType value)
Sets the value of the licenseInfo property.- Parameters:
value
- allowed object isLicenseType
-
isSetLicenseInfo
public boolean isSetLicenseInfo()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withComponent
public VersionType withComponent(CompType... values)
-
withComponent
public VersionType withComponent(Collection<CompType> values)
-
withSystemInfo
public VersionType withSystemInfo(SystemInfoType value)
-
withLicenseInfo
public VersionType withLicenseInfo(LicenseType value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public VersionType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-