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 | Class and Description |
---|---|
static class |
EssenceVersionListType.Version.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected XMLGregorianCalendar |
created |
protected int |
id |
protected String |
uri |
Constructor and Description |
---|
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
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 String getUri()
String
public void setUri(String value)
value
- allowed object is
String
public boolean isSetUri()
public XMLGregorianCalendar getCreated()
XMLGregorianCalendar
public void setCreated(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetCreated()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public EssenceVersionListType.Version withId(int value)
public EssenceVersionListType.Version withUri(String value)
public EssenceVersionListType.Version withCreated(XMLGregorianCalendar value)
public EssenceVersionListType.Version visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.