
net.datastream.wsdls.mp0361_getlocationparenthierarchy_001.GetLocationParentHierarchyPT Maven / Gradle / Ivy
package net.datastream.wsdls.mp0361_getlocationparenthierarchy_001;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.ws.Holder;
import net.datastream.schemas.mp_functions.MessageConfigType;
import net.datastream.schemas.mp_functions.SessionType;
import net.datastream.schemas.mp_functions.mp0361_001.MP0361_GetLocationParentHierarchy_001;
import net.datastream.schemas.mp_results.mp0361_001.MP0361_GetLocationParentHierarchy_001_Result;
import org.xmlsoap.schemas.ws._2002._04.secext.Security;
/**
* This class was generated by the JAX-WS RI.
* JAX-WS RI 2.2.10
* Generated source version: 2.2
*
*/
@WebService(name = "GetLocationParentHierarchyPT", targetNamespace = "http://wsdls.datastream.net/MP0361_GetLocationParentHierarchy_001")
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
@XmlSeeAlso({
net.datastream.schemas.mp_fields.ObjectFactory.class,
net.datastream.schemas.mp_entities.assetequipment_001.ObjectFactory.class,
net.datastream.schemas.mp_entities.systemequipment_001.ObjectFactory.class,
net.datastream.schemas.mp_entities.positionequipment_001.ObjectFactory.class,
net.datastream.schemas.mp_entities.assethierarchy_002.ObjectFactory.class,
net.datastream.schemas.mp_entities.location_001.ObjectFactory.class,
net.datastream.schemas.mp_entities.positionhierarchy_002.ObjectFactory.class,
net.datastream.schemas.mp_functions.ObjectFactory.class,
net.datastream.schemas.mp_functions.mp0361_001.ObjectFactory.class,
net.datastream.schemas.mp_results.mp0361_001.ObjectFactory.class,
org.openapplications.oagis_fields.ObjectFactory.class,
org.openapplications.oagis_segments.ObjectFactory.class,
org.xmlsoap.schemas.ws._2002._04.secext.ObjectFactory.class
})
public interface GetLocationParentHierarchyPT {
/**
*
* @param tenantHeader
* @param sessionHeader
* @param organizationHeader
* @param messageConfigHeader
* @param securityHeader
* @param sessionScenarioHeader
* @param getLocationParentHierarchyRequestMsg
* @return
* returns net.datastream.schemas.mp_results.mp0361_001.MP0361_GetLocationParentHierarchy_001_Result
*/
@WebMethod(operationName = "GetLocationParentHierarchyOp", action = "processMessage")
@WebResult(name = "MP0361_GetLocationParentHierarchy_001_Result", targetNamespace = "http://schemas.datastream.net/MP_results/MP0361_001", partName = "GetLocationParentHierarchyResponseMsg")
public MP0361_GetLocationParentHierarchy_001_Result getLocationParentHierarchyOp(
@WebParam(name = "MP0361_GetLocationParentHierarchy_001", targetNamespace = "http://schemas.datastream.net/MP_functions/MP0361_001", partName = "GetLocationParentHierarchyRequestMsg")
MP0361_GetLocationParentHierarchy_001 getLocationParentHierarchyRequestMsg,
@WebParam(name = "Organization", targetNamespace = "http://schemas.datastream.net/MP_functions", header = true, partName = "organizationHeader")
String organizationHeader,
@WebParam(name = "Security", targetNamespace = "http://schemas.xmlsoap.org/ws/2002/04/secext", header = true, partName = "securityHeader")
Security securityHeader,
@WebParam(name = "SessionScenario", targetNamespace = "http://schemas.datastream.net/MP_functions", header = true, partName = "sessionScenarioHeader")
String sessionScenarioHeader,
@WebParam(name = "Session", targetNamespace = "http://schemas.datastream.net/MP_functions", header = true, mode = WebParam.Mode.INOUT, partName = "sessionHeader")
Holder sessionHeader,
@WebParam(name = "MessageConfig", targetNamespace = "http://schemas.datastream.net/MP_functions", header = true, partName = "messageConfigHeader")
MessageConfigType messageConfigHeader,
@WebParam(name = "Tenant", targetNamespace = "http://schemas.datastream.net/MP_functions", header = true, partName = "tenantHeader")
String tenantHeader);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy