
tsg.ns.wsdl.coop.InsufficientPermissionFault 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 InsufficientPermissionFault complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="InsufficientPermissionFault">
* <complexContent>
* <extension base="{urn:faults_2023_1.platform.webservices.netsuite.com}SoapFault">
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "InsufficientPermissionFault", namespace = "urn:faults_2023_1.platform.webservices.netsuite.com")
public class InsufficientPermissionFault
extends SoapFault
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy