public static class TerseMetadataListType.Item extends GenericType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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 | Field and Description |
|---|---|
protected String |
id |
any| Constructor and Description |
|---|
TerseMetadataListType.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() |
String |
getId()
Gets the value of the id property.
|
boolean |
isSetId() |
void |
setId(String value)
Sets the value of the id property.
|
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 GenericTypeCopyright © 2015. All rights reserved.