All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tsg.ns.wsdl.coop.ExceededRecordCountFault Maven / Gradle / Ivy


package tsg.ns.wsdl.coop;

import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlType;


/**
 * 

Java class for ExceededRecordCountFault complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="ExceededRecordCountFault">
 *   <complexContent>
 *     <extension base="{urn:faults_2023_1.platform.webservices.netsuite.com}SoapFault">
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ExceededRecordCountFault", namespace = "urn:faults_2023_1.platform.webservices.netsuite.com") public class ExceededRecordCountFault extends SoapFault { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy