Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
org.restcomm.protocols.ss7.inap.service.circuitSwitchedCall.TBusyRequestImpl Maven / Gradle / Ivy
/*
* Mobius Software LTD
* Copyright 2019, Mobius Software LTD and individual contributors
* by the @authors tag.
*
* This program is free software: you can redistribute it and/or modify
* under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation; either version 3 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see
*/
package org.restcomm.protocols.ss7.inap.service.circuitSwitchedCall;
import org.restcomm.protocols.ss7.commonapp.api.isup.CauseIsup;
import org.restcomm.protocols.ss7.commonapp.api.isup.LocationNumberIsup;
import org.restcomm.protocols.ss7.commonapp.api.isup.OriginalCalledNumberIsup;
import org.restcomm.protocols.ss7.commonapp.api.isup.RedirectingPartyIDIsup;
import org.restcomm.protocols.ss7.commonapp.api.isup.RedirectionInformationIsup;
import org.restcomm.protocols.ss7.commonapp.api.primitives.CAPINAPExtensions;
import org.restcomm.protocols.ss7.commonapp.isup.LocationNumberIsupImpl;
import org.restcomm.protocols.ss7.commonapp.isup.OriginalCalledNumberIsupImpl;
import org.restcomm.protocols.ss7.commonapp.isup.RedirectingPartyIDIsupImpl;
import org.restcomm.protocols.ss7.commonapp.isup.RedirectionInformationIsupImpl;
import org.restcomm.protocols.ss7.commonapp.primitives.CAPINAPExtensionsImpl;
import org.restcomm.protocols.ss7.inap.api.INAPMessageType;
import org.restcomm.protocols.ss7.inap.api.INAPOperationCode;
import org.restcomm.protocols.ss7.inap.api.service.circuitSwitchedCall.TBusyRequest;
import org.restcomm.protocols.ss7.inap.api.service.circuitSwitchedCall.primitive.CalledPartyBusinessGroupID;
import org.restcomm.protocols.ss7.inap.api.service.circuitSwitchedCall.primitive.CalledPartySubaddress;
import org.restcomm.protocols.ss7.inap.api.service.circuitSwitchedCall.primitive.DpSpecificCommonParameters;
import org.restcomm.protocols.ss7.inap.api.service.circuitSwitchedCall.primitive.RouteList;
import org.restcomm.protocols.ss7.inap.service.circuitSwitchedCall.primitives.CalledPartyBusinessGroupIDImpl;
import org.restcomm.protocols.ss7.inap.service.circuitSwitchedCall.primitives.DpSpecificCommonParametersImpl;
import org.restcomm.protocols.ss7.inap.service.circuitSwitchedCall.primitives.RouteListImpl;
import com.mobius.software.telco.protocols.ss7.asn.ASNClass;
import com.mobius.software.telco.protocols.ss7.asn.annotations.ASNProperty;
import com.mobius.software.telco.protocols.ss7.asn.annotations.ASNTag;
import com.mobius.software.telco.protocols.ss7.asn.annotations.ASNValidate;
import com.mobius.software.telco.protocols.ss7.asn.exceptions.ASNParsingComponentException;
import com.mobius.software.telco.protocols.ss7.asn.exceptions.ASNParsingComponentExceptionReason;
/**
*
* @author yulian.oifa
*
*/
@ASNTag(asnClass = ASNClass.UNIVERSAL,tag = 16,constructed = true,lengthIndefinite = false)
public class TBusyRequestImpl extends CircuitSwitchedCallMessageImpl implements TBusyRequest {
private static final long serialVersionUID = 1L;
@ASNProperty(asnClass = ASNClass.CONTEXT_SPECIFIC,tag = 0,constructed = true,index = -1,defaultImplementation = DpSpecificCommonParametersImpl.class)
private DpSpecificCommonParameters dpSpecificCommonParameters;
@ASNProperty(asnClass = ASNClass.CONTEXT_SPECIFIC,tag = 1,constructed = false,index = -1,defaultImplementation = CalledPartyBusinessGroupIDImpl.class)
private CauseIsup busyCause;
@ASNProperty(asnClass = ASNClass.CONTEXT_SPECIFIC,tag = 2,constructed = false,index = -1,defaultImplementation = CalledPartyBusinessGroupIDImpl.class)
private CalledPartyBusinessGroupID calledPartyBusinessGroupID;
@ASNProperty(asnClass = ASNClass.CONTEXT_SPECIFIC,tag = 3,constructed = false,index = -1,defaultImplementation = CalledPartySubaddress.class)
private CalledPartySubaddress calledPartySubaddress;
@ASNProperty(asnClass = ASNClass.CONTEXT_SPECIFIC,tag = 4,constructed = false,index = -1, defaultImplementation = OriginalCalledNumberIsupImpl.class)
private OriginalCalledNumberIsup originalCalledPartyID;
@ASNProperty(asnClass = ASNClass.CONTEXT_SPECIFIC,tag = 5,constructed = false,index = -1, defaultImplementation = RedirectingPartyIDIsupImpl.class)
private RedirectingPartyIDIsup redirectingPartyID;
@ASNProperty(asnClass = ASNClass.CONTEXT_SPECIFIC,tag = 6,constructed = false,index = -1, defaultImplementation = RedirectionInformationIsupImpl.class)
private RedirectionInformationIsup redirectionInformation;
@ASNProperty(asnClass = ASNClass.CONTEXT_SPECIFIC,tag = 7,constructed = true,index = -1, defaultImplementation = RouteListImpl.class)
private RouteList routeList;
@ASNProperty(asnClass = ASNClass.CONTEXT_SPECIFIC,tag = 8,constructed = false,index = -1, defaultImplementation = LocationNumberIsupImpl.class)
private LocationNumberIsup travellingClassMark;
@ASNProperty(asnClass = ASNClass.CONTEXT_SPECIFIC,tag = 9,constructed = true,index = -1,defaultImplementation = CAPINAPExtensionsImpl.class)
private CAPINAPExtensions extensions;
public TBusyRequestImpl() {
}
public TBusyRequestImpl(DpSpecificCommonParameters dpSpecificCommonParameters,CauseIsup busyCause,
CalledPartyBusinessGroupID calledPartyBusinessGroupID,CalledPartySubaddress calledPartySubaddress,
OriginalCalledNumberIsup originalCalledPartyID,RedirectingPartyIDIsup redirectingPartyID,
RedirectionInformationIsup redirectionInformation,RouteList routeList,LocationNumberIsup travellingClassMark,
CAPINAPExtensions extensions) {
this.dpSpecificCommonParameters = dpSpecificCommonParameters;
this.busyCause=busyCause;
this.calledPartyBusinessGroupID = calledPartyBusinessGroupID;
this.calledPartySubaddress=calledPartySubaddress;
this.originalCalledPartyID=originalCalledPartyID;
this.redirectingPartyID=redirectingPartyID;
this.redirectionInformation=redirectionInformation;
this.routeList=routeList;
this.travellingClassMark=travellingClassMark;
this.extensions = extensions;
}
@Override
public INAPMessageType getMessageType() {
return INAPMessageType.tBusy_Request;
}
@Override
public int getOperationCode() {
return INAPOperationCode.tBusy;
}
@Override
public DpSpecificCommonParameters getDpSpecificCommonParameters() {
return dpSpecificCommonParameters;
}
@Override
public CauseIsup getBusyCause() {
return busyCause;
}
@Override
public CalledPartyBusinessGroupID getCalledPartyBusinessGroupID() {
return calledPartyBusinessGroupID;
}
@Override
public CalledPartySubaddress getCalledPartySubaddress() {
return calledPartySubaddress;
}
@Override
public OriginalCalledNumberIsup getOriginalCalledPartyID() {
return originalCalledPartyID;
}
@Override
public RedirectingPartyIDIsup getRedirectingPartyID() {
return redirectingPartyID;
}
@Override
public RedirectionInformationIsup getRedirectionInformation() {
return redirectionInformation;
}
@Override
public RouteList getRouteList() {
return routeList;
}
@Override
public LocationNumberIsup getTravellingClassMark() {
return travellingClassMark;
}
@Override
public CAPINAPExtensions getExtensions() {
return extensions;
}
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("OAnswerRequestIndication [");
this.addInvokeIdInfo(sb);
if (this.dpSpecificCommonParameters != null) {
sb.append(", dpSpecificCommonParameters=");
sb.append(dpSpecificCommonParameters.toString());
}
if (this.busyCause != null) {
sb.append(", busyCause=");
sb.append(busyCause.toString());
}
if (this.calledPartyBusinessGroupID != null) {
sb.append(", calledPartyBusinessGroupID=");
sb.append(calledPartyBusinessGroupID.toString());
}
if (this.calledPartySubaddress != null) {
sb.append(", calledPartySubaddress=");
sb.append(calledPartySubaddress.toString());
}
if (this.originalCalledPartyID != null) {
sb.append(", originalCalledPartyID=");
sb.append(originalCalledPartyID.toString());
}
if (this.redirectingPartyID != null) {
sb.append(", redirectingPartyID=");
sb.append(redirectingPartyID.toString());
}
if (this.redirectionInformation != null) {
sb.append(", redirectionInformation=");
sb.append(redirectionInformation.toString());
}
if (this.routeList != null) {
sb.append(", routeList=");
sb.append(routeList.toString());
}
if (this.travellingClassMark != null) {
sb.append(", travellingClassMark=");
sb.append(travellingClassMark.toString());
}
if (this.extensions != null) {
sb.append(", extensions=");
sb.append(extensions.toString());
}
sb.append("]");
return sb.toString();
}
@ASNValidate
public void validateElement() throws ASNParsingComponentException {
if(dpSpecificCommonParameters==null)
throw new ASNParsingComponentException("dp specific common parameters should be set for tbusy request", ASNParsingComponentExceptionReason.MistypedRootParameter);
}
}