Package com.vidispine.generated
Class TerseMetadataListType.Item
- java.lang.Object
-
- com.vidispine.generated.GenericType
-
- com.vidispine.generated.TerseMetadataListType.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:
- TerseMetadataListType
public static class TerseMetadataListType.Item extends GenericType 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> <extension base="{http://xml.vidispine.com/schema/vidispine}GenericType"> <attribute name="id" use="required" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" /> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TerseMetadataListType.Item.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
id
-
Fields inherited from class com.vidispine.generated.GenericType
any
-
-
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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetId()
void
setId(String value)
Sets the value of the id property.TerseMetadataListType.Item
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
TerseMetadataListType.Item
withAny(Collection<Element> values)
TerseMetadataListType.Item
withAny(Element... values)
TerseMetadataListType.Item
withId(String value)
-
Methods inherited from class com.vidispine.generated.GenericType
getAny, isSetAny, unsetAny
-
-
-
-
Field Detail
-
id
protected String id
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isSetId
public boolean isSetId()
-
clone
public Object clone()
- Overrides:
clone
in classGenericType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classGenericType
-
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
- Overrides:
copyTo
in classGenericType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classGenericType
-
withId
public TerseMetadataListType.Item withId(String value)
-
withAny
public TerseMetadataListType.Item withAny(Element... values)
- Overrides:
withAny
in classGenericType
-
withAny
public TerseMetadataListType.Item withAny(Collection<Element> values)
- Overrides:
withAny
in classGenericType
-
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
- Overrides:
equals
in classGenericType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classGenericType
-
visit
public TerseMetadataListType.Item visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classGenericType
-
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
- Overrides:
hashCode
in classGenericType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classGenericType
-
-