public static class EssenceVersionListType.Version extends Object 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>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="uri" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="created" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
created |
protected int |
id |
protected String |
uri |
| Constructor and Description |
|---|
EssenceVersionListType.Version() |
| 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() |
XMLGregorianCalendar |
getCreated()
Gets the value of the created property.
|
int |
getId()
Gets the value of the id property.
|
String |
getUri()
Gets the value of the uri property.
|
boolean |
isSetCreated() |
boolean |
isSetId() |
boolean |
isSetUri() |
void |
setCreated(XMLGregorianCalendar value)
Sets the value of the created property.
|
void |
setId(int value)
Sets the value of the id property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
EssenceVersionListType.Version |
withCreated(XMLGregorianCalendar value) |
EssenceVersionListType.Version |
withId(int value) |
EssenceVersionListType.Version |
withUri(String value) |
protected int id
protected String uri
protected XMLGregorianCalendar created
public int getId()
public void setId(int value)
public boolean isSetId()
public void setUri(String value)
value - allowed object is
Stringpublic boolean isSetUri()
public XMLGregorianCalendar getCreated()
XMLGregorianCalendarpublic void setCreated(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetCreated()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic EssenceVersionListType.Version withId(int value)
public EssenceVersionListType.Version withUri(String value)
public EssenceVersionListType.Version withCreated(XMLGregorianCalendar value)
Copyright © 2015. All rights reserved.