public class VXAUpdateType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for VXAUpdateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VXAUpdateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="vxaId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="user" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="added" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="deleted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="removedShare" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="addedShare" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
VXAUpdateType.PropInfo |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
added |
protected List<String> |
addedShare |
protected Boolean |
deleted |
protected List<String> |
removedShare |
protected String |
user |
protected String |
vxaId |
| Constructor and Description |
|---|
VXAUpdateType() |
| 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) |
List<String> |
getAddedShare()
Gets the value of the addedShare property.
|
List<String> |
getRemovedShare()
Gets the value of the removedShare property.
|
String |
getUser()
Gets the value of the user property.
|
String |
getVxaId()
Gets the value of the vxaId property.
|
Boolean |
isAdded()
Gets the value of the added property.
|
Boolean |
isDeleted()
Gets the value of the deleted property.
|
boolean |
isSetAdded() |
boolean |
isSetAddedShare() |
boolean |
isSetDeleted() |
boolean |
isSetRemovedShare() |
boolean |
isSetUser() |
boolean |
isSetVxaId() |
void |
setAdded(Boolean value)
Sets the value of the added property.
|
void |
setDeleted(Boolean value)
Sets the value of the deleted property.
|
void |
setUser(String value)
Sets the value of the user property.
|
void |
setVxaId(String value)
Sets the value of the vxaId property.
|
void |
unsetAddedShare() |
void |
unsetRemovedShare() |
VXAUpdateType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
VXAUpdateType |
withAdded(Boolean value) |
VXAUpdateType |
withAddedShare(Collection<String> values) |
VXAUpdateType |
withAddedShare(String... values) |
VXAUpdateType |
withDeleted(Boolean value) |
VXAUpdateType |
withRemovedShare(Collection<String> values) |
VXAUpdateType |
withRemovedShare(String... values) |
VXAUpdateType |
withUser(String value) |
VXAUpdateType |
withVxaId(String value) |
protected String vxaId
protected String user
protected Boolean added
protected Boolean deleted
public String getVxaId()
Stringpublic void setVxaId(String value)
value - allowed object is
Stringpublic boolean isSetVxaId()
public String getUser()
Stringpublic void setUser(String value)
value - allowed object is
Stringpublic boolean isSetUser()
public Boolean isAdded()
Booleanpublic void setAdded(Boolean value)
value - allowed object is
Booleanpublic boolean isSetAdded()
public Boolean isDeleted()
Booleanpublic void setDeleted(Boolean value)
value - allowed object is
Booleanpublic boolean isSetDeleted()
public List<String> getRemovedShare()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the removedShare property.
For example, to add a new item, do as follows:
getRemovedShare().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetRemovedShare()
public void unsetRemovedShare()
public List<String> getAddedShare()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the addedShare property.
For example, to add a new item, do as follows:
getAddedShare().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetAddedShare()
public void unsetAddedShare()
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 VXAUpdateType withVxaId(String value)
public VXAUpdateType withUser(String value)
public VXAUpdateType withAdded(Boolean value)
public VXAUpdateType withDeleted(Boolean value)
public VXAUpdateType withRemovedShare(String... values)
public VXAUpdateType withRemovedShare(Collection<String> values)
public VXAUpdateType withAddedShare(String... values)
public VXAUpdateType withAddedShare(Collection<String> values)
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 VXAUpdateType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2019. All rights reserved.