Package com.vidispine.generated
Class ProjectFileType.Asset.Item
- java.lang.Object
-
- com.vidispine.generated.ProjectFileType.Asset.Item
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
- Enclosing class:
- ProjectFileType.Asset
public static class ProjectFileType.Asset.Item 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 anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" /> <attribute name="shape" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" /> <attribute name="match" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="permission" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProjectFileType.Asset.Item.PropInfo
-
Constructor Summary
Constructors Constructor Description Item()
-
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)
String
getId()
Gets the value of the id property.String
getMatch()
Gets the value of the match property.String
getPermission()
Gets the value of the permission property.String
getShape()
Gets the value of the shape property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetId()
boolean
isSetMatch()
boolean
isSetPermission()
boolean
isSetShape()
void
setId(String value)
Sets the value of the id property.void
setMatch(String value)
Sets the value of the match property.void
setPermission(String value)
Sets the value of the permission property.void
setShape(String value)
Sets the value of the shape property.ProjectFileType.Asset.Item
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ProjectFileType.Asset.Item
withId(String value)
ProjectFileType.Asset.Item
withMatch(String value)
ProjectFileType.Asset.Item
withPermission(String value)
ProjectFileType.Asset.Item
withShape(String value)
-
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isSetId
public boolean isSetId()
-
getShape
public String getShape()
Gets the value of the shape property.- Returns:
- possible object is
String
-
setShape
public void setShape(String value)
Sets the value of the shape property.- Parameters:
value
- allowed object isString
-
isSetShape
public boolean isSetShape()
-
getMatch
public String getMatch()
Gets the value of the match property.- Returns:
- possible object is
String
-
setMatch
public void setMatch(String value)
Sets the value of the match property.- Parameters:
value
- allowed object isString
-
isSetMatch
public boolean isSetMatch()
-
getPermission
public String getPermission()
Gets the value of the permission property.- Returns:
- possible object is
String
-
setPermission
public void setPermission(String value)
Sets the value of the permission property.- Parameters:
value
- allowed object isString
-
isSetPermission
public boolean isSetPermission()
-
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
-
withId
public ProjectFileType.Asset.Item withId(String value)
-
withShape
public ProjectFileType.Asset.Item withShape(String value)
-
withMatch
public ProjectFileType.Asset.Item withMatch(String value)
-
withPermission
public ProjectFileType.Asset.Item withPermission(String 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 ProjectFileType.Asset.Item 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
-
-