public class CollectionReorderEntryType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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 | Class and Description |
|---|---|
static class |
CollectionReorderEntryType.PropInfo |
| 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() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
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)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic CollectionReorderEntryType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2019. All rights reserved.