Package com.vidispine.generated
Class VXAUpdateType
java.lang.Object
com.vidispine.generated.VXAUpdateType
- 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
public class VXAUpdateType
extends Object
implements 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 VXAUpdateType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="VXAUpdateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="vxaId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="user" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="added" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="deleted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="removedShare" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="addedShare" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
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) Gets the value of the addedShare property.Gets the value of the removedShare property.getUser()Gets the value of the user property.getVxaId()Gets the value of the vxaId property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) isAdded()Gets the value of the added property.Gets the value of the deleted property.booleanbooleanbooleanbooleanbooleanbooleanvoidSets the value of the added property.voidsetDeleted(Boolean value) Sets the value of the deleted property.voidSets the value of the user property.voidSets the value of the vxaId property.toString()voidvoidvisit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the added property.withAddedShare(String... values) Adds objects to the list of AddedShare using add methodwithAddedShare(Collection<String> values) Adds objects to the list of AddedShare using addAll methodwithDeleted(Boolean value) Sets the value of the deleted property.withRemovedShare(String... values) Adds objects to the list of RemovedShare using add methodwithRemovedShare(Collection<String> values) Adds objects to the list of RemovedShare using addAll methodSets the value of the user property.Sets the value of the vxaId property.
-
Field Details
-
vxaId
-
user
-
added
-
deleted
-
-
Constructor Details
-
VXAUpdateType
public VXAUpdateType()
-
-
Method Details
-
getVxaId
Gets the value of the vxaId property.- Returns:
- possible object is
String
-
setVxaId
Sets the value of the vxaId property.- Parameters:
value- allowed object isString
-
isSetVxaId
public boolean isSetVxaId() -
getUser
Gets the value of the user property.- Returns:
- possible object is
String
-
setUser
Sets the value of the user property.- Parameters:
value- allowed object isString
-
isSetUser
public boolean isSetUser() -
isAdded
Gets the value of the added property.- Returns:
- possible object is
Boolean
-
setAdded
Sets the value of the added property.- Parameters:
value- allowed object isBoolean
-
isSetAdded
public boolean isSetAdded() -
isDeleted
Gets the value of the deleted property.- Returns:
- possible object is
Boolean
-
setDeleted
Sets the value of the deleted property.- Parameters:
value- allowed object isBoolean
-
isSetDeleted
public boolean isSetDeleted() -
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
-
withVxaId
Sets the value of the vxaId property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withUser
Sets the value of the user property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withAdded
Sets the value of the added property.- Parameters:
value- allowed object isBoolean- Returns:
- The class instance
-
withDeleted
Sets the value of the deleted property.- Parameters:
value- allowed object isBoolean- 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
-