![JAR search and dependency download from the Maven repository](/logo.png)
com.sforce.soap.partner.NameObjectValuePair Maven / Gradle / Ivy
package com.sforce.soap.partner;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* Java class for NameObjectValuePair complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="NameObjectValuePair">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="value" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "NameObjectValuePair", propOrder = {
"name",
"value"
})
public class NameObjectValuePair {
@XmlElement(required = true)
protected String name;
@XmlElement(required = true)
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy