|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cisco.oss.foundation.configuration.xml.jaxb.Update
public class Update
Java class for Update complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Update">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<sequence>
<element name="OldPrimitive" type="{}PrimitiveValue" maxOccurs="unbounded"/>
<element name="NewPrimitive" type="{}PrimitiveValue" maxOccurs="unbounded"/>
</sequence>
<sequence>
<element name="OldStructure" type="{}StructureValue" maxOccurs="unbounded"/>
<element name="NewStructure" type="{}StructureValue" maxOccurs="unbounded"/>
</sequence>
</choice>
<attribute name="paramId" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="levelInstanceId" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Integer |
levelInstanceId
|
protected List<PrimitiveValue> |
newPrimitives
|
protected List<StructureValue> |
newStructures
|
protected List<PrimitiveValue> |
oldPrimitives
|
protected List<StructureValue> |
oldStructures
|
protected Integer |
paramId
|
| Constructor Summary | |
|---|---|
Update()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
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)
|
Integer |
getLevelInstanceId()
Gets the value of the levelInstanceId property. |
List<PrimitiveValue> |
getNewPrimitives()
Gets the value of the newPrimitives property. |
List<StructureValue> |
getNewStructures()
Gets the value of the newStructures property. |
List<PrimitiveValue> |
getOldPrimitives()
Gets the value of the oldPrimitives property. |
List<StructureValue> |
getOldStructures()
Gets the value of the oldStructures property. |
Integer |
getParamId()
Gets the value of the paramId property. |
void |
setLevelInstanceId(Integer value)
Sets the value of the levelInstanceId property. |
void |
setNewPrimitives(List<PrimitiveValue> newPrimitives)
Sets the value of the newPrimitives property. |
void |
setNewStructures(List<StructureValue> newStructures)
Sets the value of the newStructures property. |
void |
setOldPrimitives(List<PrimitiveValue> oldPrimitives)
Sets the value of the oldPrimitives property. |
void |
setOldStructures(List<StructureValue> oldStructures)
Sets the value of the oldStructures property. |
void |
setParamId(Integer value)
Sets the value of the paramId property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<StructureValue> oldStructures
protected List<StructureValue> newStructures
protected List<PrimitiveValue> oldPrimitives
protected List<PrimitiveValue> newPrimitives
protected Integer paramId
protected Integer levelInstanceId
| Constructor Detail |
|---|
public Update()
| Method Detail |
|---|
public List<StructureValue> getOldStructures()
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 oldStructures property.
For example, to add a new item, do as follows:
getOldStructures().add(newItem);
Objects of the following type(s) are allowed in the list
StructureValue
public List<StructureValue> getNewStructures()
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 newStructures property.
For example, to add a new item, do as follows:
getNewStructures().add(newItem);
Objects of the following type(s) are allowed in the list
StructureValue
public List<PrimitiveValue> getOldPrimitives()
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 oldPrimitives property.
For example, to add a new item, do as follows:
getOldPrimitives().add(newItem);
Objects of the following type(s) are allowed in the list
PrimitiveValue
public List<PrimitiveValue> getNewPrimitives()
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 newPrimitives property.
For example, to add a new item, do as follows:
getNewPrimitives().add(newItem);
Objects of the following type(s) are allowed in the list
PrimitiveValue
public Integer getParamId()
Stringpublic void setParamId(Integer value)
value - allowed object is
Stringpublic Integer getLevelInstanceId()
Stringpublic void setLevelInstanceId(Integer value)
value - allowed object is
Stringpublic void setOldStructures(List<StructureValue> oldStructures)
oldStructures - allowed object is
StructureValuepublic void setNewStructures(List<StructureValue> newStructures)
newStructures - allowed object is
StructureValuepublic void setOldPrimitives(List<PrimitiveValue> oldPrimitives)
oldPrimitives - allowed object is
PrimitiveValuepublic void setNewPrimitives(List<PrimitiveValue> newPrimitives)
newPrimitives - allowed object is
PrimitiveValuepublic String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic Object clone()
clone in class Objectpublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
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 boolean equals(Object object)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||