public class CollectionReorderEntryType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for CollectionReorderEntryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CollectionReorderEntryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="before" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="after" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
after |
protected String |
before |
protected String |
id |
| Constructor and Description |
|---|
CollectionReorderEntryType() |
| 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 |
getAfter()
Gets the value of the after property.
|
String |
getBefore()
Gets the value of the before property.
|
String |
getId()
Gets the value of the id property.
|
boolean |
isSetAfter() |
boolean |
isSetBefore() |
boolean |
isSetId() |
void |
setAfter(String value)
Sets the value of the after property.
|
void |
setBefore(String value)
Sets the value of the before property.
|
void |
setId(String value)
Sets the value of the id property.
|
CollectionReorderEntryType |
withAfter(String value) |
CollectionReorderEntryType |
withBefore(String value) |
CollectionReorderEntryType |
withId(String value) |
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String getBefore()
Stringpublic void setBefore(String value)
value - allowed object is
Stringpublic boolean isSetBefore()
public String getAfter()
Stringpublic void setAfter(String value)
value - allowed object is
Stringpublic boolean isSetAfter()
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 CollectionReorderEntryType withId(String value)
public CollectionReorderEntryType withBefore(String value)
public CollectionReorderEntryType withAfter(String value)
Copyright © 2015. All rights reserved.