Uses of Class
com.cisco.oss.foundation.configuration.xml.jaxb.StructureValue

Packages that use StructureValue
com.cisco.oss.foundation.configuration.xml.jaxb   
 

Uses of StructureValue in com.cisco.oss.foundation.configuration.xml.jaxb
 

Fields in com.cisco.oss.foundation.configuration.xml.jaxb with type parameters of type StructureValue
protected  List<StructureValue> Update.newStructures
           
protected  List<StructureValue> Update.oldStructures
           
protected  List<StructureValue> StructureMemberValue.structureValues
           
protected  List<StructureValue> ParameterValue.structureValues
           
protected  List<StructureValue> Add.structureValues
           
 

Methods in com.cisco.oss.foundation.configuration.xml.jaxb that return StructureValue
 StructureValue ObjectFactory.createStructureValue()
          Create an instance of StructureValue
 

Methods in com.cisco.oss.foundation.configuration.xml.jaxb that return types with arguments of type StructureValue
 List<StructureValue> Update.getNewStructures()
          Gets the value of the newStructures property.
 List<StructureValue> Update.getOldStructures()
          Gets the value of the oldStructures property.
 List<StructureValue> StructureMemberValue.getStructureValues()
          Gets the value of the structureValues property.
 List<StructureValue> ParameterValue.getStructureValues()
          Gets the value of the structureValues property.
 List<StructureValue> Add.getStructureValues()
          Gets the value of the structureValues property.
 

Method parameters in com.cisco.oss.foundation.configuration.xml.jaxb with type arguments of type StructureValue
 void Update.setNewStructures(List<StructureValue> newStructures)
          Sets the value of the newStructures property.
 void Update.setOldStructures(List<StructureValue> oldStructures)
          Sets the value of the oldStructures property.
 void StructureMemberValue.setStructureValues(List<StructureValue> structureValues)
          Sets the value of the structureValues property.
 void ParameterValue.setStructureValues(List<StructureValue> structureValues)
          Sets the value of the structureValues property.
 void Add.setStructureValues(List<StructureValue> structureValues)
          Sets the value of the structureValues property.
 



Copyright © 2014 Cisco. All Rights Reserved.