001
002/*
003 * Copyright (C) 2011 Archie L. Cobbs. All rights reserved.
004 *
005 * $Id$
006 */
007
008package org.dellroad.jibxbindings.twilio.restapi;
009
010/**
011 * Represents a <code>&lt;OutgoingCallerId&gt;</code>.
012 */
013public class OutgoingCallerId extends NumberedAccountResource implements TwilioResponseContent {
014}
015