com.cisco.oss.foundation.configuration.xml.jaxb
Class Update

java.lang.Object
  extended by com.cisco.oss.foundation.configuration.xml.jaxb.Update
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.ToString

public class Update
extends Object
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.ToString

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

oldStructures

protected List<StructureValue> oldStructures

newStructures

protected List<StructureValue> newStructures

oldPrimitives

protected List<PrimitiveValue> oldPrimitives

newPrimitives

protected List<PrimitiveValue> newPrimitives

paramId

protected Integer paramId

levelInstanceId

protected Integer levelInstanceId
Constructor Detail

Update

public Update()
Method Detail

getOldStructures

public List<StructureValue> getOldStructures()
Gets the value of the oldStructures property.

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


getNewStructures

public List<StructureValue> getNewStructures()
Gets the value of the newStructures property.

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


getOldPrimitives

public List<PrimitiveValue> getOldPrimitives()
Gets the value of the oldPrimitives property.

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


getNewPrimitives

public List<PrimitiveValue> getNewPrimitives()
Gets the value of the newPrimitives property.

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


getParamId

public Integer getParamId()
Gets the value of the paramId property.

Returns:
possible object is String

setParamId

public void setParamId(Integer value)
Sets the value of the paramId property.

Parameters:
value - allowed object is String

getLevelInstanceId

public Integer getLevelInstanceId()
Gets the value of the levelInstanceId property.

Returns:
possible object is String

setLevelInstanceId

public void setLevelInstanceId(Integer value)
Sets the value of the levelInstanceId property.

Parameters:
value - allowed object is String

setOldStructures

public void setOldStructures(List<StructureValue> oldStructures)
Sets the value of the oldStructures property.

Parameters:
oldStructures - allowed object is StructureValue

setNewStructures

public void setNewStructures(List<StructureValue> newStructures)
Sets the value of the newStructures property.

Parameters:
newStructures - allowed object is StructureValue

setOldPrimitives

public void setOldPrimitives(List<PrimitiveValue> oldPrimitives)
Sets the value of the oldPrimitives property.

Parameters:
oldPrimitives - allowed object is PrimitiveValue

setNewPrimitives

public void setNewPrimitives(List<PrimitiveValue> newPrimitives)
Sets the value of the newPrimitives property.

Parameters:
newPrimitives - allowed object is PrimitiveValue

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

clone

public Object clone()
Overrides:
clone in class Object

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object


Copyright © 2014 Cisco. All Rights Reserved.