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 | Class and Description |
---|---|
static class |
ChangesetUUIDType.PropInfo |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
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()
String
public void setUuid(String value)
value
- allowed object is
String
public boolean isSetUuid()
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isSetType()
public void setId(String value)
value
- allowed object is
String
public boolean isSetId()
public String getOrigin()
String
public void setOrigin(String value)
value
- allowed object is
String
public boolean isSetOrigin()
public XMLGregorianCalendar getTimestamp()
XMLGregorianCalendar
public void setTimestamp(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetTimestamp()
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 ChangesetUUIDType withUuid(String value)
public ChangesetUUIDType withType(String value)
public ChangesetUUIDType withId(String value)
public ChangesetUUIDType withOrigin(String value)
public ChangesetUUIDType withTimestamp(XMLGregorianCalendar value)
public ChangesetUUIDType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.