public class ChangesetUUIDType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for ChangesetUUIDType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChangesetUUIDType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="uuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="origin" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
origin |
protected XMLGregorianCalendar |
timestamp |
protected String |
type |
protected String |
uuid |
| Constructor and Description |
|---|
ChangesetUUIDType() |
| 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.
|
String |
getOrigin()
Gets the value of the origin property.
|
XMLGregorianCalendar |
getTimestamp()
Gets the value of the timestamp property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUuid()
Gets the value of the uuid property.
|
boolean |
isSetId() |
boolean |
isSetOrigin() |
boolean |
isSetTimestamp() |
boolean |
isSetType() |
boolean |
isSetUuid() |
void |
setId(String value)
Sets the value of the id property.
|
void |
setOrigin(String value)
Sets the value of the origin property.
|
void |
setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUuid(String value)
Sets the value of the uuid property.
|
ChangesetUUIDType |
withId(String value) |
ChangesetUUIDType |
withOrigin(String value) |
ChangesetUUIDType |
withTimestamp(XMLGregorianCalendar value) |
ChangesetUUIDType |
withType(String value) |
ChangesetUUIDType |
withUuid(String value) |
protected String uuid
protected String type
protected String id
protected String origin
protected XMLGregorianCalendar timestamp
public String getUuid()
Stringpublic void setUuid(String value)
value - allowed object is
Stringpublic boolean isSetUuid()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String getOrigin()
Stringpublic void setOrigin(String value)
value - allowed object is
Stringpublic boolean isSetOrigin()
public XMLGregorianCalendar getTimestamp()
XMLGregorianCalendarpublic void setTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetTimestamp()
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 ChangesetUUIDType withUuid(String value)
public ChangesetUUIDType withType(String value)
public ChangesetUUIDType withId(String value)
public ChangesetUUIDType withOrigin(String value)
public ChangesetUUIDType withTimestamp(XMLGregorianCalendar value)
Copyright © 2015. All rights reserved.