public static class TerseMetadataListType.Item extends GenericType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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>
| Modifier and Type | Class and Description |
|---|---|
static class |
TerseMetadataListType.Item.PropInfo |
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
any| Constructor and Description |
|---|
Item() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy 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.EqualsStrategy strategy) |
String |
getId()
Gets the value of the id property.
|
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) |
getAny, isSetAny, unsetAnyprotected String id
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public Object clone()
clone in class GenericTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class GenericTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class GenericTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class GenericTypepublic TerseMetadataListType.Item withId(String value)
public TerseMetadataListType.Item withAny(Element... values)
withAny in class GenericTypepublic TerseMetadataListType.Item withAny(Collection<Element> values)
withAny in class GenericTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class GenericTypepublic boolean equals(Object object)
equals in class GenericTypepublic TerseMetadataListType.Item visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit in class GenericTypeCopyright © 2019. All rights reserved.