Class ProjectVersionType
- All Implemented Interfaces:
Serializable,Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.ToString
Java class for ProjectVersionType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ProjectVersionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
<element name="item" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
<element name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="uri" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="sequence" type="{http://xml.vidispine.com/schema/vidispine}SequenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}MetadataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex typestatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<ProjectVersionType.Item>protected MetadataTypeprotected List<SequenceType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) getId()Gets the value of the id property.getItem()Gets the value of the item property.Gets the value of the metadata property.Gets the value of the sequence property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanisSetId()booleanbooleanbooleanvoidSets the value of the id property.voidsetMetadata(MetadataType value) Sets the value of the metadata property.toString()voidvoidvisit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the id property.withItem(ProjectVersionType.Item... values) Adds objects to the list of Item using add methodwithItem(Collection<ProjectVersionType.Item> values) Adds objects to the list of Item using addAll methodwithMetadata(MetadataType value) Sets the value of the metadata property.withSequence(SequenceType... values) Adds objects to the list of Sequence using add methodwithSequence(Collection<SequenceType> values) Adds objects to the list of Sequence using addAll method
-
Field Details
-
id
-
item
-
sequence
-
metadata
-
-
Constructor Details
-
ProjectVersionType
public ProjectVersionType()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
isSetId
public boolean isSetId() -
getItem
Gets the value of the item 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
setmethod for the item property.For example, to add a new item, do as follows:
getItem().add(newItem);
Objects of the following type(s) are allowed in the list
ProjectVersionType.Item- Returns:
- The value of the item property.
-
isSetItem
public boolean isSetItem() -
unsetItem
public void unsetItem() -
getSequence
Gets the value of the sequence 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
setmethod for the sequence property.For example, to add a new item, do as follows:
getSequence().add(newItem);
Objects of the following type(s) are allowed in the list
SequenceType- Returns:
- The value of the sequence property.
-
isSetSequence
public boolean isSetSequence() -
unsetSequence
public void unsetSequence() -
getMetadata
Gets the value of the metadata property.- Returns:
- possible object is
MetadataType
-
setMetadata
Sets the value of the metadata property.- Parameters:
value- allowed object isMetadataType
-
isSetMetadata
public boolean isSetMetadata() -
clone
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
-
withId
Sets the value of the id property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withItem
Adds objects to the list of Item using add method- Parameters:
values- objects to add to the list Item- Returns:
- The class instance
-
withItem
Adds objects to the list of Item using addAll method- Parameters:
values- objects to add to the list Item- Returns:
- The class instance
-
withSequence
Adds objects to the list of Sequence using add method- Parameters:
values- objects to add to the list Sequence- Returns:
- The class instance
-
withSequence
Adds objects to the list of Sequence using addAll method- Parameters:
values- objects to add to the list Sequence- Returns:
- The class instance
-
withMetadata
Sets the value of the metadata property.- Parameters:
value- allowed object isMetadataType- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-